Advertisement

Error..

Started by September 27, 2003 12:47 PM
2 comments, last by Pharazon 21 years, 5 months ago
Uhm, everytime I try to compile my program i get this error: Main.obj : error LNK2001: unresolved external symbol "long __stdcall WndProc(struct HWND__ *,unsigned int, long, unsigned int)" (?WndProc@@YGJPAUHWND__@@IJI@Z) Debug/Main.exe : fatal error LNK1120: 1 unresolved externals Error Executing link.exe
Did you create a function called WindowProc(...) ? You need it
Advertisement
Yes I made a function WndProc...
Ah ha..I got it.. I had WPARAM and LPARAM mixed up.. heh.. Thanks though =)

This topic is closed to new replies.

Advertisement