Re: [Mono-dev] libmtp bindings

2007-01-19 Thread Jonathan Pryor
On Fri, 2007-01-19 at 00:11 -0700, Ted Bullock wrote: > Ok, I am still having a bit of trouble here. The double indirection > thing is pretty confusing when trying to deal with it across the > unmanaged/managed barriers. > > [StructLayout(LayoutKind.Sequential)] > public class DeviceEntry > { >

Re: [Mono-dev] [Mono-list] serial port problem

2007-01-19 Thread Leszek Ciesielski
On 1/19/07, Mario Munda <[EMAIL PROTECTED]> wrote: > Hi > > The example from the HowToSystemIOPorts > (http://www.mono-project.com/HowToSystemIOPorts) doesn't work, for > starters... > > Transmiting part works ok, but not the receiving. > > P.S.: > I use FreeBSD, and I'm sending data to /dev/cuad0.

[Mono-dev] libmtp bindings

2007-01-19 Thread Ted Bullock
Ok Jonathan, Finally I am getting the correct values out of this thing. I appreciate your help very much. As a side note, my email provider seems to be eating emails directly from you. Can you email me again just to see if I have it fixed or not? Thanks

[Mono-dev] TextBoxBase Out of Memory Problem

2007-01-19 Thread Charlie Poole
Hi All, While it's probably not a good idea to keep hitting a text box with AppendText calls, that's what the NUnit Gui does at the moment, resulting in the stack trace below. This is a bit hard to repro, since NUnit tries to handle the unhandled exception, making matters even worse. I got it by

Re: [Mono-dev] TextBoxBase Out of Memory Problem

2007-01-19 Thread Sebastien Pouliot
Hello Charlie, Are you using Mono from SVN ? (if so which revision ?) or stock 1.2.2 ? I believe I fixed today this problem (it affects only Win32). The DC was not released because the p/invoke signature missed a parameter. Sebastien On Fri, 2007-01-19 at 18:23 -0800, Charlie Poole wrote: > Hi

Re: [Mono-dev] TextBoxBase Out of Memory Problem

2007-01-19 Thread Charlie Poole
Hi Sebastien, This is on Windows using stock 1.2.2, so maybe it's fixed. I'll try building from SVN and see what happens. Any reason I can't just build MWF and drop the assembly into my stock system? Charlie > -Original Message- > From: Sebastien Pouliot [mailto:[EMAIL PROTECTED] > Se