LoadLibrary() error code 127

后端 未结 9 2264
無奈伤痛
無奈伤痛 2020-12-29 05:07

I\'m having trouble with LoadLibrary() and getting an error that doesn\'t make sense to me:

   ::SetLastError(0);

   m_hDll = ::LoadLibrary(szName);

   if          


        
9条回答
  •  醉话见心
    2020-12-29 05:52

    Install Debugging tools and run the gflags -i your_application.exe +sls. After that execute application under the debugger to capture the loader traces.

提交回复
热议问题