WSPOOK -- 32-bit Windows (95, NT, 3.1x with Win32s) Cryptoquote Solver Rebuild Instructions -- 14 August 2000 -- K. L. Dunn Ciphergram Solver for Windows v1.0 Copyright (C) 1997 K. L. Dunn This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Author: K. L. Dunn email: k.l.dunn@ieee.org List of files: FSPOOK.C 1,245 08-15-00 2:35p Dummy engine for testing LICENSE.TXT 18,347 08-15-00 2:19p GNU General Public License MAKEFILE 2,029 08-15-00 2:47p The makescript NLIST 1,319,497 07-28-00 12:34p The word list (English) README.TXT 5,465 08-15-00 2:43p Run time instructions REBUILD.TXT 2,584 08-15-00 8:42p (This file) SPOOK.C 26,631 08-15-00 2:38p The solver itself WSPOOK.C 15,566 08-15-00 2:39p The Windows "wrapper" WSPOOK.DEF 1,267 08-15-00 2:42p Windows outer definition WSPOOK.EXE 36,864 08-15-00 7:15p The executable "make" makes WSPOOK.H 1,370 08-15-00 2:40p The headers for wspook.c WSPOOK.ICO 326 07-23-97 10:26a The icon WSPOOK.RC 3,400 08-15-00 2:35p The resource definitions You will need "Borland C++ for DOS, Windows, and Win32 version 4.52". It might be necessary to edit MAKEFILE depending on how BCC is installed. You will need to run under DOS v6.xx. From the DOS prompt, type make. WSPOOK is written in C, not C++. It should be relatively easy to use an entirely different Windows-aware development toolset: you may need only to abandon the MAKEFILE and create a new one. This fileset makes a 32-bit Windows executable. To run the EXE under Windows 3.x you will need Win32S (see the readme.txt file). The EXE (without Win32S) has been run successfully on NT 3.51, NT 4, Win2K, W95, and W98. It will run on the Alpha platform over NT 4 alpha and FX!32 from Compaq. Author: K. L. Dunn k.l.dunn@ieee.org