> > I've googled, but I don't find any info on C or C++ compilers that > > target the CLR. I did find a couple of partial results, but nothing > > that actually seems to work. > > > > Is there a working C/C++ Compiler for Mono? (Other than MSFT VS) Do you need something that will compile C and C++ or just C? Are you looking something with capabilities like MS's compiler that can interface with both existing C++ libs and C# code and has IJW ("it just works") marshaling? > Not strictly mono, but also open source project implementing the .Net > runtime and tools, Portable.Net has a C compiler they claim works: > > http://www.dotgnu.org/pnet.html > > I haven't ever used it personally nor looked at it, but it probably works > fine when compiling C to IL. It won't run under mono, though - you need the > pnet runtime. The assemblies produced by the Portable.NET C compiler will run under Mono once you install the OpenSystem.C.dll and libc.dll assemblies. _______________________________________________ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list