LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

OS problem after exe is created in all PC

Hi,
I have developed a projected which is working fine. I have created an exe of that and trying to use it, then I am getting OS error which is attached with this mail. In the project i have defined a VI for closing the present VI and opening the another VI. when this VI is executed i am getting the OS error and window is getiing closed. I have tried building new exe, but even that was not working. I am getting this error in all PC which ever i tried it.
 
with Regards,
Ashok.
0 Kudos
Message 1 of 2
(2,421 Views)
Looks like you have a memory leak somewhere.

If you don't use any DLLs (which can quickly lead to memory leaks if they're badly programmed) then I guess you must be leaving some references open which you should really close.  YOur application sounds like you're using VI server.

Are you kkeping track of your open references, and closing them all afterwards in the right order?

Shane.
Using LV 6.1 and 8.2.1 on W2k (SP4) and WXP (SP2)
0 Kudos
Message 2 of 2
(2,417 Views)