Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Working with COM .dll
Message
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00173263
Message ID:
00173283
Views:
15
Steve,

That should to it. Whatever app does the CreateObject() should be able to get rid of the object when it's done with it. I'm not sure of how it works in ASP though. If you are using a VFP client for the server you just:

oCOM = CreateObject( "TheDLL.TheCOMServer" )

oCOM.DoStuff()

oCOM = .null. && release the server

> In NT 4.0 server how do I turn off running COM servers if I forgot to
>close them with
>
>set oMyServer=nothing
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform