Gisle Vanem

Results 66 issues of Gisle Vanem

While compiling `tests/benchmark.cpp` using clang-cl (ver. 16.0.1), I'm facing this issue: https://github.com/ocornut/imgui/issues/6386 Errors from clang-cl: ```c In file included from tests/benchmark.cpp:9: ./3rdparty\json.hpp(16773,25): error: variable 'end' with type 'auto *const' has...

The latest API from SDRPlay (released 5 days) has a change that causes a command like `SoapySDRUtil.exe --find` to crash deep inside `SoapySDR::Device::enumerate()`'s destructor. The call-stack is huge. These are...

After some patching to make a `geoipupdate.exe` for Windows, I get a crash due to this call: ``` curl_easy_setopt(curl, CURLOPT_WRITEDATA, (void *)f); ``` in `geoipupdate.c`. *Reason*: My `libcurl.dll` was built...

When I start AbracaDABra by: ``` set QT_MESSAGE_PATTERN=[^e[1;32m%%{file}:%%{line}^e[0m] - %%{message} AbracaDABra.exe ``` the 1st call to `qCInfo()` shows: `[gui/rtltcpinput.cpp:51] - RTL-TCP: Initialising Winsock...` ` ^____________________^: this in green on blue`...

Building `AbracaDABra.exe` using MSVC or clang-cl has been very easy (compared to e.g. Welle-IO or Qt-DAB (yuk!)). But I had some minor issues: * This triggers a warning in clang-cl:...

Th `README.md` doesn't mention if Windows is supported. Since the use or the POSIX headers in the code, one would assume it won't work under Windows at all. But creating...