VS 设置dll保存目录,使得exe和dll不在同一目录
VS 设置dll保存目录,使得exe和dll不在同一目录
##设置dll延迟加载
增加DLL的搜索路径,代码中添加如下代码
const char *dll_path = { “.\dll” };
SetDllDirectory(dll_path);
本文来自:
https://blog.****.net/d4567star/article/details/82993777
##设置dll延迟加载
增加DLL的搜索路径,代码中添加如下代码
const char *dll_path = { “.\dll” };
SetDllDirectory(dll_path);
本文来自:
https://blog.****.net/d4567star/article/details/82993777