View Issue Details

IDProjectCategoryView StatusLast Update
0003389JEDI VCL00 JVCL Componentspublic2006-04-12 01:08
ReporterWBennerAssigned Toobones 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.00 
Target VersionFixed in Version3.30 
Summary0003389: jvInterpreter finds error
DescriptionIn the newest version from 22.12.2005, the interpreter finds errors after compile, if there are identifiers which are not declared in source code. These undeclared identifiers i fill in the the routine getIPValues. The parser should ignore such undeclared identifiers like in the release from april 2005 or there should be an option to suppress error messages.
TagsNo tags attached.

Activities

outchy

2006-02-09 08:34

administrator   ~0008532

Could you post the script that causes this errors?

WBenner

2006-02-11 07:46

reporter   ~0008539

Here is the sample script to reproduce the error:

...
SL:=tStringList(HoleWert('MarkListe'));
For i:=0 to SL.Count - 1 do
 If SL[i] = 'Pos' then
...

The function "Holewert" returns a stringlist and is assigned in IPGetValue. The interpreter shows no error if SL is created via "tStringlist.Create".

In version 3.0 is this code correct executed.

obones

2006-04-05 05:49

administrator   ~0008967

Please provide a complete script, so that I can test this.
In the meantime, please try with the latest version of the JVCL and let us know how it goes.

WBenner

2006-04-10 06:16

reporter   ~0009060

It's very difficult to post a sample code. But I have testet the problem with the last release from 10.April and there is all ok!

obones

2006-04-12 01:08

administrator   ~0009067

Then I'm setting this to resovled. If you have other problems, please create a NEW issue.

Issue History

Date Modified Username Field Change
2005-12-27 07:10 WBenner New Issue
2006-02-09 08:34 outchy Note Added: 0008532
2006-02-09 08:34 outchy Status new => feedback
2006-02-11 07:46 WBenner Note Added: 0008539
2006-04-05 05:49 obones Note Added: 0008967
2006-04-10 06:16 WBenner Note Added: 0009060
2006-04-12 01:08 obones Status feedback => resolved
2006-04-12 01:08 obones Resolution open => fixed
2006-04-12 01:08 obones Assigned To => obones
2006-04-12 01:08 obones Note Added: 0009067