What is implicit and explicit linking in dynamic loading?
Answers
Answered by
1
Implicit Linking. Also known as calling a DLL Statically or Load Time Linking. This refers to the process of calling a function in a DLL and linking to it implicitly. What this means is that when the application is built, the reference to the external function call is resolved through a import library (.lib file
Similar questions