Login Page - Create Account

Support Board


Date/Time: Wed, 12 Mar 2025 12:28:18 +0000



Post From: What am I doing wrong? Combining scsf_BarTimeDuration and scsf_BackgroundDrawStyleExample

[2022-05-05 15:58:42]
JohnR - User831573 - Posts: 319
Maybe you did not share your entire code, but if this is all you have, then you need a few lines at the top of every file before it will compile.

// The top of every source code file must include this line
#include "sierrachart.h"


SCDLLName("My test DLL ")

/*============================================================================*/

If that is not the problem, what is the problem? Does it compile and run, but do nothing? Do something, but not what you wanted?

JohnR