View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update | 
|---|---|---|---|---|---|
| 0004492 | JEDI VCL | 02 Installation | public | 2008-10-03 01:12 | 2008-10-03 02:18 | 
| Reporter | korntex5 | Assigned To | obones | ||
| Priority | normal | Severity | block | Reproducibility | always | 
| Status | resolved | Resolution | fixed | ||
| Product Version | 3.35 | ||||
| Target Version | Fixed in Version | 3.36 | |||
| Summary | 0004492: not enough parameter error, in TjvTranslator.pas when installing jvcl 3.35 package . | ||||
| Description | I 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 Information | My solution, replace the line by: StringStream := TStringStream.create(''); could you validate this?  | ||||
| Tags | No tags attached. | ||||
| 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 |