A question about links dynamic libraries
On Linux dynamic link library directly specified at compile time, why LoadLibrary Windows dynamic link library need? On Windows, or MINGW environment, can the dynamic library specified at compile time without using LoadLibrary in your code? After all the way to use a trouble