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)