Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
C++ DLL's
Message
 
To
07/04/2003 11:27:34
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00774732
Message ID:
00774936
Views:
16
>Do functions in Dll's have to have someting special to be declared and used in Visual Fox?

Yes, they have to be exported in Win32API format (I think that's Pascal calling convention). You can use the WINAPI macro to specify this and add an Export to the DLL export list.

For example:
BOOL WINAPI SomeFunction(char *lpzString) {
}
+++ Rick ---

West Wind Technologies
Maui, Hawaii

west-wind.com/
West Wind Message Board
Rick's Web Log
Markdown Monster
---
Making waves on the Web

Where do you want to surf today?
Previous
Reply
Map
View

Click here to load this message in the networking platform