Support Board
Date/Time: Wed, 27 Nov 2024 23:37:03 +0000
Post From: Compile error in latest SC version
[2018-08-27 13:13:27] |
T44 - Posts: 363 |
SCSymbolData.h in the same folder where SierraChart.h exists? Make sure the case of the characters is the same.
This is a Linux system, therefore case sensitive. your scstructures.h: contains #include "SCSymbolData.h"
However the filename is scsymboldata.h Making a symlink fixed the issue. Thank you. SierraChart/ACS_Source$ ln -s scsymboldata.h SCSymbolData.h
|