Hi, I do also have problems with Mono.Cecil and managed C++. But so far did not have time to upgrade to 0.9. You might want to check out the ApiChange tool which is based on mono Cecil and hosted at CodePlex. Here is the release note:
http://geekswithblogs.net/akraus1/archive/2010/06/03/140207.aspx Did you have any success with Cecil 0.9 yet? Yours, Alois Kraus 2010/5/31 waschlappen <[email protected]> > Hello > > I am using mono-cecil to determine breaking API changes in managed > code (from one build to the next one), which works pretty well. In > fact, it works so efficient that I'd like to extend my usage of mono- > cecil to check managed c++ code (created with MS .NET) as well. > Unfortunately, I was not able to load these assemblies successfully > using mono-cecil. > > My questions: > > 1. Is managed c++ supported? > > If I am not mistaken mono does support managed c++ in general - at > least I remember having read such a statement somewhere on the mono > homepage. I am not so sure about mono-cecil, however. If it is > supported, I am probably doing something wrong. In that case I would > of course be interested in downtracking my misusage. > > 2. If managed c++ is not supported yet, are there any plans on the > roadmap to support it in future, and if so, what would be the expected > timeframe here? > > Best regards, > waschlappen > > -- > -- > mono-cecil -- -- mono-cecil
