我用的英文版XP,装了中文简体的Visual stdio.net2003,现在在编译我的工程的时候,出现LNK2019错误,这个很正常。问题是为什么没有任何的其他信息啊?
是不是要装什么补丁?谢谢!
正在删除项目“TTCN2_3GLT”(配置“Debug|Win32”)的中间文件和输出文件。
正在编译...
stdafx.cpp
正在编译...
TTTView.cpp
TTTDoc.cpp
TTT.cpp
MainFrm.cpp
ChildFrm.cpp
正在生成代码...
正在编译资源...
正在链接...
MainFrm.obj : error LNK2019:
MainFrm.obj : error LNK2019:
MainFrm.obj : error LNK2019:
MainFrm.obj : error LNK2019:
MainFrm.obj : error LNK2019:
MainFrm.obj : error LNK2019:
Debug/TTT.exe : fatal error LNK1120: 6
------解决方案--------------------------------------------------------
连目标文件都没生成,要其它信息有什么用
可能你根本不应该用中文版的
------解决方案--------------------------------------------------------
Error LNK1120 gives you a count (number) of unresolved externals for this link. The conditions that cause unresolved externals are described with error LNK2001, which precedes this error message (once for each unresolved external).
http://msdn2.microsoft.com/en-us/library/z98k84c3(vs.71).aspx