It's been a while since I've programmed in C++ and right now I'm struggling with this Poco library I'm trying to add to do some HTTP requests.
First of all, where do I add poco files, somewhere in my project perhaps?
Secondly, I've read something about command prompt and running a script that will compile files but I have to give it an argument which is my visual studio version and the choices are from 70 to 110. How do I find out which one I should use?
If someone could provide me a step-by-step guide, I'd really appreciate it.
Thank you.
in the cmake-build directory to install POCO to /usr/local . The install directory can be changed by passing the -DCMAKE_INSTALL_PREFIX=/path/to/directory option to CMake during the configuration step. See the top-level CMakeLists. txt for a list of supported options for enabling and disabling specific libraries.
For adding libraries, this is very simple (if that's what you mean) Project -> properties -> configure properties -> Linker -> Input -> additional libraries. Go stand on one of the libraries in there and press enter.
To create a static library project in Visual Studio 2017On the menu bar, choose File > New > Project. In the New Project dialog box, select Installed > Visual C++ > Windows Desktop. In the center pane, select Windows Desktop Wizard. Specify a name for the project—for example, MathLibrary—in the Name box.
Are you referring to POCO C++ Libraries and Tools? If so,
Find appropriate solution file and build.
You may also want to check POCO HTTP sample projects which are located at {POCO Folder}\Net\samples. (eg: C:\poco-1.4.6\Net\samples)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With