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: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Paddy Joy
Sent: Monday, May 15, 2006 12:21 AM
To: Jacek Blaszczynski
Cc: [email protected]
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: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Paddy Joy
Sent: Sunday, May 14, 2006 11:10 AM
To: [email protected]
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:
[EMAIL PROTECTED] 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 - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list
_______________________________________________
Mono-list maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list
_______________________________________________
Mono-list maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list
_______________________________________________
Mono-list maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list