|
From: Cory S. <co...@mo...> - 2006-04-24 20:26:33
|
On 4/23/06, Jonathon Love - Haltech <jon...@ha...> wrote: > Cory, > > Do you have libftdi and libusb-win32 packaged in the same dll? I have not put them together in a DLL as a Windows driver because there is no need. I have a number of application specific exe's as well as an application specific DLL exposing a JNI interface -- all statically linked with libusb and libftdi. > I'd like to put them in the same dll, but I'd rather avoid figuring out > all the cygwin stuff. (So could I have a copy of yours?) > > Does mingw generate .lib files that VC++ can use? No, it doesn't. Though, I don't use VC++, so I don't really know how it may / may not interoperate with object files and libraries built with in MinGW with GCC. Best, Cory |