Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Error: Cannot find Entry point name in the DLL???
Message
De
21/08/1998 09:49:48
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Titre:
Error: Cannot find Entry point name in the DLL???
Divers
Thread ID:
00128747
Message ID:
00128747
Vues:
66
I wrote a program which defines a Ole public class on custom.
It has a procedure. I made DLL.

And in the PRG I call the procedure, it says
Cannot find Entry point name in the DLL

I declared it as,

***********
DEFINE CLASS dummy_class AS custom OLEPUBLIC
procedure dummer
PARAMETER myname
messagebox("My name is "+myname)
ENDFUNC
enddefine
*****************and called the above DLL in PRG as ******
declare DUMMER in "d:\vclass\dummy1.dll" STRING
dummer ("Satya")

**********
It gave the error.

Cannot find Entry point DUMMMER in the DLL

However I tried using the above procedure in VB,
It worked correctly. I am able use functions in win32API from VFP correctly.
Where the problem is ?
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform