Hi
I've just downloaded and installed the latest version of Lazarus and FreePascal available on the site. I'm using Slacware 9.1 and I'm trying to build a project where I need to access a external custom hardware through the parallel port.
In older versions, I used the IOPerm instruction to get access to the range of addresses that I need, but in this latest version the same code returns me the error: Identifier not Found: IOPerm.
I really don't know any other way of reading and writing data to the parallel port and I don't know how to solve this problem.
Thank you in advance.