Win Dev

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
cpprules
Posts: 148
Joined: Wed Jul 27, 2005 8:37 pm
Location: on the Pedastal

Win Dev

Post by cpprules »

This doesn't has to do anything with Irrlicht.
This is all about Win SDK and GDI, so if anyone has an idea help!

I'm doing double buffering with Windows. And everything works fine, i copy one DC to another. Everything is rendered except child windows.
I declare the Child Window before the main loop wirh CreateWindowEx(); But when i run & compile my child window flickers and dissapears. I think it's cause of the double buffering. I don't know what to do.
I gues i need to do something with WM_PAINT in Callback, But what and how.
I need to make that child window constantly visible! :cry:
CRPG, FRPG, Oblivion Fan
Hater of Counter Strike (i hate it so much damn it)
cpprules
Posts: 148
Joined: Wed Jul 27, 2005 8:37 pm
Location: on the Pedastal

Post by cpprules »

common, anyone...
i thought some people here knows stuff about windows...
CRPG, FRPG, Oblivion Fan
Hater of Counter Strike (i hate it so much damn it)
Guest

Post by Guest »

maybe you get quicker replies on a "real" c++ forum instead of here :) i honestly do not know the answer, sorry!
cpprules
Posts: 148
Joined: Wed Jul 27, 2005 8:37 pm
Location: on the Pedastal

Post by cpprules »

GFXstyLER wrote: on a "real" c++ forum
Where is that?
CRPG, FRPG, Oblivion Fan
Hater of Counter Strike (i hate it so much damn it)
Guest

Post by Guest »

i dont know of an english one, just german. and stupid google just gives german results, too :/ even when i use google.COM
MikeR
Posts: 767
Joined: Sun Dec 26, 2004 4:03 pm
Location: Northern California USA
Contact:

Post by MikeR »

I've never understood windows programming. You could check out the microsoft developers central. there is lots of stuff there, and people who know windows inside and out.
If it exists in the real world, it can be created in 3d

Sys specs:
AMD 3700+ 64 processor
1.0 gb ram
e-Geforce 6600 graphics 256 mb onboard ram
Guest

Post by Guest »

This is NOT a C++ question (the question could be asked for any language usable with platform sdk).

is a Win32 question. Hook up to usenet microsoft.programmers.xxxxx (many to choose from). Or look at the MSDN (microsoft.com) or failing that a beginners book on windows coding.
Post Reply