Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Registering objects
Message
 
 
À
15/01/2001 11:00:25
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00463742
Message ID:
00463780
Vues:
12
*snip*
>They are running it on a single shared server. So I guess I must run the regsrv32 on the server.
>
>Are there any parameter(s) I must send when issuing regsrv32.exe?
>Do I run regsrv32.exe out on the DOS prompt?

PMFJI, but you need to pass the name of the OCX to Regsvr32 like:

regsvr32 MyOcx.Ocx

This can be done at the DOS/CMD prompt. You could also use the DLLRegisterServer function in the OCX. An OCX is also a DLL. Ex.

declare integer DllRegisterServer in Comctl32.ocx
DllRegisterServer()

HTH.
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform