DLL Load Library - Error Code 126

前端 未结 4 1533
醉话见心
醉话见心 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:59

    This can also happen when you're trying to load a DLL and that in turn needs another DLL which cannot be not found.

提交回复
热议问题