Login Page - Create Account

Support Board


Date/Time: Wed, 27 Nov 2024 22:27:02 +0000



Post From: Compiling Error

[2020-09-19 21:28:25]
ForgivingComputers.com - Posts: 960
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