Delay Loading DLLs

后端 未结 3 1178
轻奢々
轻奢々 2020-12-03 08:33

I am in desperate need of help, I need to manage an application dependency in Visual Studio. The application links to a DLL only on a specific version of windows, lets say W

3条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-03 09:10

    Your project can specify that a dll it depends upon should but be loaded when needed, by specifying it in the Linker/Input/Delay Loaded DLLs field. This setting can be different for different build configurations.

提交回复
热议问题