[fpc-pascal] Parallel Port Access with Free Pascal - windows
James Richters
james at productionautomation.net
Thu Jun 15 20:11:06 CEST 2017
I have updated my unit for accessing parallel ports on Windows with Freepascal to now select the correct .dll file depending on how the program is compiled.
It now uses
inpout32.dll if you compile for Win32
inpoutx64.dll if you compile for Win64
I also added a new sample program that can be compiled for Win32 or Win64 which also demonstrates some of the other procedures and functions available.
Here are links:
here’s the link to the FPC sample files. https://github.com/Zaaphod/FPC-Parallel-Port
The InpOut32 and InpOutx64 drivers are here: http://www.highrez.co.uk/downloads/inpout32/
James
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20170615/551904cf/attachment.html>
More information about the fpc-pascal
mailing list