Hardy distributions are available via ftp://ftp.aiai.ed.ac.uk/pub/packages/hardy/ The latest stable distribution is 1.86, with some minor fixes to on the Hardy2HTML translator and improved documentation in a Windows version at 1.87. To run Hardy, 3 files should always be altered if paths alter: diagrams.def loader.clp the initally loaded .ind file 1. diagram.def: which gives a list of all .def files Ensure the path names are correct. 2. Must ensure that the directory paths in the start-up clips file are correct. This file by convention is often called loader.clp 3. Absolute path names in the domain models directory indes (.ind) file must be correct. 4. For example, for a CPM threepigs example running on a specific machine the following batch (.bat) file will correctly start hardy and open the top card. REM Run Hardy for Steve Polyak's CPM set HARDY_HOME=C:\Progra~1\Hardy set CPM_HOME=H:\PC\Java\CPF\cpftools\cpm set DEMO_DIR=H:\PC\Java\CPF\domains\threepigs\cpm %HARDY_HOME%\hardy.exe -def %CPM_HOME%\diagrams.def -clips %CPM_HOME%\loader.clp -dir %DEMO_DIR% -f %DEMO_DIR%\pigs.ind 5. The below command starts Hardy: a) if .def files are in the same directory as Clips files then: \path-name\hardy.exe -dir -clips b) otherwise, if .def files are in another directory, then use the command line below: \path-name\hardy.exe -dir -clips -def -f 6. The serial number for Hardy is a multiple of 59. 7. DLLs required by Hardy are... ODBC.DLL ODBCINST.DLL CTL3DV2.DLL CTL3D.DLL ? 8. Hardy is a Windows 3.1 programs so does not like filenames or directory names longer than 8 characters. 9. In Hardy when specifying file path names in a string use \\ to get \