Stanislaw Halik

Results 212 comments of Stanislaw Halik

> I have no idea how to build libusb. ```console % git clone https://github.com/libusb/libusb.git % cd libusb % git checkout v1.0.23 Note: switching to 'v1.0.23'. % start msvc/libusb_static_2017.vcxproj ``` Upgrade...

The MSVC error message doesn't make sense in C or C++ modes. Maybe the switch `-std:c11` can help you. In any case, add `(void*)` before the first argument, as such:...