Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can't pass parameter and call function in the DLL
Message
From
03/02/1999 08:04:21
 
 
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00182255
Message ID:
00183344
Views:
23
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform