Support Board
Date/Time: Wed, 05 Nov 2025 08:38:41 +0000
Post From: Provided .cpp won't compile
| [2023-12-17 03:23:45] |
| Sierra_Chart Engineering - Posts: 21315 |
|
Change this: const size_t StringLength = strlen(String);
to: const size_t StringLength = String.GetLength();
Sierra Chart Support - Engineering Level Your definitive source for support. Other responses are from users. Try to keep your questions brief and to the point. Be aware of support policy: https://www.sierrachart.com/index.php?l=PostingInformation.php#GeneralInformation For the most reliable, advanced, and zero cost futures order routing, use the Teton service: Sierra Chart Teton Futures Order Routing |
