LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

source code from .uir

Hello

I have a old application created on LabWindows (from 2002 ). I have to changed a few things, but i don't  have project, only runtime application.

Can i created project from runtime .uir files ?

Haw to gets source C++ code from .uir file ?  i don't won't to created a new C code, but edit existing.

0 Kudos
Message 1 of 2
(2,812 Views)

CVI isn't like Visual Basic: UIR files do not contain any line of code; these files only contain the description of panels and controls that constitue the user interface, therefore you cannot revert them to the corresponding code. Applications generated with CVI are compiled executable: the source code is not present in the .EXE.

 

As far as I can remember, you can do some cosmetic changes to the UIR provided that you do not add or delete any control, do not alter the tab order of controls in any panel and do not modify any "structural" element in the controls (e.g. the label/value list of rings). But no more than this if you don't have the source.

 

Last but not least, CVI isn't a C++ compiler: it's a ANSI C development environment, instead.



Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
0 Kudos
Message 2 of 2
(2,799 Views)