I have seen alot of people recommending using Win32 Applicaitons as opposed to Win32 Console Applications. Why is this so? Whenever i try to compile a Win32 Application on NT4 VC++ 5 and 6, I get "unresolved external symbol _windows@16". doesn't this mean its 16 bit and the compiler doesn't support it?
how can i prevent that from happening? how can i just compile a nice Win32 App?
thanks
how can i prevent that from happening? how can i just compile a nice Win32 App?
thanks