J
Jan Schukat
It s just a Windows application with a WinMain function, an own
registered Window Class and a CreateWindowEx call, no mfc and other
gimmicks.
I made several applications with a the main window being a WS_POPUP
window before, always worked fine. This one is a little more
complicated, but it is still the only window of the application. It is
no WS_CHILD. The application works with every other style. But whenever
I call CreateWindowEx with an WS_POPUP style it horribly crashs.
CreateWindowEx doesn't even return, it just crashs. So my question is,
under which circumstances can this happen? Too bad I have no sources of
CreateWindowEx
Jan
registered Window Class and a CreateWindowEx call, no mfc and other
gimmicks.
I made several applications with a the main window being a WS_POPUP
window before, always worked fine. This one is a little more
complicated, but it is still the only window of the application. It is
no WS_CHILD. The application works with every other style. But whenever
I call CreateWindowEx with an WS_POPUP style it horribly crashs.
CreateWindowEx doesn't even return, it just crashs. So my question is,
under which circumstances can this happen? Too bad I have no sources of
CreateWindowEx
Jan