I'm using the TIniFile ReadFloat mehtod. (I've used this many times before). I actually have the same call in two different projects. The first project works, the other project fails on every ReadFloat call. (The other Read... methods work fine). (They are reading the same ini file).
Here is the error I get: Exception EConvertError with message "0' is not a valid floating point value'.
I checked to see that the project options were the same. They are. Both projects are Packages. I thought it might be byte alignment or something, but both projects are set up the same.
Here is the error I get: Exception EConvertError with message "0' is not a valid floating point value'.
I checked to see that the project options were the same. They are. Both projects are Packages. I thought it might be byte alignment or something, but both projects are set up the same.