cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
unresolved external from library contain
unresolved external from library containing many templates and many C++20 modules!
Apr 15, 2023 at 6:22pm UTC
JUANDENT
(411)
Hi,
I have a library composed of many C++20 modules and when I link with it in an executable I get unresolved external...why?
I am using VS2022 latest Preview version because ordinary version would say internal compiler error and working everything in C++ latest!!
Please some light?
Apr 16, 2023 at 2:21am UTC
AbstractionAnon
(6954)
Not enough information in your post to give you a meaningful response.
When this happens to me, I find the most common cause is I have a class with a function declaration, but the implementation of the function is missing.
Topic archived. No new replies allowed.