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

_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to