Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Using the BUILD DLL command from within a COM object
Message
 
À
12/08/2005 02:50:49
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8
OS:
Windows Server 2003
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
01040487
Message ID:
01040489
Vues:
12
>First is this true?

The "BUILD DLL" and "BUILD MTDLL" commands are not listed in the "Distributable and Restricted Visual FoxPro Features and Files" section of the help file, but "BUILD EXE" and "BUILD APP" are. I'm assuming it was missed from the documentation and is not allowable.


>Second does anyone know of a workaround?

If you have VFP installed on the same machine as the EXE you could do this:
oVFP = CREATEOBJECT("VisualFoxPro.Application.8")
oVFP.DoCmd([BUILD DLL "MyProject.dll" FROM "MyProject.pjx"])
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform