Are you using the mono or ms runtime? I was using the mono compiler on the ms runtime under cygwin.
Brian
From: Richard Torkar <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Re: [Mono-list] Delegate compile error Date: 24 Feb 2003 08:30:14 +0100
On Mon, 2003-02-24 at 03:31, Brian Ritchie wrote:
> The following snippet is causing an error when compiling with mcs (on
> cygwin). csc works fine.
>
> namespace Test
> {
> public delegate void CloseFTP();
> }
>
> Unhandled Exception: System.NotSupportedException: Type CloseFTP was not
> completed.
> at System.Reflection.Emit.ModuleBuilder.PreSave(String fileName)
> at System.Reflection.Emit.AssemblyBuilder.Save(String assemblyFileName)
> at Mono.CSharp.CodeGen.Save(String name)
> at Mono.CSharp.Driver.MainDriver(String[] args)
> at Mono.CSharp.Driver.Main(String[] args)
> (null)
>
> Any ideas? Am I doing something wrong...or...Should I log it as a bug?
>>I could compile it as a library just fine:
$ cat lalle.cs namespace Test { public delegate void CloseFTP(); }
$ mcs /t:library lalle.cs Compilation succeeded
$ ls lalle.dll lalle.dll
/Richard -- Ph.D. Student Dept. of Informatics and Mathematics HTU
_______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
_________________________________________________________________
Add photos to your messages with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail
_______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
