Login Page - Create Account

Support Board


Date/Time: Thu, 19 Sep 2024 00:16:29 +0000



Post From: Problems Trying to Build an Advanced Custom Study from Source Code

[2014-07-09 15:06:16]
kleros - Posts: 21
I get the following error when I try t build a custome studies DLL.

-- Starting build of Custom Studies Source files: HilbertSineWaveSR.cpp. -- 08:03:30

"C:\SierraChart\CPPCompiler\bin\g++.exe" "C:\SierraChart\ACS_Source\HilbertSineWaveSR.cpp" -march=i686 -mtune=i686 -O2 -shared -static -static-libgcc -static-libstdc++ -s -fno-rtti -fno-exceptions -o "C:\SierraChart\Data\HilbertSineWaveSR.dll"

C:\SierraChart\ACS_Source\HilbertSineWaveSR.cpp:43:10: error: expected constructor, destructor, or type conversion before '(' token
SCDLLInit("HilbertSineWaveSR")
^
-- End of Build -- 08:03:39