Advertisement
Guest User

Qt dll Tester linker errors

a guest
Jul 11th, 2011
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 1.05 KB | None | 0 0
  1. 2>------ Build started: Project: Tester, Configuration: Debug Win32 ------
  2. 2>Moc'ing Tester.h...
  3. 2>Compiling...
  4. 2>stdafx.cpp
  5. 2>Compiling...
  6. 2>moc_Tester.cpp
  7. 2>Tester.cpp
  8. 2>main.cpp
  9. 2>Generating Code...
  10. 2>Compiling...
  11. 2>qrc_Tester.cpp
  12. 2>Linking...
  13. 2>stdafx.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall MSpinLock::~MSpinLock(void)" (__imp_??1MSpinLock@@QAE@XZ) referenced in function __unwindfunclet$??0_MLockEx@@QAE@PBD@Z$0
  14. 2>stdafx.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: int __thiscall MSpinLock::Init(void)" (__imp_?Init@MSpinLock@@QAEHXZ) referenced in function "public: __thiscall _MLockEx::_MLockEx(char const *)" (??0_MLockEx@@QAE@PBD@Z)
  15. 2>stdafx.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall MSpinLock::MSpinLock(char const *)" (__imp_??0MSpinLock@@QAE@PBD@Z) referenced in function "public: __thiscall _MLockEx::_MLockEx(char const *)" (??0_MLockEx@@QAE@PBD@Z)
  16. 2>Debug/Tester.exe : fatal error LNK1120: 3 unresolved externals
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement