Login Page - Create Account

Support Board


Date/Time: Wed, 15 May 2024 23:18:54 +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