Quote:
Originally Posted by Cesar82
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".