[Mono-list] how to build class library in windows with VS.NET?

Robert Jordan robertj at gmx.net
Sun Aug 1 16:17:46 EDT 2010


On 01.08.2010 20:43, 冶晶邓 wrote:
> hi, dear:
>    i checked out the latest source form svn, and managed to build the mono
> runtime and mcs, with a lot of modifes to the mono/msvc05/mono.sln,
> including adding file , editing source code....

mono/msvc05/ is pretty much abandoned. The currently maintained
directory is mono/msvc/ (VS 2008), which will be converted soon
to VS 2010.

>    but i really don't know how to build the class library? the reason for why
> i have to build it myself is that the latest prebuild binary(2.7.6) 's
> corlib.dll can't be loaded by my own mono runtime ...it says a class named
> "InternalThread" can't be found...
>    i have read this article http://www.mono-project.com/Compiling_Mono_VSNET,
> and follow its constructions but failed. when i run
> "msvc/setup-solution.bat", it reports lots of error:

This is work in progress that used to work in the past on certain
snapshots of the tree. The "official" way to build the class libs
is still cygwin.

Another experimental way is http://www.mono-project.com/MonkeyBuilder

Robert



More information about the Mono-list mailing list