• 5933阅读
  • 2回复

有一个奇怪的问题,好像根系操作系统主题有关 [复制链接]

上一主题 下一主题
离线erhumusic182
 

只看楼主 倒序阅读 楼主  发表于: 2010-07-06
刚刚调试程序的时候很奇怪:
刚刚好的程序,也没有改变什么代码,编译出来的程序运行起来,但是界面出现不了了,当编译debug版本时候,可以编译出版本,但是单步调试时,根本进入不了调试状态,输出中显示:

“sysAdmin.exe”: 已加载“D:\sht\bin\sysAdmin.exe”,已加载符号。
“sysAdmin.exe”: 已加载“C:\Windows\System32\ntdll.dll”
“sysAdmin.exe”: 已加载“C:\Windows\System32\kernel32.dll”
“sysAdmin.exe”: 已加载“C:\Windows\System32\KernelBase.dll”
“sysAdmin.exe”: 已加载“C:\Qt\4.6.0\bin\QtCored4.dll”
“sysAdmin.exe”: 已加载“C:\Windows\System32\user32.dll”
“sysAdmin.exe”: 已加载“C:\Windows\System32\gdi32.dll”
“sysAdmin.exe”: 已加载“C:\Windows\System32\lpk.dll”
“sysAdmin.exe”: 已加载“C:\Windows\System32\usp10.dll”
“sysAdmin.exe”: 已加载“C:\Windows\System32\msvcrt.dll”
“sysAdmin.exe”: 已加载“C:\Windows\System32\ole32.dll”
“sysAdmin.exe”: 已加载“C:\Windows\System32\rpcrt4.dll”
“sysAdmin.exe”: 已加载“C:\Windows\System32\advapi32.dll”
“sysAdmin.exe”: 已加载“C:\Windows\System32\sechost.dll”
“sysAdmin.exe”: 已加载“C:\Windows\System32\ws2_32.dll”
“sysAdmin.exe”: 已加载“C:\Windows\System32\nsi.dll”
“sysAdmin.exe”: 已加载“C:\Windows\winsxs\x86_microsoft.vc90.debugcrt_1fc8b3b9a1e18e3b_9.0.21022.8_none_96748342450f6aa2\msvcp90d.dll”,已加载符号。
“sysAdmin.exe”: 已加载“C:\Windows\winsxs\x86_microsoft.vc90.debugcrt_1fc8b3b9a1e18e3b_9.0.21022.8_none_96748342450f6aa2\msvcr90d.dll”,已加载符号。
“sysAdmin.exe”: 已加载“C:\Qt\4.6.0\bin\QtGuid4.dll”
“sysAdmin.exe”: 已加载“C:\Windows\System32\comdlg32.dll”
“sysAdmin.exe”: 已加载“C:\Windows\System32\shlwapi.dll”
“sysAdmin.exe”: 已加载“C:\Windows\winsxs\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.7600.16385_none_ebf82fc36c758ad5\comctl32.dll”
“sysAdmin.exe”: 已加载“C:\Windows\System32\shell32.dll”
“sysAdmin.exe”: 已加载“C:\Windows\System32\oleaut32.dll”
“sysAdmin.exe”: 已加载“C:\Windows\System32\imm32.dll”
“sysAdmin.exe”: 已加载“C:\Windows\System32\msctf.dll”
“sysAdmin.exe”: 已加载“C:\Windows\System32\winmm.dll”
“sysAdmin.exe”: 已加载“C:\Windows\System32\winspool.drv”
“sysAdmin.exe”: 已加载“C:\Qt\4.6.0\bin\QtSqld4.dll”
“sysAdmin.exe”: 已加载“D:\sht\bin\dbConn.dll”,未使用调试信息生成二进制文件。
“sysAdmin.exe”: 已加载“C:\Qt\4.6.0\bin\QtSql4.dll”,未使用调试信息生成二进制文件。
“sysAdmin.exe”: 已加载“C:\Qt\4.6.0\bin\QtCore4.dll”,未使用调试信息生成二进制文件。
“sysAdmin.exe”: 已加载“C:\Windows\winsxs\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.4926_none_508ed732bcbc0e5a\msvcp90.dll”
“sysAdmin.exe”: 已加载“C:\Windows\winsxs\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.4926_none_508ed732bcbc0e5a\msvcr90.dll”
“sysAdmin.exe”: 已加载“C:\Qt\4.6.0\bin\QtNetwork4.dll”,未使用调试信息生成二进制文件。
“sysAdmin.exe”: 已加载“C:\Program Files\360\360safe\safemon\safemon.dll”
“sysAdmin.exe”: 已加载“C:\Windows\System32\msimg32.dll”
“sysAdmin.exe”: 已加载“C:\Windows\System32\msvcp60.dll”
“sysAdmin.exe”: 已加载“C:\Windows\System32\wininet.dll”
“sysAdmin.exe”: 已加载“C:\Windows\System32\normaliz.dll”
“sysAdmin.exe”: 已加载“C:\Windows\System32\urlmon.dll”
“sysAdmin.exe”: 已加载“C:\Windows\System32\crypt32.dll”
“sysAdmin.exe”: 已加载“C:\Windows\System32\msasn1.dll”
“sysAdmin.exe”: 已加载“C:\Windows\System32\iertutil.dll”
“sysAdmin.exe”: 已加载“C:\Windows\System32\psapi.dll”
“sysAdmin.exe”: 已加载“C:\Windows\System32\version.dll”
“sysAdmin.exe”: 已加载“E:\Program Files\Tencent\QQDoctor\TSVulMon.DAT”
“sysAdmin.exe”: 已加载“C:\Windows\System32\cryptbase.dll”
“sysAdmin.exe”: 已加载“C:\Windows\System32\uxtheme.dll”

好像加到uxtheme.dll就过不去了,死在那里!


这先后我也就改了一下我win7的主体一下(本来主备试试看我程序中QApplication::setStyle(new QWindowsStyle());是否有效的)

唉!!!!

qt爱好者
离线wd007

只看该作者 1楼 发表于: 2010-07-06
有些网友的经验贴表明,主题有时确实对Qt的程序会产生影响。
欢迎访问我的博客,一起学习提高
http://blog.csdn.net/qter_wd007
离线erhumusic182

只看该作者 2楼 发表于: 2010-07-15
本机装有两个版本的qt,设置有问题
qt爱好者
快速回复
限100 字节
 
上一个 下一个