View Issue Details

IDProjectCategoryView StatusLast Update
0004492JEDI VCL02 Installationpublic2008-10-03 02:18
Reporterkorntex5Assigned Toobones 
PrioritynormalSeverityblockReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.35 
Target VersionFixed in Version3.36 
Summary0004492: not enough parameter error, in TjvTranslator.pas when installing jvcl 3.35 package .
DescriptionI can not install the JVCL package 3.35, becose the install.exe crash on the tjvtranslator.pas compilation, on line 501:

StringStream := TStringStream.create;


The constructor of TstringStream need a string parameter!

Additional InformationMy solution, replace the line by:

StringStream := TStringStream.create('');

could you validate this?
TagsNo tags attached.

Activities

obones

2008-10-03 02:17

administrator   ~0014738

This already in the SVN.
Basically, 3.35 is for D2009 only, as compatibility with earlier versions could not be fully tested back then.
The SVN content has been updated right after release, and a new one is due shortly.

Issue History

Date Modified Username Field Change
2008-10-03 01:12 korntex5 New Issue
2008-10-03 02:17 obones Status new => resolved
2008-10-03 02:17 obones Fixed in Version => Daily / SVN
2008-10-03 02:17 obones Resolution open => fixed
2008-10-03 02:17 obones Assigned To => obones
2008-10-03 02:17 obones Note Added: 0014738