Will GetProcAddress be slow if too many DLLs are dynamically loaded, especially some are large?
I’m currently participating in a project in which the DLLs are loosely connected and all functions across them are called by using GetProcAddress
.
I’m currently participating in a project in which the DLLs are loosely connected and all functions across them are called by using GetProcAddress
.