DLL Load Library - Error Code 126

前端 未结 4 1540
醉话见心
醉话见心 2020-11-28 08:56

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

4条回答
  •  囚心锁ツ
    2020-11-28 09:41

    This error can happen because some MFC library (eg. mfc120.dll) from which the DLL is dependent is missing in windows/system32 folder.

提交回复
热议问题