Greetings,

This is the listings for the network checkers program that
appears in the Windows Commando column of PC Techniques.

The NCHECKER.MAK makefile is for Microsoft VC++ 2.0. Just run
NMAKE -f NCHECKER.MAK.

The MAKEFILE is for Borland C++ (16-bit).

You can build this for 16 or 32 bits. Be sure to define WIN16 to
enable a 16 bit build. Be sure to use smart callbacks under 16
bits. Depending on your compiler, you may need a simple DEF
file. Something like this should work:

---------  <Cut here>

NAME           CHECKER
Description    'Network Checkers'
EXETYPE        WINDOWS
CODE           PRELOAD MOVABLE DISCARDABLE
DATA           PRELOAD MOVABLE
HEAPSIZE       1024
STACKSIZE      11000

--------- <Cut here>

Good luck!

Al Williams
CIS: 72010,3574

