cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Linking lib
Linking lib
Feb 10, 2017 at 8:15pm UTC
DirtyBlasion
(50)
Hi, I want to link libraries to the code by code, it's strange but iot's a posibility to link through code?
Feb 10, 2017 at 9:15pm UTC
AbstractionAnon
(6954)
You can dynamically link libraries if they are DLLs. The mechanism for doing so is OS specific. Check your OS documentation for specific calls to link a DLL dynamically.
Topic archived. No new replies allowed.