标签:LNK2001
error LNK1120: 4 个无法解析的外部命令
错误 33 error LNK2001: 无法解析的外部符号 __imp__DecodePointer@4 错误 70 error LNK2001: 无法解析的外部符号 __imp__InitializeCriticalSectionEx@12 在Visual Studio 2013中编译c++出现这样的错误 怎么办? 谢谢 解决方案 40 链接器链接时找不……
09-22 立刻查看
unresolved external symbol错误fatal error LNK1120
// #include”compare.h” template<class numtype> class Compare { public: Compare(numtype,numtype); numtype max(); private: numtype x,y; }; // #include”com……
10-24 立刻查看