Login Page - Create Account

Support Board


Date/Time: Thu, 02 May 2024 20:19:19 +0000



Post From: Visual Studio won't build Study when sc.VolumeAtPriceForBars->GetVAPElementAtIndex is used

[2018-06-09 20:30:01]
TedMar - Posts: 189
I have same Problem too,

>libcpmtd.lib(stdthrow.obj) : error LNK2019: unresolved external symbol __CrtDbgReportW referenced in function "void __cdecl std::_Debug_message(wchar_t const *,wchar_t const *,unsigned int)" (?_Debug_message@std@@YAXPB_W0I@Z)

by the way, many Errors when i try Build Studies8.ccp

1>studies8.obj : error LNK2019: unresolved external symbol "class c_ArrayWrapper<float> & __cdecl MovingMedian_S(class c_ArrayWrapper<float> &,class c_ArrayWrapper<float> &,class c_ArrayWrapper<float> &,int,int)" (?MovingMedian_S@@YAAAV?$c_ArrayWrapper@M@@AAV1@00HH@Z) referenced in function _scsf_RelativeVolume
1>studies8.obj : error LNK2019: unresolved external symbol "int __cdecl IsSwingHighAllowEqual_S(struct s_sc &,int,int,int)" (?IsSwingHighAllowEqual_S@@YAHAAUs_sc@@HHH@Z) referenced in function _scsf_SwingHighAndLowCustom
1>studies8.obj : error LNK2019: unresolved external symbol "int __cdecl IsSwingLowAllowEqual_S(struct s_sc &,int,int,int)" (?IsSwingLowAllowEqual_S@@YAHAAUs_sc@@HHH@Z) referenced in function _scsf_SwingHighAndLowCustom
1>studies8.obj : error LNK2019: unresolved external symbol "int __cdecl CalculatePivotPoints(float,float,float,float,float,float &,float &,float &,float &,float &,float &,float &,float &,float &,float &,float &,float &,float &,float &,float &,float &,float &,float &,float &,float &,float &,float &,float &,float &,float &,float &,float &,float &,float &,int)" (?CalculatePivotPoints@@YAHMMMMMAAM0000000000000000000000000000H@Z) referenced in function _scsf_PivotPointsVariablePeriod
1>studies8.obj : error LNK2019: unresolved external symbol "int __cdecl CalculateDailyOHLC(struct s_sc &,int,int,int,int,int,int,class SCGraphData &,class SCDateTimeArray &,int,float &,float &,float &,float &,float &,int)" (?CalculateDailyOHLC@@YAHAAUs_sc@@HHHHHHAAVSCGraphData@@AAVSCDateTimeArray@@HAAM3333H@Z) referenced in function _scsf_DailyOHLC
1>studies8.obj : error LNK2019: unresolved external symbol "int __cdecl CalculateDailyPivotPoints(struct s_sc &,int,int,int,class SCGraphData &,class SCDateTimeArray &,int,int,int,int,float,float,float,float,int,float &,float &,float &,float &,float &,float &,float &,float &,float &,float &,float &,float &,float &,float &,float &,float &,float &,float &,float &,float &,float &,float &,float &,float &,float &,float &,float &,float &,float &)" (?CalculateDailyPivotPoints@@YAHAAUs_sc@@HHHAAVSCGraphData@@AAVSCDateTimeArray@@HHHHMMMMHAAM3333333333333333333333333333@Z) referenced in function _scsf_PivotPointsDaily
1>libcpmtd.lib(stdthrow.obj) : error LNK2019: unresolved external symbol __CrtDbgReportW referenced in function "void __cdecl std::_Debug_message(wchar_t const *,wchar_t const *,unsigned int)" (?_Debug_message@std@@YAXPB_W0I@Z)




VS 2017, SC 1761
Date Time Of Last Edit: 2018-06-09 20:45:54