天天看点

QtCreator运行报错FTH: (8744)

QtCreator调试经常出现报错

FTH: (8744): *** Fault tolerant heap shim applied to current process.This is usually due to previous crashes.

注册表中删除 Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers\your_application.exe,再次运行程序就不会报这个错误了

原文网址https://stackoverflow.com/questions/5020418/how-do-i-turn-off-the-fault-tolerant-heap

继续阅读