View Single Post
  #4  
Old 28-07-2024, 05:45
pcblizzard pcblizzard is offline
Registered User
 
Join Date: Aug 2009
Location: Germany
Posts: 32
Thanks: 65
Thanked 3 Times in 3 Posts
pcblizzard is on a distinguished road
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
Attached Images
File Type: jpg ASIS_1.jpg (171.5 KB, 254 views)
Reply With Quote