Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MTDLL Dispose?
Message
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Miscellaneous
Thread ID:
00751934
Message ID:
00753823
Views:
17
Thanks for the tip, I didn't realize I had to do that in .NET when calling a COM object


>In the .NET client:
>
>server = null;
>
>This will null the object ref and your VFP MTDLL destroy event will fire.
>
>HTH
>
>>I have a VFP8 MTDLL living inside a COM+ Server Application. If this was .NET, it would inherit from ServicedComponent and the client could call Dispose() on my object to get rid of it so the next caller can use it.
>>
>>What would I do with a similar .NET client and a VFP8 MTDLL? There's no builting Dispose()-like functionality for VFP stuff in COM+, right?
Previous
Reply
Map
View

Click here to load this message in the networking platform