
Bug
工作时间
Hate coding !
展开
-
VS2010 & Qt,版本Release时:Debugging information for "project.exe" cannot be found or does not match.
错误提示:Debugging information for "project.exe" cannot be found or does not match. Binary was not built with debug information.Solution:To enable debugging:1) Goto Project->Properties2)原创 2014-12-19 10:47:30 · 2563 阅读 · 0 评论 -
Qt64位编译时,public: void __cdecl QEventDispatcherWin32Private::doWsaAsyncSelect(int).
错误提示:error LNK2019: unresolved external symbol WSAAsyncSelect referenced in function "public: void __cdecl QEventDispatcherWin32Private::doWsaAsyncSelect(int)" .Solution:add:Imm32.lib;Wi原创 2014-12-19 11:26:16 · 1528 阅读 · 0 评论 -
error LNK2005: “public: class std::vector<class std::vector<class std::vector<float>”
VS2010:error LNK2005: "public: class std::vector<class std::vector<class std::vector<class std::vector<float,class std::allocator<float> >,class std::allocator<class std::vector<float,class std::allocator<float>原创 2015-02-06 18:29:37 · 2185 阅读 · 0 评论