Login Page - Create Account

Support Board


Date/Time: Fri, 10 Jan 2025 03:40:08 +0000



Post From: header files

[2015-04-12 04:57:51]
dtl-saw - Posts: 79
i have a study that compiles in MSVS just fine.
Then I add the 3 #includes above the "sierrachart.h" include and I get LNK2019 error. See message below. Can you help me get this to compile?

#include <iostream>
#include <fstream>
#include <string>
#include "sierrachart.h"

Error  1  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)  D:\Visual Studio 2012\Projects\dms_Custom_Study_DLL\dms_Custom_Study_DLL\libcpmtd.lib(stdthrow.obj)  dms_Custom_Studies