Login Page - Create Account

Support Board


Date/Time: Wed, 22 Jan 2025 13:03:50 +0000



Post From: Compile Error in V1806

[2018-09-18 05:20:14]
ertrader - Posts: 681
In V 1807 I am getting the following error message still:

-- Starting remote build of Custom Studies Source files: AutoTradeSignalV9bHLMR.cpp. 64-bit -- 01:18:11
Allow time for the server to compile the files and build the DLL.

The remote build did not succeed. Result:

AutoTradeSignalV9bHLMR.cpp: In function 'void scsf_AutoTradeSignalV9bHLMR(SCStudyInterfaceRef)':
AutoTradeSignalV9bHLMR.cpp:1419:71: error: 'max' was not declared in this scope
r_FirstIndexIncluded = max(0, Index - TimePeriodLength.GetInt()+1);
^
AutoTradeSignalV9bHLMR.cpp:1419:71: note: suggested alternative:
In file included from /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/algorithm:62:0,
from scstructures.h:49,
from sierrachart.h:15,
from AutoTradeSignalV9bHLMR.cpp:1:
/usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/stl_algo.h:3463:5: note: 'std::max'
max(initializer_list<_Tp> __l, _Compare __comp)
^

-- End of Build -- 01:18:15