9 Jan
2007
9 Jan
'07
8:53 p.m.
On 1/8/07, Trent Nelson
Philipp Henkel wrote:
I would like to discuss some code I'm using to manage COM objects with intrusive_ptr.
Out of interest, what's your motivation for using intrusive_ptr over the smart pointer facilities (via #import of your COM DLL/EXE) provided by Visual Studio? I quite like the smart pointer stuff; it almost makes COM-related programming half tolerable. You'd lose the benefits of things like IntelliSense completion for COM types if you wrolled your own wrapper, I would think.
Heh :) Since IntelliSense crashes with boost.bind, most people wouldnt lose very much :-P.
Trent.
-- Felipe Magno de Almeida