LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Exe compiled in LV 2010 crash - Since installing LV 2012 SP1 and 2013

Exe compiled in LV 2010 crash - Since installing LV 2012 SP1 and 2013

 

Double-click on exe icons (LV apps written in 2010), the application icon appears on taskbar then disappears (program crashes).

 

I have tried re-installing the exe's but doesn't fix.  Is there an issue with the new LV RTE's?

 

Any suggestions for fix???

0 Kudos
Message 1 of 3
(2,424 Views)
Executables require the RTE from the LabVIEW version in which it was developed. Did you uninstall the 2010 RTE? Also, are you trying to run this application on the development machine or a different machine? If it is not the development machine, does it work on the development machine?
Jason H
Automated Test Software R&D
0 Kudos
Message 2 of 3
(2,379 Views)

battler,

 

Have you tried making your exe into a debuggable exe? You can do this through your project build specification Advanced>>Enable Debugging. Make sure you check the box for Wait for Debugger. This means when you launch your exe you can connect to it from LabVIEW and see your block diagrams, use highlight execution, probles etc. It is quite possible that you are running into an error case while your program is loading and it is exiting.

 

Regards,

 

Jeff Peacock 

 

Product Support Engineer | LabVIEW R&D | National Instruments 

0 Kudos
Message 3 of 3
(2,375 Views)