VictorWuMember
Profile
Reputation
Questions
Answers
Tutorials
Comments
Files
Member Since: Nov 2017
Profile Views: 314
Reputation: 6
Posts: 1
Website:
02. An Introduction to the Win32 API
In WinMain " if(!InitializeWindow(hInstance, nShowCmd, Width, Height, true))" shouldn't de...
02. An Introduction to the Win32 API
LPCTSTR WndClassName = "firstwindow";//it says that "const char *" can't initial...