PDA

View Full Version : Windows 98



^Nisok^
5th May 2009, 23:08
Iam developing an application in a Linux system which is going to be used in an Windows 98 system.

I want to ask if anybody knows,
1. Can I compile the application to linux and use it to windows 98
2. If the 1st isn't possible what do I have to do to make QT4 work to win98? I cannpt find a compiler for windows 98.

wysota
5th May 2009, 23:37
1. Can I compile the application to linux and use it to windows 98
In theory yes but you need an appropriate cross-compiler.


2. If the 1st isn't possible what do I have to do to make QT4 work to win98? I cannpt find a compiler for windows 98.

You can use MinGW. As far as I remember you need to rebuild Qt under Windows 98 for it to work there as the default build will be crashing because of some incompatibilities between Win98 and Win2k.