
please wait
|
|
1>Compiling... 1>main.cpp 1>Compiling... 1>pong.c 1>Linking... 1>main.obj : error LNK2019: unresolved external symbol "void __cdecl DrawPaddles(struct HWND__ *)" (?DrawPaddles@@YAXPAUHWND__@@@Z) referenced in function "long __stdcall WndProc(struct HWND__ *,unsigned int,unsigned int,long)" (?WndProc@@YGJPAUHWND__@@IIJ@Z) 1>main.obj : error LNK2019: unresolved external symbol "void __cdecl LoopTimer(void)" (?LoopTimer@@YAXXZ) referenced in function "long __stdcall WndProc(struct HWND__ *,unsigned int,unsigned int,long)" (?WndProc@@YGJPAUHWND__@@IIJ@Z) 1>main.obj : error LNK2019: unresolved external symbol "void __cdecl ColorsOfPong(void)" (?ColorsOfPong@@YAXXZ) referenced in function "long __stdcall WndProc(struct HWND__ *,unsigned int,unsigned int,long)" (?WndProc@@YGJPAUHWND__@@IIJ@Z) 1>C:\Users\Desktop\Pong 2.0\Debug\Pong 2.0.exe : fatal error LNK1120: 3 unresolved externals 1>Pong 2.0 - 4 error(s), 0 warning(s) ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== |