Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
C++ DLL's
Message
 
À
07/04/2003 11:27:34
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00774732
Message ID:
00774936
Vues:
17
>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?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform