Re: [win32]g_iochannel and USB

2012-02-29 Thread Manuel Ferrero
Michael Torrie wrote: On 02/22/2012 06:35 AM, Manuel Ferrero wrote: I read the thread, now I know I have to link against the right version of msvcrt.dll. But I'm compiling with MinGW and according what Tor Lillqvist said in that thread it should work. I don't specify any path in my IDE, I just

Re: [win32]g_iochannel and USB

2012-02-27 Thread Manuel Ferrero
Michael Torrie wrote: On 02/22/2012 06:35 AM, Manuel Ferrero wrote: I read the thread, now I know I have to link against the right version of msvcrt.dll. But I'm compiling with MinGW and according what Tor Lillqvist said in that thread it should work. I don't specify any path in my IDE, I just

Re: [win32]g_iochannel and USB

2012-02-24 Thread Michael Torrie
On 02/22/2012 06:35 AM, Manuel Ferrero wrote: I read the thread, now I know I have to link against the right version of msvcrt.dll. But I'm compiling with MinGW and according what Tor Lillqvist said in that thread it should work. I don't specify any path in my IDE, I just choose the MinGW

[win32]g_iochannel and USB

2012-02-22 Thread Manuel Ferrero
I'm trying to use a DLL for managing an USB connection. In this DLL there is a function to open the USB channel wioth this prototype: int CP210x_Open(DWORD dwDevice, HANDLE* cyHandle); I thought I could link to that handle an iochannel, but I'm not able to make it work. I wrote and compiled