LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Error Message in Header File

Hi,

 

When I converted .uir from Labwindows for DOS to labwindows/CVI I always get two extra lines (#define menubar_panel_SEPERATOR 9 and 14 at line 684 and 689 of header file. I don't know where the lines come from. Any helps are appreciated.  

Download All
0 Kudos
Message 1 of 2
(2,784 Views)

Separators (the horizontal lines in menubar drop-downs) have to have identifiers in CVI - I don't think they did in LW/DOS. From what you say it looks like the conversion tool gives all separators the same constant identifier (SEPARATOR). You need to use the UIR editor to edit the menubars in the file and change the constant identifiers for separators to different names (SEPARATOR1, SEPARATOR2 etc.).

 

--
Martin
Certified CVI Developer
0 Kudos
Message 2 of 2
(2,750 Views)