Support Board
Date/Time: Mon, 07 Jul 2025 01:20:46 +0000
Post From: compile error
[2014-11-03 21:01:57] |
jivetrader - Posts: 410 |
hi, i am very new to custom studies and am not a programmer. how do i troubleshoot this issue: -- Starting build of Custom Studies Source files: RTscanVolbelow_rc2.cpp. -- 12:55:30 "C:\SierraChart\CPPCompiler\bin\g++.exe" "C:\SierraChart\ACS_Source\RTscanVolbelow_rc2.cpp" -march=i686 -mtune=i686 -O2 -shared -static -static-libgcc -static-libstdc++ -s -fno-rtti -fno-exceptions -o "S:\SIERRADATA\RTscanVolbelow_rc2.dll" C:\SierraChart\ACS_Source\RTscanVolbelow_rc2.cpp: In function 'void mStyle(SCStudyInterfaceRef, int, int)': C:\SierraChart\ACS_Source\RTscanVolbelow_rc2.cpp:151:39: error: 'DRAWSTYLE_DONOTDRAW' was not declared in this scope case 6: sc.Subgraph[k].DrawStyle = DRAWSTYLE_DONOTDRAW; break; ^ -- End of Build -- 12:55:32 |