Click here to Skip to main content
15,881,092 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I download the MFC chart project(download link is demo source code file) from this link on codeproject.com.

I unzip it into a local folder, and compiled the ChartCtrlLib project first(a static Lib file), then I got this error message:
Error	C3861	'_DEBUG_RANGE': identifier not found	ChartCtrlLib	c:\demo_temp\chartctrldemosource\vs2010\projects\chartctrllib\chartctrllib\util.h	494	


searched around I can not find where this macro
_DEBUG_RANGE
is defined.

I think it may be from STL, but 100% sure. so try to get help from gurus on site.

Thanks a million!

What I have tried:

I imported in Visual Studio and target it to Windows SDK 10.*, ran into this error message and did not get good solution on it.
Posted
Updated 18-Dec-20 22:56pm
v2

1 solution

 
Share this answer
 
Comments
Southmountain 19-Dec-20 12:32pm    
thank you! actually I did google "DEBUG_RANGE" keyword on google.com, did not get much at least first 2 pages.
Southmountain 19-Dec-20 14:46pm    
I think I found the reason: I might not install STL feature for my Visual Studio 2017.
I will double check it and post answer here soon.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900