Building Wizards Apprentice
From Open Watcom
Wizard's Apprentice is a small application in plain C which acts as a Windows GUI for user interactions.
This is script driven from any language you choose including MSDOS Batch file. WA. own installer literally uses itself and a batch file.
Compiling using OpenWatcom is trivial provided you know two things.
You need to compile WizApp.c WizApp.rc
The latter means invoking the OW. Windows Resource compiler and the linker needs telling to include the .res file. (if you use the IDE, put the above two files into a project and the library mentioned below into Optiion, linker, page 2. libraries type the name below, no extension)
Link as a Windows executable and you will need to include the library
winmm
The software is licenced under a variant of the zlib licence.

