Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Installing a Foxpro DLL to be used by VB
Message
De
23/04/2001 09:25:49
 
 
À
23/04/2001 08:36:06
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00498521
Message ID:
00498552
Vues:
9
Hi Christopher,

we are also busy registering fox-dlls. Your DLL must at least contain 1 olepublic class. A simple Foxpro dl than looks as following;

define class as custom olepublic



enddefine

Than you wil be able to build a foxpro DLL using the build option in Foxpro.
The machine on which you built the dll will automatially register itself with that DLL, such a dll can be registered on another machine using
REGSERV32 mydll.dll

If you build a comserver (EXE) and execute that on your machine you have to use a commandline parameter:

mycomserver.exe /REGSERVER

Now the DLL should have been registered.

-- Erwin
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform