1

我正在尝试在 Visual Studio 2010 的 Qt 项目中使用 LibQxt 扩展。但是,在我启动应用程序之前,一切正常。在我使用第一个 Qxt 对象的地方(例如,“QxtSpanSlider * slider = new QxtSpanSlider()”或只是“QxtSpanSlider slider;”无关紧要)程序以代码 0 退出。当像这样使用库的程序“崩溃”而没有任何错误?

我使用 mscv2010 编译了 Qxt。

4

1 回答 1

0

No then you get an error while starting the application.

The problem was that i tried to use release build library in debug mode. Compiling Qxt again in Debug mode did make it work.

于 2014-11-15T12:30:14.457 回答