Support Board
Date/Time: Wed, 22 Jan 2025 08:48:02 +0000
Post From: Release Compile Error
[2018-09-17 12:10:21] |
User572956 - Posts: 7 |
Hello, after updating to version 1806 there is a compilation error -- Starting remote build of Custom Studies Source files: S1.cpp. 64-bit -- 17:07:13 Allow time for the server to compile the files and build the DLL. The remote build did not succeed. Result: In file included from scstructures.h:84:0, from sierrachart.h:15, from S1.cpp:1: 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 S1.cpp:1: /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) ^ -- End of Build -- 17:07:15 |