Support Board
Date/Time: Thu, 11 Sep 2025 18:28:30 +0000
Post From: error code C2062, C2143 & C2447
[2025-05-06 15:18:33] |
User108811 - Posts: 11 |
can anyone help, i'm trying to code on C++ but i keep getting these errors above: #include "sierrachart.h" SCDLLName("Test_Compile_Check") SCSFExport void scsf_TestCompileCheck(SCStudyInterfaceRef sc) { if (sc.SetDefaults) { sc.GraphName = "Test Compile Check"; sc.AutoLoop = 1; sc.GraphRegion = 0; return; } // No processing logic - this is just a stub for testing compile } |