Hey,
I have the following problem (with version 4.7.6):
If I specify more than one component in the ‘Settings.ini’, I get the error at the line (" for I := 0 to ComponentsList.Items.Count - 1 do" - see picture below):
Code:
[ComponentsSettings]
Enable=1
FlatPageMode=0
ShowComponentSize=1
I set it like this:
Code:
[ComponentsSettings]
Enable=0
FlatPageMode=0
ShowComponentSize=1
of course I no longer have a choice of component selection, but the error is then gone, and the setup is compiled.
Maybe someone can help me!
KR pcblizzard