vote up 2 vote down star
1

Even if it requires manual input. Is there any good-enough option available?

flag

2 Answers

vote up 2 vote down

I don't know anything about this site, but a little googling found this.

link|flag
I played around with this very briefly... I suppose it might save you a little time, but I'd probably do it manually myself anyhow. – itsmatt Oct 1 '08 at 23:56
I found that site but I do not think it is open source. – antonio Oct 1 '08 at 23:56
Yeah, and I'd be reluctant to put any of my production code on it. – itsmatt Oct 1 '08 at 23:58
Still a pretty useful tool to quickly evaluate something you may be thinking of converting – mattlant Oct 2 '08 at 4:17
vote up 0 vote down

If it was in managed C++ or C++/CLI, you could compile it and then disassemble the assembly into C# using a tool like Reflector. Of course, that's not open source but maybe you can find an open source Reflector-style tool?

If it's native C++, that's much more difficult.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.