View Issue Details

IDProjectCategoryView StatusLast Update
0006147JEDI VCL02 Installationpublic2015-09-14 13:20
ReporterwilstyxAssigned ToAHUser 
PrioritynormalSeveritycrashReproducibilityalways
Status resolvedResolutionfixed 
Product VersionDaily / GIT 
Target VersionFixed in Version3.48 
Summary0006147: Install Fatal Error ! ! !
DescriptionForgot 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 InformationThanx to AHUser for fix on Save to file !

Also there were some differences between this file and the 3.47 release !
( Versioning mainly )
 
TagsNo tags attached.

Activities

2013-06-07 16:16

 

JvInterpreter_Classes.pas (47,056 bytes)

AHUser

2013-06-07 18:15

developer   ~0020525

Fixed in commit 09b60c0afed56167c57893a14ee51bd696af1e36

Issue History

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