Support Board
Date/Time: Sat, 28 Dec 2024 16:31:37 +0000
Post From: Compiler errors with 1351
[2016-01-08 20:11:49] |
maxpi - Posts: 181 |
I'm getting compiler errors after upgrade to 1351. I rolled another computer back to 1350 and all is well... The file I'm compiling is just the default that comes up when a new cpp file is started. -- Starting build of Custom Studies Source files: JUNK86.cpp. -- 13:59:51 "C:\SierraChart\CPPCompiler\bin\g++.exe" "C:\SierraChart\ACS_Source\JUNK86.cpp" -march=i686 -mtune=i686 -O2 -shared -static -static-libgcc -static-libstdc++ -s -fno-rtti -fno-exceptions -std=gnu++11 -o "C:\SierraChart\Data\JUNK86.dll" In file included from C:\SierraChart\ACS_Source\scstructures.h:34:0, from C:\SierraChart\ACS_Source\sierrachart.h:15, from C:\SierraChart\ACS_Source\JUNK86.cpp:2: C:\SierraChart\ACS_Source\scsymboldata.h:95:8: error: expected ';' at end of member declaration float TickSize ^ -- End of Build -- 13:59:59 |