Login Page - Create Account

Support Board


Date/Time: Wed, 08 May 2024 13:24:10 +0000



Post From: version 1019 "SCFloatArrayRef" is not a recognized type

[2013-09-09 01:12:30]
hairyMug - Posts: 31
I compared the previous "SierraChart.H" (v1016) with the current "SierraChart.H" (v1022).
It seems that the main cause of the issue revolves around the inclusion of the "windows.h" file...

#include <windows.h> //Main Windows SDK header file

After removing it, I did get some expected compiler errors for "windows" functions which were not declared...
I used the old "SierraChart.H" and my code compiled with no problems...

I am not a C++ wizzard so I can't track down what the exact cause is but I hope this would give a clue...