Trouble with DLL and file (com port) IO

2006-12-06 Thread R. Steve McKown
Ouch! Sorry, my last posting included an attachment with build products. Here's the correct attachment; see message with same subject. cp210x_rt.tgz Description: application/tgz -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems

Re: Trouble with DLL and file (com port) IO

2006-12-07 Thread R. Steve McKown
On Wednesday 06 December 2006 03:13 pm, Dave Korn wrote: > On 06 December 2006 17:01, R. Steve McKown wrote: > > Th extension accepts a file descriptor to an open serial port, uses the > > cygwin get_osfhandle() function to get the corresponding HANDLE, calls > > the DLL f

Re: Trouble with DLL and file (com port) IO

2006-12-07 Thread R. Steve McKown
On Wednesday 06 December 2006 04:27 pm, Matthew Woehlke wrote: > Dave Korn wrote: > > BTW, mixing MSVC-based code with cygwin-based is inherently unreliable > > and liable to fail unpredictably. I guess the vendor isn't likely to > > want to share their dll source with you so you could recompile

Re: Trouble with DLL and file (com port) IO

2006-12-07 Thread R. Steve McKown
On Thursday 07 December 2006 09:07 am, Dave Korn wrote: > On 07 December 2006 15:54, R. Steve McKown wrote: > > On Wednesday 06 December 2006 03:13 pm, Dave Korn wrote: > >> On 06 December 2006 17:01, R. Steve McKown wrote: > >>> Th extension accepts a file descripto