Re: [fpc-pascal] TIniFile crash

2025-07-30 Thread Michael Van Canneyt via fpc-pascal
On Tue, 29 Jul 2025, James Richters via fpc-pascal wrote: I will try just creating a temp file, and once it’s completed delete the original file then rename the temp file to the correct name, it’s a good idea, and a least I will now that nothing I am doing is trying to access the file… beca

Re: [fpc-pascal] TIniFile crash

2025-07-30 Thread James Richters via fpc-pascal
I will try just creating a temp file, and once it’s completed delete the original file then rename the temp file to the correct name, it’s a good idea, and a least I will now that nothing I am doing is trying to access the file… because I can generate some random name for the temp file, but I g