Support Board
Date/Time: Thu, 06 Mar 2025 09:15:18 +0000
Post From: COT report
[2021-07-05 02:37:31] |
Ed C. - Posts: 117 |
Compile fails: -- Starting remote build of Custom Studies Source files: COT.cpp. 64-bit -- 22:35:29 Allow time for the server to compile the files and build the DLL. The remote build did not succeed. Result: COT.cpp: In function 'void scsf_TradingLevelsStudy(SCStudyInterfaceRef)': COT.cpp:299:29: error: conversion from 'SCString' to non-scalar type 'std::string' {aka 'std::__cxx11::basic_string<char>'} requested 299 | std::string Bufferas = sc.HTTPResponse; | ~~~^~~~~~~~~~~~ COT.cpp:335:29: error: conversion from 'SCString' to non-scalar type 'std::string' {aka 'std::__cxx11::basic_string<char>'} requested 335 | std::string Bufferas = sc.HTTPResponse; | ~~~^~~~~~~~~~~~ COT.cpp:427:47: error: 'DAYS' was not declared in this scope 427 | SCDateTime DataDateLessOne = DataDate - 1*DAYS; | ^~~~ -- End of Build -- 22:36:38 |