右键工程属性 -> 配置属性 -> 生成事件 ->生成后事件,命令行中的路径加上双引号,如
copy $(ProjectDir)\export\win32\Debug\$(ProjectName).dll $(OutDir)
修改为
copy "$(ProjectDir)\export\win32\Debug\$(ProjectName).dll" "$(OutDir)"
时间: 2024-11-01 16:32:32
右键工程属性 -> 配置属性 -> 生成事件 ->生成后事件,命令行中的路径加上双引号,如
copy $(ProjectDir)\export\win32\Debug\$(ProjectName).dll $(OutDir)
修改为
copy "$(ProjectDir)\export\win32\Debug\$(ProjectName).dll" "$(OutDir)"