Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error calling a function from a DLL
Message
From
02/10/2001 07:37:55
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
02/10/2001 07:18:29
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00562910
Message ID:
00562913
Views:
18
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform