Introduction - If you have any usage issues, please Google them yourself
The SWMM 5 computational engine consists of 43 C-code files plus several
header files. The engine can be compiled either as a Dynamic Link Library
(DLL) under Windows or as a stand-alone console application under both
Windows and Linux, depending on which of the#define DLL and#define CLE
declarations at the top of swmm5.c is commented out.