1. 将 "Porject > Properties > Debugging" 的 "Command" 设为 "{System Folder}/rundll32.exe"
2. 将 "Porject > Properties > Debugging" 的 "Command Arguments" 设为 "shell32.dll,Control_RunDLL {yourcpl}"
{System Folder} : 系统目录
{yourcpl} : 控制面板应用程序的路径。注意,这里必须是全路径。
本文介绍了如何通过修改项目的调试属性来启动特定的控制面板项进行调试。具体步骤包括设置命令为系统的rundll32.exe,并指定命令参数为shell32.dll,Control_RunDLL配合控制面板应用程序的全路径。
开发板推荐:天空星STM32F407VET6开发板
超高性价比 STM32主控 | 超高主频 | 一板兼容百芯 | 比赛神器 | 沉金彩色丝印
1. 将 "Porject > Properties > Debugging" 的 "Command" 设为 "{System Folder}/rundll32.exe"
2. 将 "Porject > Properties > Debugging" 的 "Command Arguments" 设为 "shell32.dll,Control_RunDLL {yourcpl}"
{System Folder} : 系统目录
{yourcpl} : 控制面板应用程序的路径。注意,这里必须是全路径。
开发板推荐:天空星STM32F407VET6开发板
超高性价比 STM32主控 | 超高主频 | 一板兼容百芯 | 比赛神器 | 沉金彩色丝印
434
680

被折叠的 条评论
为什么被折叠?