I've recently switched to CodeBlocks from Dev-C++, and I like it alot. But I'm experiencing a bug in my project, and I can't figure out where it is. So I thought someone here might be able to help.
The main window of my App is not using the title given in CreateWindowEx(), and it's not using the icons from the WNDCLASSEX structure. Instead, the title is blank and the icons are the default Windows application icons. Switching to the older (non-Ex forms) did not help. Has anybody else seen this behavior? Does anyone know how to fix it?
I'm using the same code I was in Dev-C++, and had no problems with this in that, so I can't figure out what's wrong.
yckx