-
Notifications
You must be signed in to change notification settings - Fork 888
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compilation Error in VS2019 in Windows using vcpkg #404
Comments
I believe you posted in the wrong repository, you're looking for https://github.com/CrowCpp/Crow. |
Thank you for your reply! |
This one hasn't been active since 2017, and considering the main developer's activity over the past few years (being barely there since 2016 and not there at all since 2020) it doesn't seem like it ever will be active again. As explained in #387, CrowCpp/Crow is a community effort to maintain, bugfix, and build up the project. We've added so much over the past year and half that I'd be reluctant to compare the 2 projects |
Thank you for your reply! |
Concatenate log into one string and sending to std::cerr instead of multiple << operator
I used vcpkg to install crow in VS2019 in Windows, the version is 0.3.4 and installed the dependency boots whose version is 1.78.0.
I used
#include "crow_all.h"
, but the error pops upWhen I used
#include "crow.h"
, the linked errors appear.Could someone help me?
The text was updated successfully, but these errors were encountered: