Login Page - Create Account

Support Board


Date/Time: Tue, 04 Mar 2025 10:10:30 +0000



Post From: ACSIL: Moving functions out the .cpp file

[2021-11-27 17:17:57]
ForgivingComputers.com - Posts: 1021
Is there a way to move functions out of the ACSIL .cpp file into another .cpp file?
What kind of functions? If they are SCSFExport functions, then yes. Copy the entire function and paste it into another custom study, below any other SCSFExport functions. When compiled, it will appear in the Add Custom Study list for that DLL. Other functions can also be included between the SCDLLName line and the first SCSFExport function. They need to be declared before being called.

What's the easiest way to do this? also, I don't use Visual Studio
You can use the builtin commands on the Ananlysis menu to edit with Notepad++ How to Build an Advanced Custom Study from Source Code