Support Board
Date/Time: Tue, 04 Nov 2025 02:16:02 +0000
Post From: Compiling Error
|   [2020-09-19 21:28:25]     |  
| ForgivingComputers.com - Posts: 1153 | 
| 
                The error is here on line 427: SCDateTime DataDateLessOne = DataDate - 1*DAYS; 
Change it to: SCDateTime DataDateLessOne = DataDate - SCDateTime::DAYS(1); 
This was documented as a change here: Required SCDateTime Changes for ACSIL  | 
        
