Hi Farside,
When you say that you have been unable to get a Release executable to run on the Target PC, do you mean any release executable? If you were to create the standard �hello world� program and package it into a distribution kit, would that crash or not start? If so what error message does it give you? One last question: Does the release executable run correctly on the development machine?
Debugging information is the main difference between a release executable and a debug executable. In a release executable, no debugging information is included in the exe. The debugging information allows you to set breakpoints and help you locate where your program may have crashed among other things. Debuggable executables are much larger than release executables du
e to the extra information they store.
Best Regards,
Aaron Kobayashi
Applications Engineer
National Instruments
http://www.ni.com/ask