Advertisement
 

64-bit resources for EPANET developers

64-bit EPANET Toolkit DLL created with MSVC

EPANET 2.00.12 toolkit DLL: epanet_toolkit_64bit_msvc-2.0.12-1.zip

Commands used to build the DLL:

setenv /release /x64
cl -o epanet2.dll epanet.c hash.c hydraul.c inpfile.c input1.c input2.c input3.c mempool.c output.c quality.c report.c rules.c smatrix.c /link /DLL


64-bit EPANET Toolkit DLL created with MinGW

EPANET 2.00.12 toolkit DLL: epanet_toolkit_64bit_mingw.zip

Toolchain used to compile the DLL: mingw-w64-bin-i686-mingw_20100413.zip

Commands used to build the DLL:

x86_64-w64-mingw32-gcc -c epanet.c hash.c hydraul.c inpfile.c input1.c input2.c input3.c mempool.c output.c quality.c report.c rules.c smatrix.c
x86_64-w64-mingw32-gcc --shared -o epanet2.dll *.o -Wl,--out-implib,libepanet2.a

64-bit EPANET-MSX created with MSVC

EPANET-MSX is published under the terms of the LGPL license.

Commands used to build:

setenv /release /x64
cl @msxexe.cmd
cl @msxdll.cmd

Advertisement