Guest_imported
New member
- Jan 1, 1970
- 0
Hi, I am a beginner at programming in c++. I wanted to make
a simple windows program. The program just makes a window.
One of the first things you have to do is make and register an windows class.But both the CreateWindow function and RegisterClassEx function fail and return 0. Can any one tell me what the problem could be ?
a simple windows program. The program just makes a window.
One of the first things you have to do is make and register an windows class.But both the CreateWindow function and RegisterClassEx function fail and return 0. Can any one tell me what the problem could be ?