Support Board
Date/Time: Wed, 22 Jan 2025 08:54:15 +0000
Post From: Compile error
[2018-09-18 02:55:09] |
BrMa - Posts: 80 |
Dear ladies and gentlemen, when building a custom studies DLL with the <Remote Build> function, there is an error (since today), which seems to be in SCString.h: In file included from scstructures.h:84:0, from sierrachart.h:15, from BrMaStudies.cpp:6: SCString.h: In constructor 'SCString::SCString(const char*, int)': SCString.h:201:41: error: 'min' was not declared in this scope StringLength = min(Length, MAX_LENGTH); ^ SCString.h:201:41: 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 BrMaStudies.cpp:6: /usr/lib/gcc/x86_64-w64-mingw32/5.3-win32/include/c++/bits/stl_algo.h:3451:5: note: 'std::min' min(initializer_list<_Tp> __l, _Compare __comp) ^ Regards, Markus |