The setup program doesn't find the version of delphi
because by default, in french windows a float number
is "6,0" and not "6.0". I must change this for pursue
the setup.
Next the delphi location doesn't must have a space
char ("c:\program files\borland\delphi6\bin") is nor a
valid name.
After, I must configure the FreeClx with 'no-db'
because with db the setup program could not found a
file
The freeclx doesn't in IDE and for compile a program
the command line is C:\dephi6\bin\dcc32.exe mon.dpr -
U"c:\freeclx\units"
Finally, the position, and size of all visual
componant is bad. I must write a program for
initialize all componant'ssize and componant's
position.