Login Page - Create Account

Support Board


Date/Time: Fri, 10 Jan 2025 03:56:42 +0000



Post From: PermData Storage and historical tick data

[2016-08-09 22:40:46]
User203925 - Posts: 40
Thank you and sorry but one more issue. When I parse the data and insert

#include <iostream>
#include <fstream>

I receive the following errors:

Error  6  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)  C:\Users\mngcoffee\Documents\Visual Studio 2013\Projects\Percentage Price Oscillator Storage V1\Percentage Price Oscillator\libcpmtd.lib(stdthrow.obj)  Percentage Price Oscillator

Error  7  error LNK1120: 1 unresolved externals  C:\SierraChart\Data\Percentage Price Oscillator.dll  Percentage Price Oscillator


When I remove the reference to the libraries, the solution compiles. Any ideas why this occurring?