Support Board
Date/Time: Mon, 15 Sep 2025 23:08:54 +0000
Post From: Compiling Error
[2020-09-19 21:28:25] |
ForgivingComputers.com - Posts: 1122 |
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 |