eabase
eabase
Changing to `--install-prefix 'C:\Program Files\SoapySDR\'` gives this: ```bash # cmake --build . --config Release --target install MSBuild version 17.13.9+e0f243f1e for .NET Framework rtlsdrSupport.vcxproj -> C:\mydev\gitclones\SoapyRTLSDR\build\Release\rtlsdrSupport.dll 1> -- Install configuration: "Release"...
@zuckschwerdt Any idea what this means?
Seem like `rtlsdr.dll` is missing... So it have been be dynamically compiled? ```bash ldd rtlsdrSupport.dll | grep -iE --color=always "not found|$" ```  Copying the `rtlsdr.dll` from my "library": ```powershell...
Also, the `Sample rates` I get, are completely different (and seemingly wrong) than what's shown in the Wiki page: https://github.com/pothosware/SoapyRTLSDR/wiki#detecting-the-rtl-sdr `MINE`: Sample rates: **[0.225001, 0.3], [0.900001, 3.2] MSps** `Wiki`: Sample...
> No idea how to statically compile on MSVC, sorry. But it's not recommended anyway, The only reason why it is *not recommended* is that people are too lazy to...