View Single Post
  #5  
Old 31-12-2020, 05:11
L0v3craft's Avatar
L0v3craft L0v3craft is offline
Registered User
 
Join Date: Dec 2015
Location: Rome
Posts: 96
Thanks: 421
Thanked 24 Times in 15 Posts
L0v3craft is on a distinguished road
Quote:
Originally Posted by Cesar82 View Post
If you want to send me your project (by PM) I can help you more easily (send me the complete project including the compressors).
Incredible, this is the reason:

the original file "records.ini" that comes with ASIS is this:

[Record1]
Type=Freearc_Original
Source={src}\data.arc
Output={app}\
Disk=1

and it doesn't work, works only changing that "Type=Freearc_Original" to "Type=FreeArc_Original".

Infact the code does this check:

if Data[i - 1].Arc[0] = 'FreeArc_Original' then

it is "FreeArc" and not "Freearc".
Reply With Quote
The Following 2 Users Say Thank You to L0v3craft For This Useful Post:
Cesar82 (31-12-2020), KaktoR (31-12-2020)