02-14-2013 12:59 PM
The standalone executable does not respond to any controls and appear to hang. I tested my application in edit mode and it works wth no errors. The applicaiton uses property nodes, typedefs and Message Queue.lvlib. The lvlib folder in build specification is set to "Always Included".
I have set the Enable debugging option under Advance build specificaiton category.
Thanks.
02-15-2013 08:31 AM
Hi.
If you have enable debugging, you can look at where the code is running into problems by debugging it...
If you want, you can set the exe build to wait for debugger on launch, which means the program will simply load up the exe in a pause state.
If the exe doesn't even load, there may be something missing from the build, it may be worth loading up your project on here in a zip file, and someone could check it over.
02-15-2013 10:29 AM
@IanS wrote:
Hi.
If you have enable debugging, you can look at where the code is running into problems by debugging it...
If you want, you can set the exe build to wait for debugger on launch, which means the program will simply load up the exe in a pause state.
If the exe doesn't even load, there may be something missing from the build, it may be worth loading up your project on here in a zip file, and someone could check it over.
Hmmm... what if what you just described is the cause of the problem? The OP did mention that he had debugging on, and that the executable doesn't respond to any controls. Maybe it's just loading up in the pause state?
02-15-2013 11:17 AM
I have the debugging enabled, it neither lets me step through the code nor does the launcher comes up. I do get the run button with debugging enable.
Could it be related to .lvlib files that are being used. I also have DAQmx VIs.
Also with debugging enables I am wondering if it allows to step into the code or does there need to be indicators on FP to check different values?
Will try again by disabling parallel subVIs.
Thanks!