Support Board
Date/Time: Fri, 28 Nov 2025 22:08:31 +0000
Post From: error code C2062, C2143 & C2447
| [2025-05-06 15:18:33] |
| User108811 - Posts: 14 |
|
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 } |
