View Single Post
  #161  
Old 07-01-2018, 08:44
prudislav prudislav is offline
Registered User
 
Join Date: Jan 2009
Location: moon
Posts: 485
Thanks: 270
Thanked 189 Times in 135 Posts
prudislav is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
2) if you want to use UltraARC, just enable it by removing ; . Do not replace it with enabled DiskSpan define. In this case, DiskSpan is enabled too alongside with UltraARC, which gives you proc errors too (because there is no #define DiskSpan, so all #ifdef DiskSpan will be compiled too).
not sure if i follow , tried this with fe1's test script
How should this section look when i want to use UltraARC packed files???

Code:
#define UltraARC
;#define DiskSpan
gives same proc error even with all pictures enabled
and if i use
Code:
#define UltraARC
#define DiskSpan
i get this error https://i.imgur.com/E4jd6KW.png

Last edited by prudislav; 07-01-2018 at 09:29.
Reply With Quote