Login Page - Create Account

Support Board


Date/Time: Sun, 15 Jun 2025 07:04:28 +0000



[Programming Help] - ACSIL Compile Error with Minimal Valid Source File

View Count: 96

[2025-06-11 18:25:29]
User209979 - Posts: 1
I’m encountering repeated compile failures with even minimal custom studies using ACSIL. Attached is a very basic .cpp file that should be valid under the current Sierra Chart compiler (Version 2761).

Despite restoring the ACS_Source folder and verifying sierrachart.h, I still receive: "error: two or more data types in declaration of 'scsf_Diagnostic_Compile_Test_Bare'"

Could you confirm whether this is due to a configuration issue, or if the current compiler behavior has changed? Thanks for any insight.
Private File
[2025-06-11 18:57:16]
User431178 - Posts: 711
Can't see your code but based on error message "wto or more data types in declaration of...", expect you have something like this:


SCSFExport void scsf_Diagnostic_Compile_Test_Bare

where it should just be


SCSFExport scsf_Diagnostic_Compile_Test_Bare

Date Time Of Last Edit: 2025-06-11 18:58:20

To post a message in this thread, you need to log in with your Sierra Chart account:

Login

Login Page - Create Account