Updated Compile in Windows (markdown)

master
srcejon 2021-05-21 10:15:47 +01:00
rodzic 9193fc1540
commit f31a10a39e
1 zmienionych plików z 1 dodań i 1 usunięć

@ -39,4 +39,4 @@ To debug using Visual Studio, run:
## Notes
MSVC compiles std::string incompatibly for Release and Debug builds, which means you can't mix different builds of libraries that include std::string in their APIs such as the DAB and UHD libraries. DAB lib is built with SDRangel, so not a problem, but there's currently only a Release build of uhd.dll in the sdrangel-windows-externals repo. This will cause an exception if used with a Debug build of SDRangel. As a workaround, you'll need to either delete uhd.dll before debugging, or replace it with a Debug version you've built.
MSVC compiles std::string incompatibly for Release and Debug builds, which means you can't mix different builds of libraries that include std::string in their APIs such as the UHD library. There's currently only a Release build of uhd.dll in the sdrangel-windows-externals repo. This will cause an exception if used with a Debug build of SDRangel. As a workaround, you'll need to either delete uhd.dll before debugging, or replace it with a Debug version you've built.