C++ crossplatform reflection libraries - compilable, tested with samples are there any?
So I for example love Boost and all related to it so I found for my self some Boost.Extension and Boost.Reflection with one sample on how to use them. Which I can compile inside under VS2008 but it fails during execution (you can try for your self here) and which does not compile under linux for me at all. (I tried to convert all Boost.Extension samples to be compilable from my favorite IDEs via Premake)... So all in all Boost candidates seemed to me like best shot - I use Boost all the time... but I cant compile one so much ne开发者_开发技巧eded sample... So I ask you - community
- How to make boost sample work?
- Are there cross-platform alternatives to this pare for Extension-Reflection (that you have tested)?
Update: Just made project compilable under linux (modified Boost.Extension a bit)
Mayby try http://doc.qt.nokia.com/latest/qmetaobject.html
精彩评论