Login Page - Create Account

Support Board


Date/Time: Mon, 29 Apr 2024 00:20:47 +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