[Mono-list] Janus Grid in Mono

Paddy Joy mono at paddyjoy.com
Mon May 15 03:56:04 EDT 2006


Thanks that worked perfectly, on my windows machine I used ildasm to 
generate a .il file, then on my linux box I recompiled it using ilasm. 
Referenced the new Janus dll and test program compiles/runs perfectly.

I also discovered the Mono dis-assembler monodis.

Paddy
> Hello!
>
> Have not found one in my mono 1.1.15 installation but using .NET tools
> should be ok since .NET compiled assemblies stripped of MS specific stuff
> (incremental builds etc etc) can be run under mono and ildasm - ilasm
> roundtrip is assumed to do just that.
>
> Cheers
>
> http://sourceforge.net/projects/ngmp
>
> -----Original Message-----
> From: mono-list-bounces at lists.ximian.com
> [mailto:mono-list-bounces at lists.ximian.com] On Behalf Of Paddy Joy
> Sent: Monday, May 15, 2006 12:21 AM
> To: Jacek Blaszczynski
> Cc: mono-list at lists.ximian.com
> Subject: Re: [Mono-list] Janus Grid in Mono
>
> Thanks for the tip, is there a an ildasm for linux?
>
> Paddy
>
> Jacek Blaszczynski wrote:
>   
>> Hi!
>>
>> Use ildasm - ilasm roundtrip to recompile it in release mode.
>>
>> Cheers
>>
>> http://sourceforge.net/projects/ngmp
>>
>> -----Original Message-----
>> From: mono-list-bounces at lists.ximian.com
>> [mailto:mono-list-bounces at lists.ximian.com] On Behalf Of Paddy Joy
>> Sent: Sunday, May 14, 2006 11:10 AM
>> To: mono-list at lists.ximian.com
>> Subject: [Mono-list] Janus Grid in Mono
>>
>> Has anyone got the Janus Grid working in Mono on Linux? Is it even 
>> possible to use a third party controls that were built for MS .NET?
>>
>> I have tried simply referencing the windows dll's in my project but it 
>> seems they were compiled in Debug mode:
>>
>> [paddy at laptop JanusTest]$ mcs Form1.cs -r:System.Windows.Forms 
>> -r:System.Drawing -r:System.Data -r:Janus.Windows.Common.v2.dll 
>> Assembly '/tmp/JanusTest/JanusTest/Janus.Windows.Common.v2.dll' has 
>> the non-standard metadata heap #-.
>> Recompile it correctly (without the /incremental switch or in Release 
>> mode).error CS0006: Cannot find assembly `Janus.Windows.Common.v2.dll'
>> Log:
>>
>> Compilation failed: 1 error(s), 0 warnings
>>
>> Paddy
>> _______________________________________________
>> Mono-list maillist  -  Mono-list at lists.ximian.com 
>> http://lists.ximian.com/mailman/listinfo/mono-list
>>
>> _______________________________________________
>> Mono-list maillist  -  Mono-list at lists.ximian.com 
>> http://lists.ximian.com/mailman/listinfo/mono-list
>>   
>>     
> _______________________________________________
> Mono-list maillist  -  Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>
>   



More information about the Mono-list mailing list