Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Error calling a function from a DLL
Message
De
02/10/2001 07:18:29
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Error calling a function from a DLL
Divers
Thread ID:
00562910
Message ID:
00562910
Vues:
37
I have create this code for a DLL
define class esempio as custom olepublic
name= "esempio"
function testdll
return "OK"
enddefine

I compiled as single-threaded dll with name firstdll

I declare it like:
decalre testdll in firstdll

when I call testdll appear the message "cannot find entry point testdll in DLL"

Has anyone a possible solution?

Tank you in advance
Luigi
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform