Re: window from win32 dll



thanks..actually i just cut and paste this code form Direct3D
tutorials,i need direct3D window(for displaying Direct3d,directx9
tutorials i used))..
changes i made was calling in dll,implicitly linked(some one calls
static linking i believe its load when program execute,so dll
instance
might be going wrong, i think so. ).i mentioned earlier Hinsiance i
am storing in dll main and using it...
i couldn't understand what is the problem using class..so many guys
do same thing.window creation function and msgproc inside one class
and using it.i tried outside class also with diffrent parameters.i
belive it would be hinstnace problem.

CreateWindow not returning window handle.that is the problem..last
error zero.

.