Re: [fpc-pascal] TParamFlags and fpc 3.2.0.

2019-08-01 Thread Sven Barth via fpc-pascal
Am 02.08.2019 um 03:01 schrieb fredvs: Hello. {$if FPC_FULLVERSION >= 030300} paramlist1 := AlignTParamFlags(paramlist1); {$endif} Hum, with fpc 3.3.1. [2019/04/24] there is that error message: msedesignparser.pas(694,43) Error: Identifier not found "AlignTParamFlags". Could it be that

Re: [fpc-pascal] USB Human Interface Devices

2019-08-01 Thread James Richters
I understand it better now, but I've been out of town and haven't been able to work on it. I'm not sure what is meant by installing development packages though.. I see libusb at https://libusb.info/ I see where to download that.. but I don't know about development packages? As for LibC,

Re: [fpc-pascal] TParamFlags and fpc 3.2.0.

2019-08-01 Thread fredvs
Hello. > {$if FPC_FULLVERSION >= 030300} > paramlist1 := AlignTParamFlags(paramlist1); > {$endif} Hum, with fpc 3.3.1. [2019/04/24] there is that error message: msedesignparser.pas(694,43) Error: Identifier not found "AlignTParamFlags". Could it be that the full-version used for

Re: [fpc-pascal] USB Human Interface Devices

2019-08-01 Thread Johann Glaser
Hi! Am Dienstag, den 30.07.2019, 19:57 -0400 schrieb 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,