LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

uir to C-code converter

Is there a way to convert a UIR file to code that generates panels with the wanted controls on it? That way it wouldn't be necessary to put the uir file in the software release, and it would also prevent others with CVI installed to mess with the uir file.
Also one time I changed  the names of all the menu callback functions, and it was quite a hassle to edit this in the menu. A code where you can simply replace all the text with shift-F11 would have been really handy at that time. Or did I overlook something? (CVI 6)
0 Kudos
Message 1 of 4
(3,437 Views)
Try the UI to Code Converter (Tools >> UI to Code Converter). This should give you what you need.

Bilal Durrani
NI
Message 2 of 4
(3,427 Views)
Oops.. sometimes it pays to check out the menu options dunnit? 😉
 
Thanks for your answer.
0 Kudos
Message 3 of 4
(3,423 Views)
You can also embed the UIR as a resource in the EXE file, in CVI 7.1.

Martin.
--
Martin
Certified CVI Developer
0 Kudos
Message 4 of 4
(3,405 Views)