Is there any free compiler (or toolchain) for Managed C++ codes
available for Eclipse? I have a project written in managed c++, and I
don't want to be tied to Microsoft any more.
Thank you.
Johnson
Then don't write in Managed "C++" (note the quotes).
managed C++ is, well, an MS product to bridge C++ to .NET...
the way to break free of MS then, is not to write in Managed C++, but
instead to write in plain C++...
OTOH, Eclipse is an IDE, and AFAIK itself does not manage the compilers
directly (although, AFAIK, it does do its own Java compilation). however, I
really don't know as personally I have never really felt much need to make
use of IDEs...
> Johnson
This may be relevant:
http://www.mono-project.com/CPlusPlus
Enjoy,
Andrew
--
Andrew Tomazos <and...@tomazos.com> <http://www.tomazos.com>