I call a method on a COM component from an ASP; the COM component, written
in C++, allocates a BSTR, and returns a pointer to it via an out parameter.
Does the ASP need to free the string after it is done with it? Or does this
happen automagically, under the covers with automation or something? All
the MS examples that I see do not directly free the storage.
Thanks,
David
epp
David E. Flynt wrote in message <6o1ev6$h8e$1...@pollux.dnai.com>...
>Scenario: