Support Board
Date/Time: Sun, 22 Mar 2026 06:33:46 +0000
Post From: Compiling Error
| [2020-09-19 21:28:25] |
| ForgivingComputers.com - Posts: 1205 |
|
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 |
