Hi everybody!
I have a DCOM COM-object where I store addressdata in a CComBSTR* m_address.
I allocate memory like this.
_Module.m_address = new CComBSTR[*maxIndex];
And fills it with addresses.
At a certain point I need to reinitiate because I get a new addresslist. Then I use delete like this...
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.