01-14-2015 12:22 PM
HI,
I have a Test Program creted in LabWindows/CVI .i have many UIR as part of the code.
if i run directly from the Labwindows IDE, it work great without any issues.
However if i create a single package of EXE and run it, there is a issue
it works but even a simple mouse click or opening a other programs makes the Application non repsonsive (NOT RESPONDING).
Thanks In advace
01-15-2015 02:07 AM
Hello IVI!
A few questions:
Please provide further details about this problems. This will increase the chances that someone will have an idea on how to solve the potential issue 😉
Best regards!
- Johannes
01-15-2015 09:44 AM
Hi,
1)the application iuses various NI Drivers library to control diffrent instruments and a Camera Dll loaded Dynamically.
2) i have more than 30 panels (UIR) in the Project and while building am selctiong option to include all the UIR to the Final EXE Build
3)I mean if i execute the code from the LabWIndows IDE it works good (by clikcing run in IDE)
4)if i create a EXE and copy it elsewhere and start the application by double clickign on it, the application works but it hangs if i do some thing else ,even a mouse click.
what could be the diffrence if i ran the Application from the Labwindows IDE or by running the same as stand alone application?
Thanks in advance
01-15-2015 10:09 AM
I hope this helps!
Best regards!
- Johannes
02-19-2016 04:45 AM
Hii all,
I have a code written in CVI. The code works perfectly through exe but not in debug mode.To be exact; my hardware doesn't get initialized through a debug mode.What may be the reason??
The code is written by some other person 7 years ago.I am trying to convert it from Legacy to DAQmx