ucrt64专题

【解决方案】msys2 ucrt64 链接poco库时出现错误 undefined reference to `wWinMain‘

使用pacman安装了poco: ucrt64/mingw-w64-ucrt-x86_64-poco 1.11.6-2 CMakeLists.txt如下: find_package(Poco REQUIRED Foundation Util Net)set(ThirdLibs "Poco::Foundation;Poco::Util;Poco::Net") # ${ThirdLibs} a