Login Page - Create Account

Support Board


Date/Time: Wed, 27 Nov 2024 20:34:50 +0000



Post From: compiling error scstudyfunctions.h

[2020-10-20 17:00:00]
Ackin - Posts: 1865
1) The included files need to have the proper case.

2) Only if you really need to refer to it for some reason (scstudyfunctions.h). Otherwise it doesn't have to be, the header files are linked and running in the background as needed. On the contrary, it can cause a problem. What version of Sierrachart do you have?

3) In all files, include only
#include "sierrachart.h"

4) Find out if there are invisible characters at the end of the line behind the #include "sierrachart.h"(in older compilers this could also be a source of problems)
Date Time Of Last Edit: 2020-10-20 17:14:13