Is there a Windows/MSVC equivalent to the -rpath linker flag?

后端 未结 3 421
渐次进展
渐次进展 2020-12-04 17:30

On Linux/GCC I can use the -rpath flag to change an executables search path for shared libraries without tempering with environment variables.

Can this also be acco

3条回答
  •  一整个雨季
    2020-12-04 18:19

    "Isolated applications" is a mechanism for embedding an XML manifest that describes the DLL dependencies.

提交回复
热议问题