short desc. of problem: i've written a little prog. actually yet it's only the surface. the program starts. but: i do not see a thing. i can / must remove the prog hitting ctrl-alt-del.
please take a look and tell me what may be wrong. i've compared it with other programs which work fine. i couldn't find the hang-up.
please take a look and tell me what may be wrong. i've compared it with other programs which work fine. i couldn't find the hang-up.
Sheesh, talk about your stealth bugs. :rolleyes:
This one took me awile to find, but after cutting out code not needed for testing purposes I
finally saw it. Your passing the wrong structure type to the RegisterClass API (which is
failing).
Either you need to change to a WNDCLASS structure, or change the API to RegisterClassEx.
:alright:
This one took me awile to find, but after cutting out code not needed for testing purposes I
finally saw it. Your passing the wrong structure type to the RegisterClass API (which is
failing).
Either you need to change to a WNDCLASS structure, or change the API to RegisterClassEx.
:alright:
:grin: :grin: :grin:
THANKS A REALLY GIANT BIG LOT!!!! it worked ... :alright:
THANKS A REALLY GIANT BIG LOT!!!! it worked ... :alright: