Windows path searching in LoadLibrary with manifest

前端 未结 2 1910
小蘑菇
小蘑菇 2021-01-13 21:22

If you call LoadLibrary without a path (e.g., LoadLibrary(\"whatever.dll\"), Windows will generally follow its standard search algorithm, the same

2条回答
  •  旧时难觅i
    2021-01-13 21:53

    To probe the loader when having troubles with missing libraries, you can use the "sxstrace" feature. www.codeproject.com/KB/DLL/QueryAssemblyIdentities.aspx gives some details about the dependencies between manifest and WinSxs.

提交回复
热议问题