View Single Post
  #4  
Old 17-09-2021, 06:18
maybeknow maybeknow is offline
Registered User
 
Join Date: Sep 2021
Location: canada
Posts: 7
Thanks: 4
Thanked 0 Times in 0 Posts
maybeknow is on a distinguished road
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??

Last edited by maybeknow; 17-09-2021 at 07:09.
Reply With Quote