Re: [fpc-pascal] USB Human Interface Devices

2019-07-30 Thread James Richters
Thanks for removing the un-needed units. I have been trying to compile as-is without any modifications. I was not aware that this was dependent on LibC and Lib-USB. I am not really clear on how to install these, maybe I just need to download the correct files and have them in the same

Re: [fpc-pascal] USB Human Interface Devices

2019-07-30 Thread Jean SUZINEAU
Le 30/07/2019 à 19:52, James Richters a écrit : libusb.pas(1350) Warning: Library c.dll not found, Linking may fail ! ■ As stated in https://github.com/hansiglaser/pas-libusb/issues/4 it's very likely you'll have to change {$LINKLIB c} into

Re: [fpc-pascal] USB Human Interface Devices

2019-07-30 Thread Johann Glaser
Hi James! Am Dienstag, den 30.07.2019, 13:52 -0400 schrieb James Richters: > > > Due to my lack of understanding of Windows, I've not yet taken > > > over his changes, because I wanted to wait for confirmation from > > > other users. So if James had some feedback, I'd appreciate it > > > greatly.

Re: [fpc-pascal] USB Human Interface Devices

2019-07-30 Thread James Richters
>>Due to my lack of understanding of Windows, I've not yet taken over his >>changes, because I wanted to wait for confirmation from other users. So if >>James had some feedback, I'd appreciate it greatly. I'm trying to get this to work on windows, I'm having a lot of units not found errors