LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

I have an "Out of memory" error when I compile or Link my Labwindows CVI 6.0 application. Where is the problem ?

system : Windows NT 4.0. I am using Labwindows CVI 6.0.
0 Kudos
Message 1 of 4
(2,695 Views)
The problem occured after I put a '.pcx' image file on a panel. I can compile my project in debug mode but absolutely not in release mode, the error message is always "Out of memory". I have tryed to re-install Labwindows CVI 6.0 but nothing changed, still the same problem. For information, the image size is around 500 Ko. Please, any suggestion would be welcome.
Thanks
0 Kudos
Message 2 of 4
(2,695 Views)
hello

Instead of loading that image at compile time, leave the picture control empty and load it at run-time using the DisplayImageFile().

I hope this helps

Bilal Durrani
NI
Bilal Durrani
NI
0 Kudos
Message 3 of 4
(2,695 Views)
Thanks, that's what I tried and It's working !!
0 Kudos
Message 4 of 4
(2,695 Views)