Linking lib

Feb 10, 2017 at 8:15pm
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
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.