
17-09-2021, 07:56
|
 |
Registered User
|
|
Join Date: May 2011
Location: Brazil
Posts: 1,074
Thanks: 1,814
Thanked 2,304 Times in 787 Posts
|
|
Quote:
Originally Posted by maybeknow
I Keep getting this error...
and I dont know why
here is the line of code
Code:
ExtractTemporaryFile('XDelta3.dll');
ISxDeltaExtract(0, 0, 0, 256000, ExpandConstant('{app}\test1.txt'), ExpandConstant('{tmp}\test1.txt.diff'), ExpandConstant('{app}\out3.dat'), false, false);
oh I think I made a big mistake...
what is the type of first argument of function? should I pass a compressed file to it??
|
Code:
ExtractTemporaryFile('XDelta3.dll');
ISxDeltaExtract(0, 0, 0, 640, ExpandConstant('{app}\test1.txt'), ExpandConstant('{tmp}\test1.txt.diff'), ExpandConstant('{app}\test_dest.txt'), false, false);
|