在Qt Creator 中c++源码有中文字符,结果不能编译成功. 代码 QMessageBox::warning(this, "警告","用户名密码错误",QMessageBox::Yes); 报错如下: -1: warning: C4819: The file contains a character that cannot be represented in the current code page (936). Save the file in Unico
Qt Creator编译时:cannot open file 'debug\QtGuiEx.exe' File not found 利用Qt Creator编译工程时,出现如题目所示的错误,其中红色部分是工程名称. 在Qt Creator的Build栏中,点击clean all 和 clean project "QtGuiEx",后,再进行编译,仍然出现该错误. 在工程目录下,发现debug文件夹内存在QtGuiEx.exe. 既然存在该文件,为什么还打不开呢?猛然见发现,上次debu