设为首页 加入收藏

TOP

QT Creator: The process could not be started!
2019-07-02 16:11:20 】 浏览:43
Tags:Creator: The process could not started

如果往工程里面增加了uac.manifest 文件后,QT creator不通过管理员启动的话,若要debug程序的话,就会提示 “The process could not be started!”

uac.manifest文件内容:

 1 <?xml version='1.0' encoding='UTF-8' standalone='yes'?> 
 2 <assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'> 
 3 <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3"> 
 4 <security> 
 5 <requestedPrivileges> 
 6 <requestedExecutionLevel level='requireAdministrator' uiAccess='false' /> 
 7 </requestedPrivileges> 
 8 </security> 
 9 </trustInfo> 
10 </assembly>

解决此问题的办法就是通过管理员方式启动 QT creator即可,也可以设置为默认通过管理员方式启动

 

】【打印繁体】【投稿】【收藏】 【推荐】【举报】【评论】 【关闭】 【返回顶部
上一篇洛谷P2184 贪婪大陆 下一篇2019 WebRtc AudioMixer混音流程

最新文章

热门文章

Hot 文章

Python

C 语言

C++基础

大数据基础

linux编程基础

C/C++面试题目