3

I need to port one of my old program to Windows. The current version uses Qt 3 on Linux. I'd like to see it within few days only to do some tests.

Instead of porting my code on Qt 4 (no time now), is it possible to recompile on Windows with Qt 3? Do I also need minGW? Which problems may I have doing this porting?

I can't find Qt 3 for windows, can someone give me a link? or I can use the same qt source I use on Linux?

4

3 回答 3

4

是的你可以 !

在 Sourceforge 上下载qt-win-3.3.x-8项目。

于 2012-03-22T12:45:58.817 回答
2

QT4 仍然具有向后兼容的 QT3 类,前缀为 Q3*(参见http://qt-project.org/doc/qt-4.8/qt3support.html

您应该能够通过这些类在 QT4 上编译和运行您的 QT3 应用程序,并且进行最少的修改。

于 2012-03-22T10:57:10.990 回答
0

用于 Windows 的 Qt-3.2 还以 CD 的形式分发,与“使用 Qt3 进行 C++ GUI 编程”一书捆绑在一起,无需额外费用,并获得非商业用途许可。

国际标准书号:978-0131240728

支持的编译器是 MSVC 和 Borland。没有提到MingW。

于 2012-03-23T03:29:31.970 回答