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
> > 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
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
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