thank you all for the response. if it is possible only with out-of-process exe i.e, as a DCOM/NT service it is fine. i can make it a DCOM singleton server and COM does the job.
if in later time u get any idea, pls write it.
regards,
Aruna.
Hi,
If any one can suggest how to acheive this??
I have a class in a dll, i want to make this class as singleton across processes. ie., there should be one object of this class, no matter how many applications are loading this dll and using the singleton object.
Or any other design approach...
I am using STL queue ie., std::queue<CData> DataQ.
and i am also using push(), pop(), front() of the queue.
My question is if i want to push or pop the queue objects of CDerivedData. Here CDerivedData is inherited from CData. Is this right thing??
Why i want this to do is in my queue i want to...
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.