Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Passing parameters by reference does not work in DLL
Message
De
01/06/2003 15:48:52
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Titre:
Passing parameters by reference does not work in DLL
Divers
Thread ID:
00795011
Message ID:
00795011
Vues:
42
*this works
DECLARE integer FSL_Command IN rapidsign string strBaseDir, string strCommand
MR=FSL_command( "C:\TEST", "SIGN")

*this does not work
DECLARE integer FSL_Command IN rapidsign string@ strBaseDir, string@ strCommand
strBaseDir="C:\test"
strCommand="SIGN"
MR=FSL_command(@strBaseDir, @strCommand)

any explanation ?

*****************************************************************************
the DLL specifications are :
* The functions have a PASCAL calling convertion (same as win APIs).
* The functions provided by this DLL are *NOT* reentrant.
* Many of these functions are blocking.
* The complex data types (structures) expected must have a member alignment of 1 byte (ie no padding).
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform