以下是上一贴的内容:(双击关闭此窗口)  贴子作者:我爱汇编
忘了说,昨天编译有错误,我已经手工修改了后编译成功.
正在处理工程文件...
没有设置单独编译/链接的文件...
正在处理工程 ...
ml.exe /c /coff /nologo /Fo"test.obj" "C:\Documents and Settings\Administrator\桌面\Regular\test.ASM"
Assembling: C:\Documents and Settings\Administrator\桌面\Regular\test.ASM
C:\Documents and Settings\Administrator\桌面\Regular\test.ASM(151) : error A2006: undefined symbol : CP_UTF8
C:\Documents and Settings\Administrator\桌面\Regular\test.ASM(151) : error A2114: INVOKE argument type mismatch : argument : 1
C:\Documents and Settings\Administrator\桌面\Regular\test.ASM(158) : error A2006: undefined symbol : CP_UTF8
C:\Documents and Settings\Administrator\桌面\Regular\test.ASM(158) : error A2114: INVOKE argument type mismatch : argument : 1
C:\Documents and Settings\Administrator\桌面\Regular\test.ASM(179) : error A2006: undefined symbol : CP_UTF8
C:\Documents and Settings\Administrator\桌面\Regular\test.ASM(179) : error A2114: INVOKE argument type mismatch : argument : 1
C:\Documents and Settings\Administrator\桌面\Regular\test.ASM(187) : error A2006: undefined symbol : CP_UTF8
C:\Documents and Settings\Administrator\桌面\Regular\test.ASM(187) : error A2114: INVOKE argument type mismatch : argument : 1
C:\Documents and Settings\Administrator\桌面\Regular\T_Pub.asm(380) : error A2006: undefined symbol : HighPart
C:\Documents and Settings\Administrator\桌面\Regular\T_Pub.asm(381) : error A2006: undefined symbol : LowPart
C:\Documents and Settings\Administrator\桌面\Regular\T_Pub.asm(401) : error A2006: undefined symbol : LowPart
C:\Documents and Settings\Administrator\桌面\Regular\T_Pub.asm(402) : error A2006: undefined symbol : LowPart
C:\Documents and Settings\Administrator\桌面\Regular\T_Pub.asm(403) : error A2006: undefined symbol : HighPart
C:\Documents and Settings\Administrator\桌面\Regular\T_Pub.asm(404) : error A2006: undefined symbol : HighPart
没有引用winbase.inc,还有CF_UTF8定义 65001.就行了.