dotgnu-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [DotGNU]csunit Error on mingw


From: Aditya P. Bansod
Subject: RE: [DotGNU]csunit Error on mingw
Date: Thu, 5 Dec 2002 01:26:57 -0800

> Do 
> bash$ cscc-cs 1.cs > 1.il
> bash$ ilasm -o 1.exe 1.il
> bash$ ilrun 1.exe ..

This seems to work sorta alright. The IL produced by cscc-cs is missing the
.entrypoint in the Main method. Once I added that into the IL and
re-ilasm'ed, it (being a simple hello world) ran fine. Ilrun also ran the
same program, but with IL from csc.

> Also , patches to support mingw32 are welcome ... But we're 
> on a stabilizing run for 0.5.0 ... So you might have to wait 

I'll work on bundling the changes I made to 0.4.8 and post the patch,
probably this weekend. And James --> i'll do the diff against the CVS for
you then, as well.

> But I don't like the idea of forking pnet into a Mingw32 
> branch into a 

I'll let all ya'll figure that one out. I just want to get pnet running on
mingw so I can start helping in pnetlib. :-)

--Aditya



reply via email to

[Prev in Thread] Current Thread [Next in Thread]