Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在调试中使用用 VS 2008 x64 构建的 Qt 4.8.0。以下行导致异常。
QTextStream tf(stdout);
这在 x64 版本和 x86 中的调试和发布中工作正常。具体来说,故障发生在qfile.cpp的第1163行
qint64 pos = (qint64)QT_FTELL(fh);
为什么会发生这种情况,我该如何解决?
谢谢
编辑,这是显示错误的屏幕截图