Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error: Cannot find Entry point name in the DLL???
Message
From
21/08/1998 12:37:48
 
 
To
21/08/1998 12:30:25
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00128747
Message ID:
00128828
Views:
29
>Oh, I know this all.
>
>I said you can't call this function directly as showed at the following code:
>
>to build DLL from VFP and then:
>
>********* at the VFP *************************************
>declare dummer in "LibraryName" STRING
>
>or
>'********* at the VB (VBA) *************************************
>declare sub dummer lib "LibraryName" (msg as String)
>
>and call this function (without getting the error message)
>
>dummer( "Hello from dummer!!!")
>
>**********************************************
>
>Alex.
>
>

NO. It is not possible without creating the object. Here it works as an automation server. Not exact DLL as you find in VC++ etc.

Now I understood you, as you call the findfirstname etc. from shell32 etc.
you want to call the function directly.
Even the caling a function directly from the DLL created in VFP , itself doesnot support, It is not stand alone , it is an intrinsic process.

The thread mesg betwen Jim Booth and Jim Reick is interesting . It is about our discussion. Go through it.

See you tomorrow,
Previous
Reply
Map
View

Click here to load this message in the networking platform