Hi. I'm using Vc++ right now...i've build a simple code that is used as
skeletton for all my Windows App.
I'm using 3 Includes : Windows.h, Stdio.h and StdArg.h
when i compile my code i got no error and no warning but when i Build the
entire project I got that error:
WinMain.obj : error LNK2001: unresolved external symbol "int __cdecl
UnregisterWindo wClasses(struct HINSTANCE__ *)"
(?UnregisterWin dowClasses@@YAH PAUHINSTANCE__@ @@Z)
Debug/FrameWork.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.
Any Help plz ?
Manuel Mayer
ManuelMayer@Vid eotron.ca
skeletton for all my Windows App.
I'm using 3 Includes : Windows.h, Stdio.h and StdArg.h
when i compile my code i got no error and no warning but when i Build the
entire project I got that error:
WinMain.obj : error LNK2001: unresolved external symbol "int __cdecl
UnregisterWindo wClasses(struct HINSTANCE__ *)"
(?UnregisterWin dowClasses@@YAH PAUHINSTANCE__@ @@Z)
Debug/FrameWork.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.
Any Help plz ?
Manuel Mayer
ManuelMayer@Vid eotron.ca
Comment