Posts

Showing posts with the label SWMM 5 Interface Guide Tips

SWMM 5 Interface Guide Tips

Image
SWMM   5   Interface   Guide   Tips SWMM   5  has a Interfacing  guide  on  http://www.epa.gov/ednnrmrl/models/ swmm /index.htm#Downloads  for creating a VB, Delphi or command line C program to both run and printout some of the output file results from  SWMM   5 .   The readme file is self explanatory in the file  http://www.epa.gov/ednnrmrl/models/ swmm /swmm5_iface.zip  but here are a few  tips  for those of you who want to compile the InterFaceGuide C code in a Executable file for Windows. 1.     The first step is to make a new console program in Visual Studio 2.     The second step is to add the files  swmm5 .h, swmm5_iface.h, swmm5_iface.c, test.c to the project header and source files. 3.     Next add the file  swmm5 .lib as an additional dependency along with the directory name. 4.     If you want to save the .out and .rpt...