PDA

View Full Version : Cannot find window class


C++
01-17-2011, 10:54 AM
I'm trying to make a Windows application but I get the error in the title. I am running Windows XP Professional and using VC++ 2008. Here is how I call my code: WNDCLASSEX wcex; wcex.cbSize = sizeof(WNDCLASSEX);