Home » U++ TheIDE » U++ TheIDE: Compiling, Linking, Debugging of your packages » Linking in the std library
Linking in the std library [message #60718] |
Wed, 31 July 2024 22:23  |
awksed
Messages: 68 Registered: April 2012
|
Member |
|
|
To use the chrono library (which needs C++ 20) in older projects I built a static library in VS 2022.
Linking in my static lib to a U++ console project I get the following error (and other similar):
unresolved external symbol "public: static unsigned int const * const std::_General_precision_tables_2<float>::_Ordinary_X_table "
This is probably related to the use of std::format().
How can I link in the appropriate library or source?
Windows 10
U++ 17045
MSVS22x64
Thanks.
|
|
|
Goto Forum:
Current Time: Mon Apr 28 19:38:08 CEST 2025
Total time taken to generate the page: 0.07727 seconds
|