1、HY Message Server工程的Global.cpp去掉stdafx.h的话就会出现这个错误,如果不去掉,就不会有。
2、当使用自己的库源文件,如果功能使用了MFC支持,库文件没有加入#include <afx.h>也发生了这个问题。
3、需要打补丁SP5/6来解决这个bug.
编译环境 VC6.0
--------------------Configuration: HY Messaging Server - Win32 Debug--------------------
Compiling...
Global.cpp
c:\program files\microsoft visual studio\vc98\mfc\include\afx.h(556) : 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.
Global.obj - 1 error(s), 0 warning(s)