Login Page - Create Account

Support Board


Date/Time: Sun, 02 Feb 2025 06:49:53 +0000



Post From: Build Error version 1978

[2019-08-24 19:44:34]
ForgivingComputers.com - Posts: 994

const char* SheetCollectionName = "Test";

const char* SheetName = "Sheet1";

const n_ACSIL::s_SpreadsheetSheetHandle SheetHandle = sc.GetSpreadsheetSheetHandleByName(SheetCollectionName, SheetName, false);

(source: sc.GetSpreadsheetSheetHandleByName())

Generates these build Errors:

c:\sierrachart\acs_source\processing.cpp(78): error C2039: 's_SpreadsheetSheetHandle': is not a member of 'n_ACSIL'
c:\sierrachart\acs_source\scstructures.h(3224): note: see declaration of 'n_ACSIL'
c:\sierrachart\acs_source\processing.cpp(78): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
c:\sierrachart\acs_source\processing.cpp(78): error C2146: syntax error: missing ';' before identifier 'SheetHandle'
c:\sierrachart\acs_source\processing.cpp(78): error C2065: 'SheetHandle': undeclared identifier

Is this function still supported?