PDA

View Full Version : qt and mingw can not run on windows 98?



evewei
23rd June 2006, 11:03
I had downloaded QT windows Edition and Mingw and had installed them on windows 98.But can not run qmake.exe and gcc.exe.When I run them in windows 98 command.It prompted:
"This program can not run in dos mode."
When I run them on windows 2000,they can run well. why?

e8johan
23rd June 2006, 16:28
Windows 2k and later (XP, 2003, etc) are based on the NT kernel, while windows 95, 98 and ME are based on DOS. This means that some programs, such as Qt, and Qt-based products, do not run on windows 95/98/ME.

evewei
24th June 2006, 03:17
Thanks for you help!
But I want install them in windows 98 .How should I do?And the Qt allege can surport windows 98.

wysota
25th June 2006, 12:58
Windows 2k and later (XP, 2003, etc) are based on the NT kernel, while windows 95, 98 and ME are based on DOS. This means that some programs, such as Qt, and Qt-based products, do not run on windows 95/98/ME.

Are you sure of that Johan? Windows98 is listed on Trolltech site (http://www.trolltech.com/developer/notes/platforms/windows) as supported.

fullmetalcoder
26th June 2006, 10:22
Windows 2k and later (XP, 2003, etc) are based on the NT kernel, while windows 95, 98 and ME are based on DOS. This means that some programs, such as Qt, and Qt-based products, do not run on windows 95/98/ME.
Did you try ? :rolleyes:

I'm using Window$ ME sometimes and everything works fine... Anyway if the prebuilt executables are causing troubles you may try rebuilding qt from source...