Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
No dll entry point
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
No dll entry point
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01296580
Message ID:
01296580
Views:
55
The following code declares a C# dll and tries to call a method in it. In the czip.dll there is a namespace, classname and method named Czip. When I run the fox code I get cannot find entry point error. This worked when it was a C++ dll. IS there something different I need to do to get a handle on the entry method.

* gcExeDir is a string that has the path of the application
...
lcCZipFile = gcExeDir + 'czip.dll'
DECLARE CZip IN (lcCZipFile) AS CZipper string

CZipper( lcCommandFile )
...

Thanks,

MW
Next
Reply
Map
View

Click here to load this message in the networking platform