Re: [Mono-list] Mixing Mono and .NET dlls?

2009-02-24 Thread Victor Rocha
About one year ago, I got the webbrowser working for both linux and windows,
using gecko-sharp.
There are tutorials about it on the web.

I´m not sure about the gluezilla that you mentioned, maybe it is the same
thing? I thik things in fact have gotten better, in latest mono versions.

Well, I´m just writing to say that it is indeed possible to have a
multi-platform project using mono and a webbrowser control, you should give
it a try.

regards!
Victor

On Sat, Feb 21, 2009 at 7:26 PM, fevans fev...@harris.com wrote:


 Miguel's blog on Mono.Options, got me wondering (again) about hybrid
 projects.
 http://tirania.org/blog/archive/2009/Feb-21.html

 On the technical side, what are the advantages and pitfalls of mixing dlls
 from both stacks. I develop mainly in Visual Studio. Can I include
 Mono.Options.dll  in my .NET project?

 Another Mono widget I'm contemplating is the Webbrowser form. I use the
 .NET
 webbrowser form, but I'm not happy with its performance. Also, it doesn't
 work on linux.  I would like to try the mono/gluezilla widget.
 Can I simply include Mono.System.Windows.Forms in Visual Studio?

 And then there's the legal question. Is there anything wrong with swapping
 out bits of .NET with Mono?
 --
 View this message in context:
 http://www.nabble.com/Mixing-Mono-and-.NET-dlls--tp22141289p22141289.html
 Sent from the Mono - General mailing list archive at Nabble.com.

 ___
 Mono-list maillist  -  Mono-list@lists.ximian.com
 http://lists.ximian.com/mailman/listinfo/mono-list

___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] Mixing Mono and .NET dlls?

2009-02-22 Thread Sandy Armstrong
On 02/21/2009 05:26 PM, fevans wrote:
 Miguel's blog on Mono.Options, got me wondering (again) about hybrid
 projects.
 http://tirania.org/blog/archive/2009/Feb-21.html

 On the technical side, what are the advantages and pitfalls of mixing dlls
 from both stacks. I develop mainly in Visual Studio. Can I include
 Mono.Options.dll  in my .NET project?

Most of this has already been answered, but I wanted to mention that 
since Mono.Options is a single .cs file, you probably just want to 
include that file in an existing assembly of yours.

Please read the very short MIT/X11-style license at the top of any Mono 
.cs file, and you should understand the freedoms that are granted to 
you, and your own obligations when redistributing (including copyright 
info, etc).

Best,
Sandy
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] Mixing Mono and .NET dlls?

2009-02-21 Thread fevans

Miguel's blog on Mono.Options, got me wondering (again) about hybrid
projects.
http://tirania.org/blog/archive/2009/Feb-21.html

On the technical side, what are the advantages and pitfalls of mixing dlls
from both stacks. I develop mainly in Visual Studio. Can I include
Mono.Options.dll  in my .NET project? 

Another Mono widget I'm contemplating is the Webbrowser form. I use the .NET
webbrowser form, but I'm not happy with its performance. Also, it doesn't
work on linux.  I would like to try the mono/gluezilla widget. 
Can I simply include Mono.System.Windows.Forms in Visual Studio?

And then there's the legal question. Is there anything wrong with swapping
out bits of .NET with Mono?
-- 
View this message in context: 
http://www.nabble.com/Mixing-Mono-and-.NET-dlls--tp22141289p22141289.html
Sent from the Mono - General mailing list archive at Nabble.com.

___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] Mixing Mono and .NET dlls?

2009-02-21 Thread Jiří Zárevúcký
2009/2/21 fevans fev...@harris.com:

 Miguel's blog on Mono.Options, got me wondering (again) about hybrid
 projects.
 http://tirania.org/blog/archive/2009/Feb-21.html

 On the technical side, what are the advantages and pitfalls of mixing dlls
 from both stacks. I develop mainly in Visual Studio. Can I include
 Mono.Options.dll  in my .NET project?

As long as it's a purely managed assembly, it should work the same way
everywhere.
Mono.Options is, so there is no problem at all.

 Another Mono widget I'm contemplating is the Webbrowser form. I use the .NET
 webbrowser form, but I'm not happy with its performance. Also, it doesn't
 work on linux.  I would like to try the mono/gluezilla widget.
 Can I simply include Mono.System.Windows.Forms in Visual Studio?

I guess you must not reference the MS winforms assembly, but I never
tried anything Mono-related on Windows. Perhaps it won't work at all.
I'm not sure how the Mono implementation works.

 And then there's the legal question. Is there anything wrong with swapping
 out bits of .NET with Mono?

I'm not a lawyer (and especially not an EULA reader), but I think that
is like asking is there something wrong with using my own library?.
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list