You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please am new to c++. How do is use this in my project on visual studio. I have already cloned it and don't know how to use it or link it to my project.
The text was updated successfully, but these errors were encountered:
The best way is to use CMake. Install it and run CMakeGUI.
You can set option CURLPP_BUILD_SHARED_LIBS to OFF to build a static library (.lib) instead of a dynamic (.dll), maybe easier to integrate in an application for a first use.
CMake will generate the Visual Studio solution/project files for your VS version.
Then open VS and build curlpp.
Please am new to c++. How do is use this in my project on visual studio. I have already cloned it and don't know how to use it or link it to my project.
The text was updated successfully, but these errors were encountered: