due to boost changes using RCF with 1.53 lead to following errors during build..
1>e:\vc10mfcdev\gallery\zlib100\zlib100\rcf\source\rcf\sspifilter.cpp(1091): error C2039: 'shared_static_cast' : is not a member of 'boost'
1>e:\vc10mfcdev\gallery\zlib100\zlib100\rcf\source\rcf\sspifilter.cpp(1091): error C2065: 'shared_static_cast' : undeclared identifier
1>e:\vc10mfcdev\gallery\zlib100\zlib100\rcf\source\rcf\sspifilter.cpp(1091): error C2275: 'RCF::SspiFilter' : illegal use of this type as an expression
1> e:\vc10mfcdev\gallery\zlib100\zlib100\rcf\include\rcf\sspifilter.hpp(85) : see declaration of 'RCF::SspiFilter'
Boost 1.53 smart pointer changes
Re: Boost 1.53 smart pointer changes
Thanks for reporting this. We'll be putting out a new build shortly, to fix it.
Re: Boost 1.53 smart pointer changes
Meanwhile, you can just change 'shared_static_cast' to 'static_pointer_cast' ... Boost 1.53.0 has deprecated shared_static_cast.
Re: Boost 1.53 smart pointer changes
A new build is out, that fixes this issue:
http://www.deltavsoft.com/downloads/RCF-2.0.0.2678.zip
http://www.deltavsoft.com/downloads/RCF ... 678.tar.gz
Release notes are available here:
http://www.deltavsoft.com/doc/rcf_user_ ... Notes.html
http://www.deltavsoft.com/downloads/RCF-2.0.0.2678.zip
http://www.deltavsoft.com/downloads/RCF ... 678.tar.gz
Release notes are available here:
http://www.deltavsoft.com/doc/rcf_user_ ... Notes.html