J
JariTapio
Linking...
Server.obj : error LNK2001: unresolved external symbol "public: long
__thiscall CDisplay:resent(void)" (?Present@CDisplay@@QAEJXZ)
Server.obj : error LNK2001: unresolved external symbol "public: long
__thiscall CDisplay::Clear(unsigned long)" (?Clear@CDisplay@@QAEJK@Z)
Server.obj : error LNK2001: unresolved external symbol "public: long
__thiscall CDisplay::CreateFullScreenDisplay(struct HWND__ *,unsigned
long,unsigned long,unsigned long)"
(?CreateFullScreenDisplay@CDisplay@@QAEJPAUHWND__@@KKK@Z)
Server.obj : error LNK2001: unresolved external symbol "public: __thiscall
CDisplay::CDisplay(void)" (??0CDisplay@@QAE@XZ)
Server.obj : error LNK2001: unresolved external symbol "public: __thiscall
CDisplay::~CDisplay(void)" (??1CDisplay@@QAE@XZ)
LIBC.lib(crt0.obj) : error LNK2001: unresolved external symbol _main
Release/Server.exe : fatal error LNK1120: 6 unresolved externals
Error executing link.exe.
Server.exe - 7 error(s), 0 warning(s)
Hei!
Im tryin to fit together MS DX8.1SDKs TUT_09CLIENTSERVER and
DIRECTDRAW_FULLSCREEN sample but my compiler gives these errors..
im not familiar with linker and i do not know where to search error maybe
PROJECT - SETTINGS - LINK but i do not know what to add or take away...
Thank you for your help..
Yours : JariTapio.
Server.obj : error LNK2001: unresolved external symbol "public: long
__thiscall CDisplay:resent(void)" (?Present@CDisplay@@QAEJXZ)
Server.obj : error LNK2001: unresolved external symbol "public: long
__thiscall CDisplay::Clear(unsigned long)" (?Clear@CDisplay@@QAEJK@Z)
Server.obj : error LNK2001: unresolved external symbol "public: long
__thiscall CDisplay::CreateFullScreenDisplay(struct HWND__ *,unsigned
long,unsigned long,unsigned long)"
(?CreateFullScreenDisplay@CDisplay@@QAEJPAUHWND__@@KKK@Z)
Server.obj : error LNK2001: unresolved external symbol "public: __thiscall
CDisplay::CDisplay(void)" (??0CDisplay@@QAE@XZ)
Server.obj : error LNK2001: unresolved external symbol "public: __thiscall
CDisplay::~CDisplay(void)" (??1CDisplay@@QAE@XZ)
LIBC.lib(crt0.obj) : error LNK2001: unresolved external symbol _main
Release/Server.exe : fatal error LNK1120: 6 unresolved externals
Error executing link.exe.
Server.exe - 7 error(s), 0 warning(s)
Hei!
Im tryin to fit together MS DX8.1SDKs TUT_09CLIENTSERVER and
DIRECTDRAW_FULLSCREEN sample but my compiler gives these errors..
im not familiar with linker and i do not know where to search error maybe
PROJECT - SETTINGS - LINK but i do not know what to add or take away...
Thank you for your help..
Yours : JariTapio.