Welcome to DataFrame Discussions! #189
Replies: 2 comments 5 replies
-
Hi - I used to be a C/C++ whiz 40 years ago, but after 40 years of being away, I'm finding myself stumbling around with the modern tools and the updates that have been implemented over the past 4 decades. So please excuse the green-ness coming through in my questions below... Development Environment: I've got this DataFrame library built on my development machine in Visual Studio 2022, and I was able to properly configure Visual Studio to look at the right lib and include directories. However, when I #include <DataFrame.h> in my c++ code, I get this error message: E3251 requires-clause incompatible with variable template "std::ranges::_Compile_time_max_size" (declared at line 58 of "C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.39.33519\include\ranges") VinhDataAnalysisDefault C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.39.33519\include\ranges 61 I've spent several hours looking on Google, but I couldn't find a solution to fix the error, but no luck. Any advice or tips on how to fix the above error? Thanks in advance for advice and replies from more skilled developers here in this forum. |
Beta Was this translation helpful? Give feedback.
-
I took out #include <conio.h>, but Visual Studio gave me the same build error. |
Beta Was this translation helpful? Give feedback.
-
👋 Welcome!
We’re using Discussions as a place to connect with other members of our community. We hope that you:
build together 💪.
To get started, comment below with an introduction of yourself and tell us about what you do with this community.
Beta Was this translation helpful? Give feedback.
All reactions