Login Page - Create Account

Support Board


Date/Time: Sat, 11 May 2024 11:42:05 +0000



Post From: Documentation on Compiling 64 bit custom studies

[2019-01-15 16:33:54]
Dryheat31 - Posts: 10
Here is the output I get when I perform: Build >> Remote Build command in Analysis >> Build Custom Studies DLL.

-- Starting remote build of Custom Studies Source files: CustomStudy.cpp. 64-bit -- 09:27:42
Allow time for the server to compile the files and build the DLL.

The remote build did not succeed. Result:

CustomStudy.cpp: In function 'void scsf_CustomStudy(SCStudyInterfaceRef)':
CustomStudy.cpp:275:23: error: 'struct s_sc' has no member named 'PersistVars'
int& logCounter = sc.PersistVars->Integers[0];
^
CustomStudy.cpp:399:15: error: exception handling disabled, use -fexceptions to enable
catch (char *ErrMsg) {
^
CustomStudy.cpp:400:22: error: 'ErrMsg' was not declared in this scope
sc.AddMessageToLog(ErrMsg, 1);
^
CustomStudy.cpp:601:22: error: 'ErrMsg' was not declared in this scope
sc.AddMessageToLog(ErrMsg, 1);
^
CustomStudy.cpp: In function 'void fillSubgraph(SCStudyInterfaceRef, SCSubgraphRef, float, float, int, int)':
CustomStudy.cpp:809:76: error: '_RPT1' was not declared in this scope
_RPT1(0, "Custom Line Index: %d Value: %f\n", indexA, customLine[indexA]);
^

-- End of Build -- 09:27:45