Login Page - Create Account

Support Board


Date/Time: Tue, 26 Aug 2025 10:23:13 +0000



Post From: ACSIL Build Environment Stuck on Old API Version Despite Updates

[2025-07-21 08:58:40]
User431178 - Posts: 764

I am experiencing a persistent issue where my ACSIL build environment seems to be stuck on an old API version, preventing me from compiling studies that use modern trading functions.
Even when using the "Visual C++ Release" build method with a local Visual Studio 2022 compiler, the build fails with errors indicating that modern functions and members do not exist (e.g., error C2039: 'TradeServiceIsReady': is not a member of 's_sc', error C2039: 'AttachedOrders': is not a member of 's_SCNewOrder', 'SCT_BUY': undeclared identifier, etc.).

None of the steps you've taken will fix the erors because none of those items exist, even in the latest version.
Your AI generated code has some hallucinated variables in it which are causing the errors listed.