Re: [Mono-dev] Cross compiling options explained

2006-12-15 Thread Jose Cornado
If I *recall* correctly the tool chain needs some tweaking too. There is a book about embbeding Linux that I have found very useful for this (undertanding the cross-compiling and getting it to work) On 12/15/06, Ben Timby [EMAIL PROTECTED] wrote: I have not used these specific options of mono,

Re: [Mono-dev] Cross compiling options explained

2006-12-15 Thread Jose Cornado
That's the one! On 12/15/06, Ben Timby [EMAIL PROTECTED] wrote: I may have read the same book. http://www.amazon.com/Building-Embedded-Linux-Systems-Yaghmour/dp/059600222X Very good chapter on setting up the tool chain for cross-compilation. On 12/15/06, Jose Cornado [EMAIL PROTECTED

Re: [Mono-dev] VMWare machine, monodevelop, and some thoughts

2006-08-25 Thread Jose Cornado
This is exactly what turned me off around Mono 0.2X...José Cornado--home: http://www.efekctive.comblog: http://www.efekctive.com/blogging --Everything has been said before, but since nobody listens we have to keep going back and beginning all over again.Andre Gide

Re: [Mono-dev] [Mono-list] Amber Communications Framework

2006-08-21 Thread Jose Cornado
As far as I can tell, that was their last word. Unless El or the team has more recent news...On 8/21/06, Matthijs ter Woord [EMAIL PROTECTED] wrote:The Microsoft announcement referred to in the quoted post, is that really the case? Will Microsoft fight against any compatible implementation of

Re: [Mono-dev] Retargetable issues

2005-11-25 Thread Jose Cornado
Alberto: This switch refers to the capability of assembly A of running in .Net Desktop and .Net Compact frameworks. This has implications at the corlib and runtime levels. As far as I know mono does not target the Compact Framework (CF) therefore the retargetable flag does not work Since CF is

[Mono-dev] Interest in java.awt-like Robot?

2005-09-01 Thread Jose Cornado
Guys: We have in the plans writing a Mono/Gtk Robot along the lines of java.awt.Robot for our internal consumption. We poked around VJ# but the whole java.awt.Robot class is missing which lead us to develop one for .Net/Win32. If there is interest we will turn over some of the Mono/Gtk Robot to

Re: [Mono-devel-list] Trigger some internal action based on attributes for a method?

2005-06-27 Thread Jose Cornado
This is kind of a shot in the dark: What about using round tripping? You do not want the users to customize their methods but what about you adding a couple of IL instructions to their standard methods to make the extra call. On 6/27/05, Okehee Goh [EMAIL PROTECTED] wrote: I wonder how I can

Re: [Mono-devel-list] no regression policy for System.XML

2005-05-31 Thread Jose Cornado
Yes, I tried cumulative test runs, etc. I did not get stuck with my idea. I was just suggesting something I have seen work successfully before in a really taxing environment (data base engine development where millions of SQL queries with a lot network, disk IO and sql compilation complexity