Re: [Libusbx-devel] libusbx-1.0.17-win - static library linking problem

2014-01-02 Thread Gisle Vanem
Mehmet Akif Antepli akifante...@gmail.com wrote: Even tough, I have included correct path for the header libusb.h and `libusb-1.0.a` and linked the static library with the command -lusb-1.0, when I try to build my c++ project, I get undefined reference to `libusb_xxx errors (xxx is any

Re: [Libusbx-devel] libusbx-1.0.17-win - static library linking problem

2014-01-02 Thread Mehmet Akif Antepli
Hello Gisle, Thank you for your reply, Do you also have 'libusb-1.0.dll.a' in that same directory? I.e. the import lib. No, I have only checked libusbx-1.0.17-win\MinGW64\static folder and copied libusb-1.0.a to the corresponding folder in my project structure. Exactly what is the command to

[Libusbx-devel] libusbx-1.0.17-win - static library linking problem

2014-01-01 Thread Mehmet Akif Antepli
Hello, I am trying to use libusbx-1.0.17-win in win7 x64. I an using MinGW GCC toolchain with Eclipse CDT. Even tough, I have included correct path for the header libusb.h and `libusb-1.0.a` and linked the static library with the command -lusb-1.0, when I try to build my c++ project, I get