[Mono-list] Running vs2005 beta 2 compiled code on mono...

Alex Mohr amohr at cs.wisc.edu
Fri Jul 1 00:29:12 EDT 2005


Hi Folks,

I'm new to CLR/CLI stuff and I'm trying some simple experiments.

I'm interested in C++/CLI in visual studio 2005 beta 2.  I was hoping to
be able to compile stuff in Visual Studio using /clr:pure and be able to
run it on other platforms using mono.  Unfortunately I've been running
into some trouble.

I have the simplest C++/CLI program (main takes no args and just returns
0) that I can compile and run in VS2005.  I then try to run the program
on a mac where I have installed mono, but it fails with an obscure error
(unfortunately I don't have it in front of me now).

Is anybody doing this sort of thing?  If so, are there some obvious
steps that I'm missing?  Any help is appreciated.

Thanks,

Alex


More information about the Mono-list mailing list