> Hello,
>
> We have a situation where a managed C++ assembly links with native C++
> dll.
> There is a callback mechanism which calls back into the managed code
> asynchronously. Since native classes cannot hold onto a managed reference,
Why not? There's gcroot and HandleRef and so forth to help with that.
> we need to have a managed static member which we access during the
> callback
[quoted text clipped - 19 lines]
> into
> the neutral domain, instead load it into each AppDomain?
Dave Burns - 12 Jan 2007 15:41 GMT
Thanks,
I tried gcroot as well, but same result - still can't call across
AppDomains.
dave
>> Hello,
>>
[quoted text clipped - 29 lines]
>> into
>> the neutral domain, instead load it into each AppDomain?