Login Page - Create Account

Support Board


Date/Time: Sun, 19 May 2024 22:10:52 +0000



Post From: Compile Error on 32-bit

[2019-03-05 23:28:33]
bradh - Posts: 859
This is an error I get with 32-bit compilation (version 1880):

-- Starting remote build of Custom Studies Source files: Contracts_17.cpp. 32-bit -- 17:23:05
Allow time for the server to compile the files and build the DLL.

The remote build did not succeed. Result:

Contracts_17.cpp: In function 'void scsf_TrendIndicators(SCStudyInterfaceRef)':
Contracts_17.cpp:1772:9: error: 'struct s_SCSubgraph_260' has no member named 'StudySummaryCellText'
Trend.StudySummaryCellText = "Trend 1";

^
Contracts_17.cpp:1778:9: error: 'struct s_SCSubgraph_260' has no member named 'StudySummaryCellText'
Trend.StudySummaryCellText = "Trend 2";

^
Contracts_17.cpp:1784:9: error: 'struct s_SCSubgraph_260' has no member named 'StudySummaryCellText'
Trend.StudySummaryCellText = "Error";

^
Contracts_17.cpp:1790:9: error: 'struct s_SCSubgraph_260' has no member named 'StudySummaryCellText'
Trend.StudySummaryCellText = "";

^

-- End of Build -- 17:23:09

I don't get any errors with 64-bit compiling:

-- Starting remote build of Custom Studies Source files: Contracts_17.cpp. 64-bit -- 17:24:15
Allow time for the server to compile the files and build the DLL.

The remote build succeeded.

Writing file to: C:\SierraChart\SierraChartTransActMA\Data\Contracts_17_64.dll
-- End of Build -- 17:24:20