View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006655 | JEDI VCL | 00 JVCL Components | public | 2018-11-21 22:00 | 2019-04-27 15:44 |
Reporter | plipla1 | Assigned To | jfudickar | ||
Priority | normal | Severity | block | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | Daily / GIT | ||||
Target Version | Fixed in Version | ||||
Summary | 0006655: Delphi 10.3 JVCL installation impossible | ||||
Description | Installing JCL is possible. But only when cloning from GIT. Downloading a ZIP from GIT and manually pasting jedi.inc won't work. Here the major / blocking problem: installing JVCL is completely impossible with Delphi 10.3 While the installer can get compiled and executed, clicking on Install (Win32 and W64) it stops compiling instantly with ...\lib\jvcl-2018\run\JvAppIniStorage.pas(248) Error: E2003 Undeclared Identifier: 'IndexOf' ...\lib\jvcl-2018\run\JvAppIniStorage.pas(257) Error: E2010 Incompatible types: 'TStringList' und 'TMemIniFile.TSections' Needs a fix fast. | ||||
Tags | No tags attached. | ||||
|
Same problem. Downloaded from GitHub. Did stated that it was 10.3 Compatible. |
2018-11-23 04:15
|
jvcl-run.zip (53,354 bytes) |
|
I have attached some modified file, these changes allow me to compile on Rio. I have not tested any backwards compatibility. Primary issues DWL_MSGRESULT; not assigned in JvDialogs , so just changed to 0 procedure TJvOpenDialog.WndProc(var Msg: TMessage); SetWindowLong(Handle, 0, Result); TCollectionNotification prefix for cnAdded, cnExtracting,cnDeleting in jvTabBar, jvSimScope, jvScheduledEvents, jvListComb, jvtimerList Removal of all {$IFDEF DELPHI2009_UP} code in JvAppIniStorage |
2018-12-04 13:55
|
514.gz (10,334 bytes) |
|
Please do a complete fresh download and rebuild all sources. I had no problem to install it into 10.3 |
|
Please do a complete fresh download and rebuild all sources. I had no problem to install it into 10.3 |
|
Please do a complete fresh download and rebuild all sources. I also had no problem to install it into 10.3 __________ 0006655 https://goo.gl/rEgccS |
|
This one is a partial duplicate of this report, but the duplicate contains more in depth information about the JvAppIniStorage issue: http://issuetracker.delphi-jedi.org/view.php?id=6665 |
|
Seems to be duplicated |
Date Modified | Username | Field | Change |
---|---|---|---|
2018-11-21 22:00 | plipla1 | New Issue | |
2018-11-22 03:28 | pka4916 | Note Added: 0021591 | |
2018-11-23 04:15 | cacofony | File Added: jvcl-run.zip | |
2018-11-23 04:18 | cacofony | Note Added: 0021592 | |
2018-12-04 13:55 | Markus34 | File Added: 514.gz | |
2018-12-04 22:46 | jfudickar | Note Added: 0021593 | |
2018-12-04 22:46 | jfudickar | Note Added: 0021594 | |
2018-12-04 22:46 | jfudickar | Status | new => feedback |
2018-12-17 12:55 | Markus34 | Note Added: 0021599 | |
2019-03-07 21:03 | mh | Note Added: 0021615 | |
2019-04-27 15:44 | jfudickar | Note Added: 0021769 | |
2019-04-27 15:44 | jfudickar | Relationship added | duplicate of 0006665 |
2019-04-27 15:44 | jfudickar | Duplicate ID | 0 => 6665 |
2019-04-27 15:44 | jfudickar | Status | feedback => resolved |
2019-04-27 15:44 | jfudickar | Resolution | open => fixed |
2019-04-27 15:44 | jfudickar | Assigned To | => jfudickar |