Replies: 5 comments 1 reply
-
if you want this fixed, send a pull request |
Beta Was this translation helpful? Give feedback.
-
Are you using windows sdk 26100? |
Beta Was this translation helpful? Give feedback.
-
VS2019(V142) use SDK 22621 |
Beta Was this translation helpful? Give feedback.
-
This one definitely worked for me. |
Beta Was this translation helpful? Give feedback.
-
this has to do with SDK version
|
Beta Was this translation helpful? Give feedback.
-
Describe the bug
While trying to build the "Foundation" libraries (all) using the MS Visual Studio 2019 compiler, I encountered the following error for 4 of the library versions:
libucrtd.lib(checkcfg.obj) : error LNK2001: unresolved external symbol guard_check_icall$fo$
bin64\static_mt\TestAppd.exe : fatal error LNK1120: 1 unresolved externals
To Reproduce
Copy the latest Poco libraries (all) to a source folder.
Go the the "CppUint" folder and load the "CppUnit_vs160.sln" solution file with MS Visual Studio 2019.
Go to the Build->Batch Build dialog, select all output targets, and press the "build" button.
Go the the "Foundation" folder and load the "Foundation_vs160.sln" solution file with MS Visual Studio 2019.
Go to the Build->Batch Build dialog, select all output targets, and press the "build" button.
Expected behavior
All output binaries should build without errors.
Logs$fo$
------ Rebuild All started: Project: TestApp, Configuration: debug_static_mt x64 ------
TestApp.cpp
libucrtd.lib(checkcfg.obj) : error LNK2001: unresolved external symbol guard_check_icall
bin64\static_mt\TestAppd.exe : fatal error LNK1120: 1 unresolved externals
Done building project "TestApp_vs160.vcxproj" -- FAILED.
Screenshots
If applicable, add screenshots to help explain your problem.
Please add relevant environment information:
Additional context
Add any other context about the problem here.
Beta Was this translation helpful? Give feedback.
All reactions