View Issue Details

IDProjectCategoryView StatusLast Update
0004534JEDI VCL00 JVCL Componentspublic2008-10-16 12:11
ReporterJES1904Assigned Toobones 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version 
Target VersionFixed in Version3.36 
Summary0004534: Compile error during installation
Description1. JVJclUtils - unnamed constants "Namespace" and "Nameforwardslash" result in comile error during installation.
2. JVVDataPRovider will not Compile - Line 1457 "if StrIsSubset(Copy(Name, PrefixLen + 1, Length(Name) - PrefixLen), arIsDigit) then" error reports
StrIsSubset has incorrect parameters during installation.
TagsNo tags attached.

Activities

obones

2008-10-16 00:01

administrator   ~0014866

Which version of Delphi?
Which version of the JVCL?

Make you sure you installed the latest JCL as well.

JES1904

2008-10-16 07:09

reporter   ~0014870

I use BDS2006 IDE
I may have had a version mismatch, so I started over using:
JCL jcl-1.103.0.3110-partnerdvd.zip
JVCL jvcl_3.35_for_codegear_delphi_and_c_builder_2009.zip

JCL compiled fine, but then JVCL failed compiling JvcmpD10R.bpl
with error message:
JVTranslator.pas 501 E2035 Not enough actual parameters. Apparently Tstringstream.create requires a string parameter. I gave it a blank string and everything then comiled correctly

By the way, where in the Jedi file directories is the version for JCL and JVCL saved. It is difficult to identify the version without the zip file name.

Thanks for helping.

obones

2008-10-16 12:11

administrator   ~0014871

Yes, 3.35 was made for D2009 and compatibility with previous version was not guaranteed. Your fix is the right one to do.

Version of the JCL and JVCL is indicated in the following files:

JCL: source/common/JclBase.pas
JVCL: run/JVCLVer.pas

Issue History

Date Modified Username Field Change
2008-10-15 10:48 JES1904 New Issue
2008-10-16 00:01 obones Note Added: 0014866
2008-10-16 00:01 obones Status new => feedback
2008-10-16 07:09 JES1904 Note Added: 0014870
2008-10-16 12:11 obones Status feedback => resolved
2008-10-16 12:11 obones Fixed in Version => Daily / SVN
2008-10-16 12:11 obones Resolution open => fixed
2008-10-16 12:11 obones Assigned To => obones
2008-10-16 12:11 obones Note Added: 0014871