[Mono-dev] AOT Mono.WebBrowser.dll under ARM Embedded Linux environment problem

2011-01-18 Thread Daniel M
Hi All, Wondering if it is possible to AOT just a section of the Mono framework (and ignore parts of the framework i will not use???). I have mono 2.8 release cross compiled for ARM platform. Attempting to do AOT compilation. Binaries seem to compile fine until I hit the Mono.WebBrowser binary.

Re: [Mono-dev] AOT Mono.WebBrowser.dll under ARM Embedded Linux environment problem

2011-01-18 Thread Daniel M
@lists.ximian.com Do you really need full aot on your target? It should be avoided when possible since a lot of stuff doesn't work under it. On Tue, Jan 18, 2011 at 1:17 PM, Daniel M wrote: Hi All, Wondering if it is possible to AOT just a section of the Mono framework (and ignore parts of the fram

Re: [Mono-dev] AOT Mono.WebBrowser.dll under ARM Embedded Linux environment problem

2011-01-18 Thread Daniel M
Zoltan On Tue, Jan 18, 2011 at 10:41 PM, Daniel M wrote: Hi Rodrigo,Thanks for your reply.Its more of a test for the moment... we are having speed issues with System.Windows.Forms loading taking so long. eg. A simple .exe with a form + 1 button took 12 secs to load. Running with --pro

Re: [Mono-dev] AOT Mono.WebBrowser.dll under ARM Embedded Linux environment problem

2011-01-19 Thread Daniel M
g, so you can see what is the problem. Zoltan On Wed, Jan 19, 2011 at 4:49 AM, Daniel M wrote: Hey guys, I've applied --aot to the whole mono framework dll's using a simple script i made up.Once done, i ran the app 'mono testapp.exe'... and also &#x

[Mono-dev] Mono.Zeroconf.Providers.Bonjour.ServiceBrowser 'SeviceRemove' event does not fire (bug 430732)

2011-03-06 Thread Daniel M
hi guys,wondering if anyones got a workaround to this issue:https://bugzilla.novell.com/show_bug.cgi?id=430732 my 'ServiceRemoved' event never fires. so i dont know when a device/computer has disconnected from the network. running .net 2.0, windows 7, latest mono zeroconf release 0.9 downloaded