Login Page - Create Account

Support Board


Date/Time: Mon, 15 Sep 2025 09:47:46 +0000



Post From: C++, ACSIL functions question

[2023-03-11 19:25:53]
ForgivingComputers.com - Posts: 1122
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.