11-01-2006 11:49 AM
11-01-2006 12:00 PM
With the change in the EXE format, the obvious solution which pops to mind is to use an LLB. Obviously not as convenient as an EXE, but I assume the 8.2 builder should still be able to build these relatively easy.
Another (ugly) solution would be to try and get the paths of the VIs in memory and check which are inside the EXE. This is a problem because dynamic VIs would not be in memory and so you might not get a complete listing.
11-01-2006 12:21 PM
LLB is not an option since it is a deployed executable, and the dirty way does not work as a solution either for that exact reason you stated.
Any other takers??
NI Guys: Is there a method or property in the works to resolve this problem??
~,~ The Captain was here
11-01-2006 12:27 PM
@NJKirchner wrote:
LLB is not an option since it is a deployed executable
Why isn't this an option?
Previous LV versions had the option of building a small EXE with a support LLB and I assume 8.2 still allows this, or at least the OpenG builder.
Granted, this means that you get 2 files, but it's still doable.
11-01-2006 01:16 PM
11-01-2006 01:31 PM