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.
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)