Re: [Libusbx-devel] asynchronous code in multi-threading app

2012-10-10 Thread Tim Roberts
John wrote: > This is the device that is working on Windows and has been in production for > years (with Windows API calles), I am not develop the device, what I am > doing is use the device, simple read & write. > > The exactly the same code work when running in single-threaded app. > > when look

Re: [Libusbx-devel] asynchronous code in multi-threading app

2012-10-10 Thread John
Tim, This is the device that is working on Windows and has been in production for years (with Windows API calles), I am not develop the device, what I am doing is use the device, simple read & write. The exactly the same code work when running in single-threaded app. when look at my libUSB code,

Re: [Libusbx-devel] asynchronous code in multi-threading app

2012-10-10 Thread Tim Roberts
john smith wrote: > > Hi, > > This is a continuation my previous post a few weeks ago, (BTW, I was > never to resolve that problem), I read the manual many time and read > all the related post, I believe I did everything right, now I am > running my on Linux (Ubutu 11), this time, it did not crash