Login Page - Create Account

Support Board


Date/Time: Tue, 22 Apr 2025 17:18:56 +0000



Post From: C++, ACSIL functions question

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