View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003972 | JEDI VCL | 02 Installation | public | 2006-10-27 11:10 | 2006-10-28 07:41 |
Reporter | Eulenspiegel | Assigned To | AHUser | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 3.20 | ||||
Target Version | Fixed in Version | ||||
Summary | 0003972: Install fails when using Turbo Delphi | ||||
Description | The Delphi Version is not known in build.exe. Same problem in JVCL. | ||||
Tags | No tags attached. | ||||
|
Which version of Turbo do you use? The Explorer version does not allow third party packages to be installed and as such is not accepted by the JCL nor the JVCL. |
|
I'm using the Professional version of Turbo Delphi. I have successful installed a self developed package. If I start install without params, then build.exe uses d5 and the error message says "Delphi/BCB version not installed.". If I use "10" as parameter, the error message is "Unknown edition: 10". The path to Turbo Delphi is "<programs>\Borland\BDS\4.0". My study of build.dpr lets me believe, that build.exe does not look for the Turbo Delphi program directory (take a look at TEdition.Create(), Test if Version > 7 and the construction of VersionString in under if (Length(AEditionName) > 2) and (AEditionName[3] in ['0'..'9']) then ...). |
|
OK, I tested another call: install d10 and look, it works fine! My fault, sorry. |
|
build.exe is deprecated and replaced by dcc32ex.exe (that is used in the snapshots since february 2006). |
Date Modified | Username | Field | Change |
---|---|---|---|
2006-10-27 11:10 | Eulenspiegel | New Issue | |
2006-10-27 14:36 | obones | Note Added: 0010389 | |
2006-10-27 14:36 | obones | Status | new => feedback |
2006-10-27 15:09 | Eulenspiegel | Note Added: 0010390 | |
2006-10-27 16:01 | Eulenspiegel | Note Added: 0010391 | |
2006-10-28 07:32 | AHUser | Note Added: 0010392 | |
2006-10-28 07:41 | AHUser | Status | feedback => resolved |
2006-10-28 07:41 | AHUser | Resolution | open => fixed |
2006-10-28 07:41 | AHUser | Assigned To | => AHUser |