Gisle Vanem

Results 232 comments of Gisle Vanem

I have a RSP1A. But `miri_sdr` fails. With some extra `LIBUSB_DEBUG`, I get: ``` winusb_open] unsupported API call for 'open' (unrecognized device driver) ``` Some parameter error to `libusb_open()`? *Edit*:...

> If you don't mind please check your logs to see if that warning is there before SoapySDRUtil crashes So where does Soapy write log-files? The only thing I have...

> Please give it a try when you have sometime and Tried it. I did this: * Copied the old `sdrplay_api.dll` v 3.07 to my `PATH` (the new `sdrplay_api.dll` v...

> This is exactly the behavior I would expect to see in the scenario that you have there Yes, yes. I've no problem with that code. But here are my...

I think maybe the core issue is that the `sdrplay_api` instance is a singleton. And this cache and the order of destructions are undefined when a `throw std::runtime_error()` is done....

> Finally I am not sure what exactly we are trying to "fix" here: Fix the horrid C++ code to avoid a crash? Here is the patch I used to...

Okay so my fix is wrong. Then some other C++ expert could propose something better.

Maybe this warning has something to do with it (from clang-cl): ``` gains.c(112,9): warning: array index 3 is past the end of the array (which contains 3 elements) [-Warray-bounds] return...

> ... upgrading 16-bit Arachne to DJGPP What has Arachne to do with Watt-32? What are you asking?

> So, do you think Watt-32 library, libwatt.a, can be used to develop an upgraded 16 bit Arachne to 32 Perhaps. Have you tried to build any of the above...