Re: [Mono-dev] [PATCH] fix for functional incompatibility in HierarchicalDataBoundControl

2008-05-21 Thread James Fitzsimons
Hi all, Could someone review this patch please? Thanks, James Fitzsimons 2008/5/18 James Fitzsimons <[EMAIL PROTECTED]>: > Hi all, > > The attached patch fixes an in incompatibility between mono and the > Microsoft framework with respect to the HierarchicaDataBoundControl. In my > project I hav

Re: [Mono-dev] Mono C# Serial Port problem

2008-05-21 Thread Shawn Schaerer
Thanks., I will look in to it and see if we can fix the osx version. Most likely it is a tty setting that has not been set, in OSX Unix there are a couple of settings that need to be set or the port does not work. Shawn Schaerer Director of Research and Development Cogmation Robotics Inc

Re: [Mono-dev] Mono C# Serial Port problem

2008-05-21 Thread Carlos Alberto Cortez
Hello, > > The issue with our code is that we call the Mono posix libraries, this > is not cross platform. Our implementation uses the Win32 api in windows and posix calls with a C helper layer in Unix platforms. Observe that we never tested it with Mac. Since you are using the Mono.Posix

[Mono-dev] mod_mono restart patch

2008-05-21 Thread Joshua Tauberer
I encountered a problem when doing a mod-mono-server restart through the mod_mono control panel that when requests came in while the restart was in progress, the restart would fail, mod-mono-server would be forked but fail to start, and it would be continually forked at each request but still f

Re: [Mono-dev] Mono C# Serial Port problem

2008-05-21 Thread Jim Redman
Shawn, I don't know whether it's helpful, but the RXTX implementation of the JavaComm API is available on a huge range of platforms - and it runs under Mono after IKVMC'ing it. Since the portability of the native code is your issue you may want to take a look at what they have. The .NET under

Re: [Mono-dev] Mono C# Serial Port problem

2008-05-21 Thread Shawn Schaerer
Hi, We could turn this into a new implementation. The serial port is a major component robotics. The issue with our code is that we call the Mono posix libraries, this is not cross platform. Is this a problem ? If not we can work on the new serial port implementation. In any case we