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 |
|