|
From: Ben H. <be...@gm...> - 2017-01-17 04:54:44
|
In the Windows version of LIBUSB, does it use STDCALL or CDECL functions. I plan on using it in a Visual Basic project I'm working on, but Visual Basic doesn't support CDECL calling convention. VB only supports STDCALL calling convention. If LIBUSB doesn't by default use STDCALL for its exported functions, then I will need one of 2 things: 1) Somebody to point me to an alternative to LIBUSB, that does export STDCALL functions. or 2) One of the LIBUSB developers to compile for me a customized version of LIBUSB, which does export STDCALL functions. |