[Mono-devel-list] CodeEntryPointMethod doesn't work as expected

Gonzalo Paniagua Javier gonzalo at ximian.com
Mon Jul 26 15:11:26 EDT 2004


El jue, 15-07-2004 a las 06:13, Lorenzo escribió:
> Hi, this is my first post on this mailing list, so, hello to everyone :)
> I'm having some troubles with the CodeEntryPointMethod class, which 
> doesn't generate the corrent code with mono. Using this class with .NET 
> I get this code:
> 
> public static void Main() {
> ...;
> }
> 
> which works without problems, now if I use the same class with mono, I 
> get the following code:
> void Main() {
> ...;
> }

It would be nice to get this information as a bug report in
bugzilla.ximian.com so that we don't forget about it.

Thanks.

-Gonzalo




More information about the Mono-devel-list mailing list