For Thesis Students: Visual INSTRUCTIONS FOR COMPILING SWMM5.DLL USING MICROSOFT VISUAL C++ 2010/2012
For Thesis Students: Visual INSTRUCTIONS FOR COMPILING SWMM5.DLL USING MICROSOFT VISUAL C++ 2010/2012 ========================= The following is based on the readme.txt for compiling that EPA distributes with the SWMM5 install 1. Open the file swmm5.c in a text editor and make sure that the compiler directives at the top of the file read as follows: //#define CLE //#define SOL #define DLL or the DLL will be created 2. Create a sub-directory named VC2010_DLL under the directory where the SWMM 5 Engine source code files are stored and copy SWMM5.DEF and VC2010-DLL.VCPROJ to it. 3. Launch Visual C++ 2010 and use the File / Open command to open the VC2010-DLL.VCPROJ file. 4. Issue the Build >> Configuration Manager command and select the Release configuration. 5. Issue the Build VC2010-DLL command to build SWMM5.DLL ...