View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006147 | JEDI VCL | 02 Installation | public | 2013-06-07 16:16 | 2015-09-14 13:20 |
Reporter | wilstyx | Assigned To | AHUser | ||
Priority | normal | Severity | crash | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | Daily / GIT | ||||
Target Version | Fixed in Version | 3.48 | |||
Summary | 0006147: Install Fatal Error ! ! ! | ||||
Description | Forgot to copy error but this is close ( Sorry ) Fatal Error No everloaded version of Seek can be called with these parameters Starting @ line 735 in procedure TStream_Seek(var Value: Variant; Args: TJvInterpreterArgs); begin // new does not compile DW // Value := TStream(Args.Obj).Seek(Args.Values[0], TSeekOrigin(Integer(Args.Values[1]))); // old compiles ???? DW Value := TStream(Args.Obj).Seek(Args.Values[0], Args.Values[1]); end; Instalation went without a hitch after changing the above line ! | ||||
Additional Information | Thanx to AHUser for fix on Save to file ! Also there were some differences between this file and the 3.47 release ! ( Versioning mainly ) | ||||
Tags | No tags attached. | ||||
2013-06-07 16:16
|
JvInterpreter_Classes.pas (47,056 bytes) |
|
Fixed in commit 09b60c0afed56167c57893a14ee51bd696af1e36 |
Date Modified | Username | Field | Change |
---|---|---|---|
2013-06-07 16:16 | wilstyx | New Issue | |
2013-06-07 16:16 | wilstyx | File Added: JvInterpreter_Classes.pas | |
2013-06-07 18:15 | AHUser | Note Added: 0020525 | |
2013-06-07 18:15 | AHUser | Status | new => resolved |
2013-06-07 18:15 | AHUser | Fixed in Version | => Daily / SVN |
2013-06-07 18:15 | AHUser | Resolution | open => fixed |
2013-06-07 18:15 | AHUser | Assigned To | => AHUser |
2015-09-14 13:20 | obones | Fixed in Version | Daily / GIT => 3.48 |