05-18-2010 05:01 PM
I need to build an application that will not use any local libraries or LabView program files(even if LabView is installed on the PC). I also am curious if anyone knows if there is a way to debug such an application(in it's compiled state).
Any help on these topics would be greatly appreciated.
Solved! Go to Solution.
05-18-2010 05:12 PM
05-19-2010 10:17 AM
Will this work if the build application is using an invoke node to start multiple instances of a dynamically called vi? Does anyone know if Executable's only use the runtime engines. Are these the same ones the development environment uses?
05-19-2010 02:06 PM
Hello,
I am unclear on what you are trying to accomplish here. As the previous poster mentioned, if you enable debugging when building your application, you can remotely connect and probe the block diagram of the running executable. Executables use the run-time engine but could also access drivers or other run-times if using a specialized toolkit/module. This all depends on your application.
-Zach
05-19-2010 02:52 PM