Hello Everybody. I have some problem. When I'm using the dbLoadDLL and dbCallDLL function in the code, the compiler was returned to me an error.
Code:
dbLoadDLL((DWORD) "darkphysics.dll",1);
dbCallDLL(1,(DWORD) "start");
Output from vc++:
1>Main.cpp
1>Linking...
1>LINK : ..\Poldek\3D Objects.exe not found or not built by the last incremental link; performing full link
1>Main.obj : error LNK2019: unresolved external symbol "unsigned long __cdecl dbCallDLL(int,unsigned long)" (?dbCallDLL@@YAKHK@Z) referenced in function "void __cdecl DarkGDK(void)" (?DarkGDK@@YAXXZ)
1>Main.obj : error LNK2019: unresolved external symbol "void __cdecl dbLoadDLL(unsigned long,int)" (?dbLoadDLL@@YAXKH@Z) referenced in function "void __cdecl DarkGDK(void)" (?DarkGDK@@YAXXZ)
1>..\Poldek\3D Objects.exe : fatal error LNK1120: 2 unresolved externals
1>Build log was saved at "file://f:\Poldek\Debug\BuildLog.htm"
1>3D Objects - 3 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Can You help me?
Physics is everything