LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

CVI 2013 .Net sample The compiler has run out of memory.

With every CVI 2013 dot net sample. (same code is working with CVI2012)

 

I've the following error under debug configuration . 

 

Regards

Alexandre LEVY

 

Compiling instrument source
mscorlib2.c - 1 error, 6 warnings
1, 1 Error: The compiler has run out of memory.
1, 1 Note: You may be able to work around the problem:
1, 1 A. Set the debugging level to 'no run-time checking'.
1, 1 B. Split your source file into smaller files.
1, 1 C. Enable the 'O' option for your source file in the project.
1, 1 D. Move large static data structures into new files and
1, 1 enable the 'O' option for the new files.
Build failed.

0 Kudos
Message 1 of 2
(3,730 Views)

Thanks for reporting this issue. I have filed bug report 426269 for this issue.

 

However, you should not need to compile mscorlib2.c for the example. CVI installs with .obj files already built for mscorlib and mscorlib2. To use these object files, include mscorlib.fp or mscorlib2.fp in your project. The examples should already contain these function panels in the project.

National Instruments
0 Kudos
Message 2 of 2
(3,716 Views)