LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Out of Memory In LabWindows/CVI 8.1. It appears to be in the link step ?

Hi, John

 

I remember i have run into the same problem before in my project. Fortunitely, The issue was sucessfully addressed later, though at the begining I was totally frustrated . What I did was rewrite some of my sub-rountines to make it use as less static variable as possile, Those variable stored in memeory are preassigned. Once you program become bigger and bigger,  there will be not enough memory for your PC to run your code as a whole. My suggestion is to swtich all the static to local variable. Good Luck!

 

Thanks

SJ

0 Kudos
Message 11 of 11
(744 Views)