xiongyyhh - 2008-4-17 10:06:00
fatal error C1001: INTERNAL COMPILER ERROR
(compiler file 'msc1.cpp', line 1786)
Please choose the Technical Support command on the Visual C++
Help menu, or open the Technical Support help file for more information
错误指示的是这样的:
void CHoistDoc::SECTION()
{
double CSJJ;
double GSLJX;
//筒壳截面参数
CSJJ=GSZJ+X[5];
GSLJX=1/(1+0.5*GSTMS*GSHM/KTMS/X[5]/CSJJ);
fibbery - 2008-4-18 15:27:00
1786行是什么?
xiongyyhh - 2008-4-21 8:54:00
我也不知道是哪行呢?msc1.cpp找不到啊