Advertisement
Guest User

afdasfdsf

a guest
Nov 22nd, 2014
315
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 1.28 KB | None | 0 0
  1. 1>------ Build started: Project: ArclightFramework, Configuration: Debug Win32 ------
  2. 1>  MyDLLTestClass.cpp
  3. 1>     Creating library C:\Users\Krynn\Desktop\ArclightEngine\ArclightEngine\Win32\Debug\ArclightFramework.lib and object C:\Users\Krynn\Desktop\ArclightEngine\ArclightEngine\Win32\Debug\ArclightFramework.exp
  4. 1>  ArclightFramework.vcxproj -> C:\Users\Krynn\Desktop\ArclightEngine\ArclightEngine\Win32\Debug\ArclightFramework.dll
  5. 2>------ Build started: Project: ArclightEngine, Configuration: Debug Win32 ------
  6. 2>  Application.cpp
  7. 2>     Creating library C:\Users\Krynn\Desktop\ArclightEngine\ArclightEngine\Win32\Debug\ArclightEngine.lib and object C:\Users\Krynn\Desktop\ArclightEngine\ArclightEngine\Win32\Debug\ArclightEngine.exp
  8. 2>Application.obj : error LNK2019: unresolved external symbol "public: __thiscall MyDLLTestClass::MyDLLTestClass(void)" (??0MyDLLTestClass@@QAE@XZ) referenced in function _main
  9. 2>Application.obj : error LNK2019: unresolved external symbol "public: void __thiscall MyDLLTestClass::setX(int)" (?setX@MyDLLTestClass@@QAEXH@Z) referenced in function _main
  10. 2>C:\Users\Krynn\Desktop\ArclightEngine\ArclightEngine\Win32\Debug\\ArclightEngine.exe : fatal error LNK1120: 2 unresolved externals
  11. ========== Build: 1 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement