难怪最近rp值直线下滑,这错误很多地方都说是超过内存限制,但修改了选项也行不通,让人郁闷的bug !

 

debug可以编译通过,但运行出错,而Release模式下就是这个错误信息:

 

Deleting intermediate files and output files for project 'Test - Win32 Release'. --------------------Configuration: Test - Win32 Release-------------------- Compiling resources... Compiling... StdAfx.cpp Compiling... Test.cpp TestDlg.cpp Generating Code... D:/Project/Test/TestDlg.cpp(349) : fatal error C1001: INTERNAL COMPILER ERROR (compiler file 'F:/9782/vc98/p2/src/P2/main.c', line 494) Please choose the Technical Support command on the Visual C++ Help menu, or open the Technical Support help file for more information Error executing cl.exe. Test.exe - 1 error(s), 0 warning(s)

因为F:/9782...这个文件夹在我的电脑上压根儿就不存在......

 

今晚继续排错.....