View Issue Details

IDProjectCategoryView StatusLast Update
0005853JEDI VCL00 JVCL Componentspublic2012-06-13 15:58
ReportervezAssigned Toobones 
PrioritynormalSeverityblockReproducibilityalways
Status resolvedResolutionnot fixable 
Product Version3.45 
Target VersionFixed in Version 
Summary0005853: incorrect parsing in Jvjclutils::WordCount for Builder XE2
DescriptionI made a simple example:

String str("8: 12, 34.5; 32.54, 45.67");
TSysCharSet sset;
sset << ':';
int numw = Jvjclutils::WordCount(str, sset);

The numw will be equal to 1, but must be 2 in this case.
for Rad XE this works fine.

TagsNo tags attached.

Activities

vez

2012-04-20 11:10

reporter   ~0019719

This bug is within sysset.h of XE2
The QC#105004 gave the solution, but I've used for resolving sysset.h from RadXE.

obones

2012-06-11 17:30

administrator   ~0019858

Please use the latest SVN version and provide the zipped sources of a sample application showing this.

vez

2012-06-13 15:47

reporter   ~0019958

I think this issue has to be closed, as this is the Embarcadero bug in the sysset.h

obones

2012-06-13 15:58

administrator   ~0019960

Ok, thank you for letting us know

Issue History

Date Modified Username Field Change
2012-04-14 10:00 vez New Issue
2012-04-20 11:10 vez Note Added: 0019719
2012-06-11 17:30 obones Note Added: 0019858
2012-06-11 17:30 obones Status new => feedback
2012-06-13 15:47 vez Note Added: 0019958
2012-06-13 15:58 obones Note Added: 0019960
2012-06-13 15:58 obones Status feedback => resolved
2012-06-13 15:58 obones Resolution open => not fixable
2012-06-13 15:58 obones Assigned To => obones