Boost Library Requirement

RCF support and general discussion.
Post Reply
arasakumaran
Posts: 2
Joined: Sun Apr 26, 2015 7:49 am

Boost Library Requirement

Post by arasakumaran »

How much of the BOOST library does RCF require ? I downloaded and tried the included demo project, but it would not compile for lack of boost/config.hpp boost/mpl/bool.hpp

I am using VS2012, do I need to download, install and compile boost libraries before I can try RCF?

jarl
Posts: 238
Joined: Mon Oct 03, 2011 4:53 am
Contact:

Re: Boost Library Requirement

Post by jarl »

You only need the Boost headers. So all you need to do is download Boost, unzip it somewhere, and then set your compiler include path so it can find the Boost headers.
Kind Regards

Jarl Lindrud
Delta V Software
http://www.deltavsoft.com

arasakumaran
Posts: 2
Joined: Sun Apr 26, 2015 7:49 am

Re: Boost Library Requirement

Post by arasakumaran »

Thanks, I will try that

Post Reply