Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Entry point error in dll!
Message
From
15/10/2002 06:22:12
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Entry point error in dll!
Miscellaneous
Thread ID:
00711241
Message ID:
00711241
Views:
41
I have a created a dll as follows:

DEFINE class person AS CUSTOM OLEPUBLIC
FirstName = ""
LastName = ""

PROCEDURE GetName

* code to get name

RETURN THIS.FirstName + " " + THIS.LastName

ENDPROC
ENDDEFINE

I have done this code in a program and compiled the project to a multi thread dll.

When I try and use the dll as follows:
declare String getname in mydll

cVal = getname()

When i execute this code i get the following error:

Cannot find entry point getname.

The dll is in the same folder as the main application.


How do I resolve this pls?

Regards
Stuart
Stuart Reid

True nobility lies not in being superior to another man, but in being superior to one’s previous self
Next
Reply
Map
View

Click here to load this message in the networking platform