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:37:55
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
02/10/2001 07:18:29
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00562910
Message ID:
00562913
Vues:
19
>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
Luigi,
You've created a COM object. Call it :
oTest=createobject('myDLL.esempio')
? oTest.TestDLL
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform