Menu

#111 setup.dpr

open
nobody
None
5
2002-05-19
2002-05-19
arbinada
No

Windows 2000 Pro
If system locale has decimal separator <> '.' then
setup failed with error
"Could not locate Delphi..."
(this happens after EConversionError at the line 93
Tmp := StrToFloat(Keys[I]))

Solve:
add the string

DecimalSeparator := '.';

into the beginning of program.

Discussion


Log in to post a comment.

MongoDB Logo MongoDB