Hi All,
I have this console-program that reads some settings at startup.
Everything works flawlessly on a debian 32 system.
On a debian 64 system, however, sometimes I get this error "unable to open file" when trying to read the settings-file. It is read as an ini-file (TInifile.Create(filename).
In the finalization section of the program the ini-file is written back, preserving current settings. Again all ok on debian 32, and sometimes (not always) "unable to open file" on debian 64.
Al paths are the same, all privileges are the same.
Anyone any ideas?
John