Next Previous Contents

4. Dos and Windows versions



The DOS and Windows versions of SQG are actually only DOS executables but will run on Windows. The only Windows platforms that the DOS version of SQG is known to run on is Win98 and WinXP. It will probably run on Win95, Win2K and NT, but I don't have any computers running those to test with.

The source is the same except I took out the line

#include

from querygen.h because the Borland C/C++ 3.1 compiler does not have this file. The only other thing I had to do to get it to compile in Borland C/C++ 3.1 was to put all of the C source into one file. I did this by entering the following command at the SQG source directory

$cat *.c > bigfile.c


Next Previous Contents