Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
No dll entry point
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
No dll entry point
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Divers
Thread ID:
01296580
Message ID:
01296580
Vues:
56
The following code declares a C# dll and tries to call a method in it. In the czip.dll there is a namespace, classname and method named Czip. When I run the fox code I get cannot find entry point error. This worked when it was a C++ dll. IS there something different I need to do to get a handle on the entry method.

* gcExeDir is a string that has the path of the application
...
lcCZipFile = gcExeDir + 'czip.dll'
DECLARE CZip IN (lcCZipFile) AS CZipper string

CZipper( lcCommandFile )
...

Thanks,

MW
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform