 Demetrios G. EliadesandGitHub
|
5993895228
|
Incorrect characterd
There was a character ’ instead of ' which created an error when compiling LaTeX.
|
2019-11-15 09:14:42 +02:00 |
|
 Demetrios G. EliadesandGitHub
|
ac21d4aa3a
|
Delete epanet2.def
Deleted the redundant `epanet2.def` file in the WindSDK folder
|
2019-05-12 10:47:16 +03:00 |
|
 Demetrios G. EliadesandGitHub
|
746da867a1
|
Update Makefile2.bat
Modified epanet2.exe to runepanet.exe, for consistency.
|
2019-05-12 10:31:45 +03:00 |
|
 Demetrios G. EliadesandGitHub
|
8c4aa0e1cd
|
Update Makefile.bat
Updates on the Microsoft SDK 7.1 compilation script to generate runepanet.exe and to use the \include\epanet2.def
|
2019-05-12 10:27:45 +03:00 |
|
 Demetrios G. EliadesandSam Hatchett
|
8d968738ac
|
Added the link to the step-by-step tutorial (#76)
|
2016-11-21 14:38:53 -05:00 |
|
 Demetrios G. EliadesandSam Hatchett
|
9da07f827b
|
Added date of V2.1 release (#72)
|
2016-07-28 20:15:32 -04:00 |
|
eldemet
|
1d83b69427
|
deleted redundant bat files
|
2016-07-15 09:53:26 +03:00 |
|
 eldemetandGitHub
|
c098ca286a
|
Create Makefile.bat
|
2016-07-15 09:48:43 +03:00 |
|
 eldemetandGitHub
|
b26e3dce49
|
Exclude windows sdk compiled folders
|
2016-07-15 09:47:38 +03:00 |
|
Demetrios Eliades
|
ce633b61bd
|
Bug correction for Windows x64 compilation code.
There seems to be an issue when creating the def file, so this was
removed. Also an absolute path which was included by accident was
removed.
|
2015-07-04 15:18:55 +03:00 |
|
Demetrios Eliades
|
62730e6281
|
Make files with relative paths
Based on @eladsal's code.
Location of Microsoft SDK is now retrieved from the registry. Also x86
and x64-bit architectures are included.
|
2015-06-16 09:42:19 +03:00 |
|
eldemet
|
2b7f91980a
|
Update epanet.c
Problem when compiling the DLL using the MSVC++ 2010 Express.
Proposed change: Define `int iPoint;' before the for-loop
Error message reference:
1>epanet.c(1767): error C2143: syntax error : missing ';' before 'type'
1>epanet.c(1767): error C2143: syntax error : missing ';' before 'type'
1>epanet.c(1767): error C2143: syntax error : missing ')' before 'type'
1>epanet.c(1767): error C2143: syntax error : missing ';' before 'type'
1>epanet.c(1767): error C2065: 'iPoint' : undeclared identifier
1>epanet.c(1767): warning C4552: '<' : operator has no effect; expected operator with side-effect
1>epanet.c(1767): error C2065: 'iPoint' : undeclared identifier
1>epanet.c(1767): error C2059: syntax error : ')'
1>epanet.c(1767): error C2143: syntax error : missing ';' before '{'
1>epanet.c(1768): error C2065: 'iPoint' : undeclared identifier
1>epanet.c(1769): error C2065: 'iPoint' : undeclared identifier
1>epanet.c(1770): error C2065: 'iPoint' : undeclared identifier
1>epanet.c(1771): error C2065: 'iPoint' : undeclared identifier
|
2013-07-16 15:14:38 +03:00 |
|