ExtIO_HackRF
ExtIO_HackRF copied to clipboard
dependent libraries?
i've tried to compile the ExtIO myself .. as first step before extending new features, e.g. 8-bit and probably TX. i failed to build a running version. i succeeded to compile with
- Visual Studio 2017, 2015 and 2013
- static or dynamic linking against C runtime
- exception handling model
- .. But each compiled DLL is crashing after few seconds!
suppose, i'm using the wrong libraries:
- https://github.com/hayguen/ExtIO_HackRF.git
- https://github.com/hayguen/pthread-win32.git forked from https://github.com/GerHobbelt/pthread-win32.git
- https://github.com/hayguen/libusb.git forked from https://github.com/libusb/libusb.git
What libraries / branches / tags were used to build the released DLL here? This one does work fine.
i'm using https://github.com/jocover/hackrf ,this fork support windows thread,not required pthread-win32 and https://github.com/libusb/libusb
building win32 multi-threaded (/MT) runtime static library,and link ExtIO_HackRF