Support Board
Date/Time: Mon, 23 Dec 2024 01:46:27 +0000
Post From: UseRelativeValue in ACSIL
[2015-01-13 00:35:19] |
WarriorTrader - Posts: 245 |
Hello, I just tried to compile a study and got this message: 1>CustomStudy.cpp(318): error C2039: 'UseRelativeValue' : is not a member of 's_UseTool' 1> D:\SierraChartOEC\ACS_Source\sierrachart.h(268) : see declaration of 's_UseTool' So I check the documtations and it turns out someone adds an "s" to the end of UseRelativeValue to make it UseRelativeValues. I will have to go through all of my old code to add an "s". I have over 15 studies. There must me a lot of people like me out there. Why create so much unnecessary work for your users? --WT |