I\'m using the \'LoadLibrary\' from the Windows API, when I run the application, it throws me an error code 126. I read that it may be caused by dependencies, I checked what
This error can happen because some MFC library (eg. mfc120.dll) from which the DLL is dependent is missing in windows/system32 folder.