EStringListError

All announcements, questions and issues related to the TsiLang Components Suite.
Post Reply
dl
Posts: 1
Joined: Thu Feb 05, 2004 2:31 pm

EStringListError

Post by dl »

I've been using the siLang component in one of my delphi projects and it has worked fine until just this day. When I try to run the program I get the following error

Project foo.exe raised exception class EStringListError with message 'List index out of bounds (87)'. Process stopped. Use Step or Run to continue.

First I thought it was just my project but I've tried to create an empty project and as soon as I add the siLang component I get that error.

It happens before FormCreate is called because I've tried to set a breakpoint in FormCreate.

HELP
isiticov
Site Admin
Posts: 2383
Joined: Thu Nov 21, 2002 3:17 pm

Post by isiticov »

This looks like you haven't recompiled all files well when upgrading to new version. Be sure to delete all DCU, OBJ files from old version before instaling newer one.
Post Reply