Looking for a good C++ based RSS API
I tried http://code.google.com/p/feed-reader-lib but holy cow, talk about difficult to build. It has a nightmare of dependencies on Xerces and Xalan, both of which seem to be choking under the new VisualStudio 2010 C++ compiler. I've wasted hours trying to build this thing which is a shame. Does anyone have anything a little easier to hit the ground开发者_开发技巧 running with?
Look at this question: Recommendations: Easy To Use/Low Dependency C/C++ RSS Library
精彩评论