Re: [fpc-pascal] Challenge accepted

2019-08-15 Thread Cyrax
On 15/08/2019 00:14, Joost van der Sluis wrote: Op 11-08-19 om 12:28 schreef Michael Van Canneyt: [snip] Another thing, can you help me setting up some kind of git-repository on the FPC-infrastructure? Or don't you have any plans in that direction? Regards, Joost. _

Re: [fpc-pascal] USB Human Interface Devices

2019-08-15 Thread Stefan V. Pantazi
Well, I am sure you can find some devices lying around. For once your USB mouse and keyboard are HID devices - but one usually avoids messing with them for obvious reasons, in case an USB interface claimed by a test program is not released. Out of curiosity, just now I opened my keyboard devi

Re: [fpc-pascal] USB Human Interface Devices

2019-08-15 Thread James Richters
Thanks for posting the examples and the information. I'll have a look... I am thinking maybe I should buy some of those USB relays or something simpler just to get SOMETHNG to work so I can figure out what's supposed to even be happening. James -Original Message- From: fpc-pascal

Re: [fpc-pascal] USB Human Interface Devices

2019-08-15 Thread Stefan V. Pantazi
Hi James, I remember going through many similar difficulties with HID. A few years ago I was trying to connect to much simpler devices than yours (game controllers, weather station base, graphic tablet, etc). USB programming is confusing and many abstraction layers have been created aiming at

Re: [fpc-pascal] USB Human Interface Devices

2019-08-15 Thread José Mejuto
El 15/08/2019 a las 15:11, James Richters escribió: Yes, in device manager I see it listed as "HID-compliant vendor-defined device" also Zadig identifies it as "USB Input Device" and it shows Driver: HidUsb (v10.1.17763.1) Is there a way to use the windows system HID interface with FPC already

Re: [fpc-pascal] USB Human Interface Devices

2019-08-15 Thread James Richters
Yes, in device manager I see it listed as "HID-compliant vendor-defined device" also Zadig identifies it as "USB Input Device" and it shows Driver: HidUsb (v10.1.17763.1) Is there a way to use the windows system HID interface with FPC already in place as there is for other windows APIs? James

Re: [fpc-pascal] where to find materials about MP3 file format

2019-08-15 Thread José Mejuto
El 14/08/2019 a las 22:23, Mgr. Janusz Chmiel escribió: I have A very big and non easy dream. Making similar MP3 editor like MP3 direct cut for Windows is. But sure! [...] operations to assign beginning of block and its end. And mainly, I want to use remove block command, which will hae immed

Re: [fpc-pascal] USB Human Interface Devices

2019-08-15 Thread José Mejuto
El 14/08/2019 a las 16:29, James Richters escribió: I'll have a look at your project.. maybe it will give me some clues. Can you tell me how to get hid.dll? I find it all very confusing, can I just download the dll somewhere or do I have to get this huge confusing package and built it myself

Re: [fpc-pascal] += property bug?

2019-08-15 Thread Rainer Stratmann
On Mittwoch, 14. August 2019 14:15:51 CEST Ryan Joseph wrote: > > On Aug 14, 2019, at 12:33 PM, Rainer Stratmann > > wrote: > > > > Didn't you know that Ryan? > > Yes, of course, I use them all the time and it’s why I was defending them > from their critics (which I still find hard to believe ev

Re: [fpc-pascal] += property bug?

2019-08-15 Thread Sven Barth via fpc-pascal
Am 15.08.2019 um 00:39 schrieb Jean SUZINEAU: Le 14/08/2019 à 23:18, Martin a écrit : inc(CALL_LVL [ LOCAL_CALL ],1) Yes, "inc" does not work for properties. But neither does +=. I agree and in the case of a property I think it would be cleaner to code an Inc method directly in the class, or