01-24-2014 09:27 AM
Difficult to know how to ask this question? Is there a #define that lets me know if I am running in CVI or as an executable. Would be nice for debuggging, as I can put in test code that would not execute when I create the executable for distribution.
Just wondering..
Thanks, David
01-24-2014 10:09 AM
Hello Microanalytics,
If I understand well, you're asking if there's a define that allows you to separate code run in the Debug configuration from the one run in the Release configuration. If that is so, I think this resource might be of help.
Best regards,
= Nelu F. || National Instruments.
01-24-2014 10:17 AM
You can use BeingDebuggedByCVI () instruction too.