Re: [fpc-pascal] I am offering a $100 reward for linking static libraries

2022-09-01 Thread Anthony Walter via fpc-pascal
For those having problems downloading the solution, here is an alternate link: https://cache.getlazarus.org/chipmunktest.7z ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] I am offering a $100 reward for linking static libraries

2022-09-01 Thread Michael Van Canneyt via fpc-pascal
On Thu, 1 Sep 2022, Anthony Walter via fpc-pascal wrote: For those having problems downloading the solution, here is an alternate link: https://cache.getlazarus.org/chipmunktest.7z Thank you, this works admirably. Michael. ___ fpc-pascal

Re: [fpc-pascal] I am offering a $100 reward for linking static libraries

2022-09-01 Thread Jean SUZINEAU via fpc-pascal
Le 01/09/2022 à 07:50, Michael Van Canneyt via fpc-pascal a écrit : The file seems corrupt. I tried several programs, none managed to open it. Indeed more than corrupt. For me, file is just empty (size 0 byte) ___ fpc-pascal maillist -

Re: [fpc-pascal] BoolToStr

2022-09-01 Thread Zeljko Avramovic via fpc-pascal
> > You can use > > BoolToStr(b,'TRUE','FALSE') > > That works great! Shouldn't that be the default and you can put in > something else if you want it? Latest trunk allows you this if you include new syshelpers unit: True.ToString; // True