Support Board
Date/Time: Sat, 24 May 2025 20:20:25 +0000
Post From: Compiling Error
[2020-09-19 21:28:25] |
ForgivingComputers.com - Posts: 1058 |
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 |