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

2022-08-31 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 - fpc-pascal@li

Re: [fpc-pascal] BoolToStr

2022-08-31 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 True.ToTrueFals

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

2022-08-31 Thread Michael Van Canneyt via fpc-pascal
On Wed, 31 Aug 2022, Anthony Walter via fpc-pascal wrote: I wanted everyone to know that after two attempts user Okoba on the Lazarus general forums was able to come up with a solution to fix this problem. I created a small demo that simulates objects dropped into an area with pegs rendered o

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

2022-08-31 Thread Anthony Walter via fpc-pascal
I wanted everyone to know that after two attempts user Okoba on the Lazarus general forums was able to come up with a solution to fix this problem. I created a small demo that simulates objects dropped into an area with pegs rendered on a TForm TCanvas. The solution and demo are inside the project