I have been using boost::statechart in a c++/cli application since 2009 with no problems. I have also built several boost libraries as managed(/clr) with no difficulty. To their credit, Microsoft has done a remarkable job allowing native code to seamlessly run in a managed assembly. There are some standard library headers that won't build but MS generally provides c++/cli equivalents.
On Monday, December 8, 2014, It neophyte <phdlux85@gmail.com> wrote:
hiquick question: could boost headers (.h) be complied in c++/cli project?I was told, no by someone, but need further feedback to be sure.Thanks