Support Board
Date/Time: Tue, 04 Nov 2025 22:14:47 +0000
Post From: Sharing a dll file
| [2022-01-25 12:42:29] |
| ForgivingComputers.com - Posts: 1154 |
|
That message means the CPP is missing the #include statement: // The top of every source code file must include this line
#include "sierrachart.h" |
