Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Working with COM .dll
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00173263
Message ID:
00173283
Vues:
35
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform