ipkn / crow

Crow is very fast and easy to use C++ micro web framework (inspired by Python Flask)
BSD 3-Clause "New" or "Revised" License
7.43k stars 889 forks source link

Compilation Error in VS2019 in Windows using vcpkg #404

Closed mjjackey closed 2 years ago

mjjackey commented 2 years ago

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 up image When I used #include "crow.h", the linked errors appear.

error

Could someone help me?

The-EDev commented 2 years ago

I believe you posted in the wrong repository, you're looking for https://github.com/CrowCpp/Crow.

mjjackey commented 2 years ago

I believe you posted in the wrong repository, you're looking for https://github.com/CrowCpp/Crow.

Thank you for your reply! What's the difference between the two repositories?

The-EDev commented 2 years ago

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

mjjackey commented 2 years ago

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!