Re: [fpc-pascal] Using REST based Services

2018-10-07 Thread Alexander Grotewohl
A bit off topic for the list but I've used a program called "Insomnia" which is a client for debugging REST APIs and it was incredibly handy. Especially so you don't try everything under the sun before, for example, realizing your API key is incorrect. Alex On 10/7/2018 4:03 PM, Marc Santhof

Re: [fpc-pascal] Using REST based Services

2018-10-07 Thread Marc Santhoff
On Sun, 2018-10-07 at 00:23 +0200, Michael Van Canneyt wrote: > > On Sat, 6 Oct 2018, Marc Santhoff wrote: > > > Hi, > > > > being rather agnostic regarding web techniques I have to ask: > > > > What module or unit is best for being used when calling web services? > > fphttpclient is what you

Re: [fpc-pascal] MacOSX Mojave

2018-10-07 Thread Jonas Maebe
On 06/10/18 16:01, C Western wrote: Possibly unwisely, I updated by Mac to Mojave. I found that things (including 32 bit apps) worked, but: I had to add -Fl/Applications/Xcode.app/Con tents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/lib to my fpc.cfg to avoid "/usr/lib/

Re: [fpc-pascal] FpWaitPid() multiplies status by 256

2018-10-07 Thread Anton Shepelev
Marco van de Voort to Anton Shepelev: > > may return the status multiplied by 256? If my child > > process terminates with Halt(1), the status is 256, if > > with Halt(2), the status is 512, etc. > > Entirely normal. Status is an opague format in POSIX, and > there are macros to pry them ap

Re: [fpc-pascal] Order of Precedence: FPC/Delphi vs Java

2018-10-07 Thread Anton Shepelev
Bernd Oppolzer: > The story is documented in more detail here (including the > Pascal source code of the rounding function): > > http://bernd-oppolzer.de/job9i032.htm Wirth introduced the capitalisation of keywords, and you have decided to invert his style and capitalise everything except k