Login Page - Create Account

Support Board


Date/Time: Sun, 21 Sep 2025 15:57:16 +0000



Post From: C++, ACSIL functions question

[2023-03-11 19:25:53]
ForgivingComputers.com - Posts: 1126
Your function has to be defined above the SCSFExport line.

What's the rule that governs this?

The rule is you cannot use a function before it has been declared. Just like variables.