Notes |
(0017216)
jfudickar (developer)
2010-02-24 21:54
|
Did you have a better suggestion? |
|
(0017217)
jkelley (reporter)
2010-02-24 22:12
|
It would make sense to me for TJvAppRegistryStorage.DoReadFloat to require that the registry value be a REG_BINARY that's exactly SizeOf(Extended) bytes long.
That's the format created by TJvAppRegistryStorage.DoWriteFloat, so it should be safe.
I'm really not familiar with TJvAppRegistryStorage - I came across this issue with ReadDateTime while trying to diagnose an error being raised by TJvProgramVersionCheck, which uses TJvAppStorage - so this suggestion may have problems that I'm not aware of. |
|
(0017271)
obones (administrator)
2010-03-09 11:03
|
Having the zipped sources of a sample application showing this would help greatly |
|
(0017351)
AHUser (developer)
2010-04-02 14:23
|
Fixed in SVN. DoReadFloat now only accepts REG_BINARY as datatype |
|