Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Can't pass parameter and call function in the DLL
Message
De
03/02/1999 08:04:21
 
 
À
02/02/1999 10:22:26
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00182255
Message ID:
00183344
Vues:
22
Ed Rauh,

>>The functions for converting numbers to various binary forms are available in >>my CLSHEAP.PRG, as well as functions to change them back when you receive and >>parse this structure,

>>Chan1 = CHR(8) + CHR(1) + NumToBININT(1) + NumToDWORD(5)

Is it i need to run your CLSHEAP.PRG first ? or call your function inside the clsheap.prg?
And after that call my DLL function? (=G_OpenPort(@Chan1))

Can you tell me the step to proceed the DLL ?
Is it first :
1)declare the DLL
2)Call the function in CLSHEAP.PRG to converting numbers to various binary forms? Chan1 = CHR(8) + CHR(1) + NumToBININT(1) + NumToDWORD(5)
3)Call my DLL's function ? G_OpenPort(@Chan1)
Thanks.

regard,
chang
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform