Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Creating a DLL in C++
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Creating a DLL in C++
Miscellaneous
Thread ID:
00826856
Message ID:
00826856
Views:
53
Hi

I am using VC++ 6.0 project wizard to create a standard WIN32 DLL. Using the code it generates "sepdll2.dll". I keep getting "Cannot find entry point fnSepdll2". Any ideas?

In VFP8:

DECLARE integer fnSepdll2 IN sepdll2.dll

LOCAL r as Integer

r = fnSepdll2()
? r
Next
Reply
Map
View

Click here to load this message in the networking platform