08-01-2013 02:42 PM
I have finished my program and am now trying to build the exe taht will run on the cliends workstation. The source has been well tested and does not throw any errors when running.
Building the exe works fine but when running the exe I get an out of memory error message (below). Watching the memory usage in task manager there is no significant increase. I have built and tested all of the sub vi's on their own and they work fine. The largest dataset in the program is an n=720 array of doubles.
Is there some build config setting im missing to make this work right or something?
08-02-2013 03:25 AM
Do you run the EXE on the same machine as the development?
If so, did you close LV (Development Environment) before running the EXE?
Did you build the EXE as debuggable? If so, can you hook up to it using Desktop Execution Trace Toolkit?
Norbert
08-02-2013 07:49 AM
THe exe was run on the same as the devolopment machine. I get the same weather dev is open, closed or run off a fresh boot.
I did not build as debuggable but I will try that today.
08-05-2013 10:39 AM
Have you had any success building your executable as debuggable?
Does your client's target machine have limited available memory? Have you tested the executable on a third workstation?