Can anybody tell mw why the modaless dialog box is created on the heap and why modal dialog box is created on the stack..
Is there any logical answer behind this...
Waiting for ur reply.....
With Regards
Dinesh
I am trying to implement the callbacks in the ATL.I am facing very peculiar problem in implementing callbacks.I have a Server(ATL EXE,this will be on remote machine) and the clients(ATL DLL).I include the refernce of the client dll in Standard EXE(VB) and test my server from there.The client...
Dear Friends,
I have a basic doubt in IUnknown interface.
I have two COM Interfaces IX and IY.Class CA implements these two interfaces.
CA *pCA=new CA;
IUnKnown *pIX=static_cast<IUnknown *>(static_cast<IX *>(pCA));
IUnKnown *pIY=static_cast<IUnknown *>(static_cast<IY *>(pCA))
whether these...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.