描述:
我在http://www.vckbase.com/下载的程序CallDllFunc
解压缩后执行很好,但是不知道我改什么了,从新执行出现了错误
C:\Documents and Settings\yuzhe\桌面\CallDllFunc\CallDllFunc\DLL\DLL.cpp(31) : 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
Error executing cl.exe.
DLL.dll - 1 error(s), 0 warning(s)
我又从新解压缩了,执行还有错误,我哭,怎么会这样?我没改动什么啊,即使改动了,从新解压的代码应该可以运行啊,这是怎么回事???
解决方案1:
谁能看懂这些?
--------------------Configuration: DLL - Win32 Debug--------------------
Compiling...
StdAfx.cpp
`C:\Program Files\Microsoft Visual Studio\VC98\BIN\c1xx.dll -il C:\DOCUME~1\yuzhe\LOCALS~1
\Temp\a02616 -f C:\Documents and Settings\yuzhe\桌面\CallDllFunc\CallDllFunc\DLL\StdAfx.cpp -Ze
-D_MSC_EXTENSIONS -Zp8 -ZB64 -D_INTEGRAL_MAX_BITS=64 -D_M_IX86=
500 -G5 -Gs -pc \:/ -D_MSC_VER=1200 -D_WIN32 -nologo -D_MT -D_DLL -W 3 -Gm -EHs -EHc -
D_CPPUNWIND -ZI -FC -GF -Zi -Ob0 -Ot -DWIN32 -D_DEBUG -D_WINDOWS -D_WINDLL -D_AFXDLL -D_MBCS -
D_USRDLL -FpDebug/DLL.pch -Ycstdafx.h -FoDebug/StdAfx.obj -FdDebug/vc
60.pdb -FD -Bd -I C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE -I C:\Program
Files\Microsoft Visual Studio\VC98\MFC\INCLUDE -I C:\Program Files\Microsoft Visual
Studio\VC98\ATL\INCLUDE'
ENC_CWD=C:\Documents and Settings\yuzhe\桌面\CallDllFunc\CallDllFunc\DLL
ENC_CL=C:\Program Files\Microsoft Visual Studio\VC98\BIN\cl.exe
ENC_SRC=C:\Documents and Settings\yuzhe\桌面\CallDllFunc\CallDllFunc\DLL\StdAfx.cpp
ENC_PDB=C:\Documents and Settings\yuzhe\桌面\CallDllFunc\CallDllFunc\DLL\Debug\vc60.pdb
ENC_CMD=-nologo -MDd -W3 -Gm -GX -ZI -Od -DWIN32 -D_DEBUG -D_WINDOWS -D_WINDLL -D_AFXDLL -
D_MBCS -D_USRDLL -Fp"C:\Documents and Settings\yuzhe\桌面
\CallDllFunc\CallDllFunc\DLL\Debug\DLL.pch" -Ycstdafx.h -Fo"C:\Documents and Settings\yuzhe\桌
面\CallD
llFunc\CallDllFunc\DLL\Debug\\" -Fd"C:\Documents and Settings\yuzhe\桌面
\CallDllFunc\CallDllFunc\DLL\Debug\\" -FD -Bd -GZ -c -I"C:\Program Files\Microsoft Visual
Studio\VC98\INCLUDE" -I"C:\Program Files\Microsoft Visual Studio\VC98\MFC\INCLUDE" -I"C
:\Program Files\Microsoft Visual Studio\VC98\ATL\INCLUDE" -TP -X
`C:\Program Files\Microsoft Visual Studio\VC98\BIN\c2.dll -il C:\DOCUME~1\yuzhe\LOCALS~1
\Temp\a02616 -f C:\Documents and Settings\yuzhe\桌面\CallDllFunc\CallDllFunc\DLL\StdAfx.cpp -G5
-Gs4096 -dos -MDd -W 3 -EHs -ZI -Gy -Zi -FoDebug/StdAfx.obj -FdDe
bug/vc60.idb -Bd -GZ'
Compiling...
DLL.cpp
`C:\Program Files\Microsoft Visual Studio\VC98\BIN\c1xx.dll -il C:\DOCUME~1\yuzhe\LOCALS~1
\Temp\a02624 -f C:\Documents and Settings\yuzhe\桌面\CallDllFunc\CallDllFunc\DLL\DLL.cpp -Ze -
D_MSC_EXTENSIONS -Zp8 -ZB64 -D_INTEGRAL_MAX_BITS=64 -D_M_IX86=500
-G5 -Gs -pc \:/ -D_MSC_VER=1200 -D_WIN32 -nologo -D_MT -D_DLL -W 3 -Gm -EHs -EHc -D_CPPUNWIND
-ZI -FC -GF -Zi -Ob0 -Ot -DWIN32 -D_DEBUG -D_WINDOWS -D_WINDLL -D_AFXDLL -D_MBCS -D_USRDLL -
FpDebug/DLL.pch -Yustdafx.h -FoDebug/DLL.obj -FdDebug/vc60.pdb
-FD -Bd -I C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE -I C:\Program Files\Microsoft
Visual Studio\VC98\MFC\INCLUDE -I C:\Program Files\Microsoft Visual Studio\VC98\ATL\INCLUDE'
Error executing cl.exe.
到底是哪里错误了