Gisle Vanem
Gisle Vanem
> Is such a patch welcome? Sure, Post / attach a `diff -u3` output of your stuff here. But use `git master` as a reference since **2.2.dev.rel11** is rather old....
Wait, that gave a new warning. Maybe this is better: ```diff --- a/src/wget.h 2025-07-02 11:54:09 +++ b/src/wget.h 2025-07-02 12:23:11 @@ -220,11 +220,11 @@ (sizevar) = DR_newsize; \ } \ if...
> libgnu and others. They were not developed for MSVC. You mean gnulib? It works with MSVC just fine.
I also had problem with the latest (?) ver. 3.0.756.0. This is the full details of the latest crash-report from *WER* (*Windows Error Reporting*): ``` Version=1 EventType=MoAppCrash EventTime=133548676737197129 ReportType=2 Consent=1...
> So I'm not sure what is the real issue with the Packet32.cpp code. A fix for this was to move some variables to the top: ```diff --- a/Packet32.cpp 2024-08-04...
@squeek502 Does not work. Same error message.
@alexrp Same error message.
BTW. there is an unrelated crash in `retr.c`. Which I fixed by: ```diff --- a/src/retr.c 2025-07-02 11:54:09 +++ b/src/retr.c 2025-07-02 16:12:03 @@ -1017,7 +1017,8 @@ newloc_parsed = url_new_init (); newloc_parsed->ori_url...
I'll comment here (instead of opening a new issue that will get ignored). There's a bug WRT. to `LoadLibraryExW()` and the `LOAD_LIBRARY_SEARCH_DLL_LOAD_DIR` flag. No .DLLs in `%SOAPY_SDR_PLUGIN_PATH%` will thus get...
> Basically, this module lacks attention especially in windows environment. The same lack of: * *Variable Length Arrays* (VLA) on MSVC * `network_source.dll` doesn't work. * `kiwisdr_source.dll` works for me,...