Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to write to the serial port
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00344602
Message ID:
00356129
Views:
31
George,
I downloaded your Extended Foxtools Help file and found it very informative,
In the Dialer.prg, there are some dll commands e.g.
opencomm = RegFn("OpenComm", "CII", "I")
writecomm = RegFn("WriteComm", "ICI", "I")
closecomm = RegFn("CloseComm", "I", "I")

I presume the commands in 'quotes' are DLL commands, rather than Foxtools commands,as I cannot see them anywhere in the Foxtools library.
Where would I get information on DLL commands and their parameters ?

Thanks

Gerard



>
>You're dealing with Win16 here. The MSDN Library might be some help here. The platform SDK might show these as well, but, in somecases, as obsolete.
>
>My Extended Foxtools Help file (under Coding, Syntax and Commands) has the documentation for the Foxtools library. Note, however, that some functions may not be in the FPW version. You can check by issuing DISPLAY STATUS, after loading the library.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform