Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 1>------ Build started: Project: ArclightFramework, Configuration: Debug Win32 ------
- 1> MyDLLTestClass.cpp
- 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
- 1> ArclightFramework.vcxproj -> C:\Users\Krynn\Desktop\ArclightEngine\ArclightEngine\Win32\Debug\ArclightFramework.dll
- 2>------ Build started: Project: ArclightEngine, Configuration: Debug Win32 ------
- 2> Application.cpp
- 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
- 2>Application.obj : error LNK2019: unresolved external symbol "public: __thiscall MyDLLTestClass::MyDLLTestClass(void)" (??0MyDLLTestClass@@QAE@XZ) referenced in function _main
- 2>Application.obj : error LNK2019: unresolved external symbol "public: void __thiscall MyDLLTestClass::setX(int)" (?setX@MyDLLTestClass@@QAEXH@Z) referenced in function _main
- 2>C:\Users\Krynn\Desktop\ArclightEngine\ArclightEngine\Win32\Debug\\ArclightEngine.exe : fatal error LNK1120: 2 unresolved externals
- ========== Build: 1 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement