Login Page - Create Account

Support Board


Date/Time: Mon, 16 Jun 2025 17:24:59 +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
}