09-20-2012 05:54 PM
My searching skills suck today.
I am building an exe using the application path to find certain files that need to be included. It works great in the exe, but when making changes to the VI all the paths are broken because of the application path. But I remember back a while someone had a way to tell if you were running the program as a VI or an exe. Then when the program starts it can choose the correct paths to use.
Any ideas on how to do that? Or is there a better way to run the program as a VI and an exe without breaking paths?
Thanks
Solved! Go to Solution.
09-20-2012 06:00 PM
Drop a property node of the 'Application' class, select Application->Kind. The output is an enum of Development vs. Runtime vs. Student vs. Embedded... you get the idea.
Best regards,
Dave
09-20-2012 06:47 PM
Thanks