<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: EPANET Programmer&#8217;s Toolkit</title>
	<atom:link href="http://www.water-simulation.com/wsp/2005/06/22/epanet-programmers-toolkit/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.water-simulation.com/wsp/2005/06/22/epanet-programmers-toolkit/</link>
	<description></description>
	<pubDate>Sun, 20 Jul 2008 11:24:51 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Luke</title>
		<link>http://www.water-simulation.com/wsp/2005/06/22/epanet-programmers-toolkit/#comment-17146</link>
		<dc:creator>Luke</dc:creator>
		<pubDate>Tue, 12 Jun 2007 18:27:31 +0000</pubDate>
		<guid isPermaLink="false">http://water-simulation.com/wsp/?p=109#comment-17146</guid>
		<description>I'm designing a geothermal community ground loop system.    It's a closed loop where I am just supplying heat pumps with water for their heat exchangers to cycle.  My question is should I represent a home with a "node" or a "pump"?</description>
		<content:encoded><![CDATA[<p>I&#8217;m designing a geothermal community ground loop system.    It&#8217;s a closed loop where I am just supplying heat pumps with water for their heat exchangers to cycle.  My question is should I represent a home with a &#8220;node&#8221; or a &#8220;pump&#8221;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Priya</title>
		<link>http://www.water-simulation.com/wsp/2005/06/22/epanet-programmers-toolkit/#comment-5480</link>
		<dc:creator>Priya</dc:creator>
		<pubDate>Wed, 08 Nov 2006 17:03:37 +0000</pubDate>
		<guid isPermaLink="false">http://water-simulation.com/wsp/?p=109#comment-5480</guid>
		<description>dear sir
my project is determining the water quality of the distribution system. especially determining the concentration at each node. i have some set of equations to find the concentration. i have drawn the network and gave all the mandated inputs. i have run the analysis also. in my analysis i am getting concentration level at the initial node(reservoir and the first node) for the others i am getting 0Mg/l. i couldnt trouble shoot the problem. i dont know how to write c code also. whether to write in c editor or any editor inside the tool kit. when i import the network an input file is created. how to take input from this file and link with c code? plz sir help me for my futher work. i have great expectations for my project. expecting for your reply
thanks and regards
P.Priya</description>
		<content:encoded><![CDATA[<p>dear sir<br />
my project is determining the water quality of the distribution system. especially determining the concentration at each node. i have some set of equations to find the concentration. i have drawn the network and gave all the mandated inputs. i have run the analysis also. in my analysis i am getting concentration level at the initial node(reservoir and the first node) for the others i am getting 0Mg/l. i couldnt trouble shoot the problem. i dont know how to write c code also. whether to write in c editor or any editor inside the tool kit. when i import the network an input file is created. how to take input from this file and link with c code? plz sir help me for my futher work. i have great expectations for my project. expecting for your reply<br />
thanks and regards<br />
P.Priya</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Moisés</title>
		<link>http://www.water-simulation.com/wsp/2005/06/22/epanet-programmers-toolkit/#comment-5328</link>
		<dc:creator>Moisés</dc:creator>
		<pubDate>Tue, 31 Oct 2006 01:54:50 +0000</pubDate>
		<guid isPermaLink="false">http://water-simulation.com/wsp/?p=109#comment-5328</guid>
		<description>I am open and build the epanet2 source code in Delphi7, it's work fine, however a save file in a project of my epanet don't open in others versions of epanet (english and portuguese). Only when i use caracters "ç á é í ó ú" in descrition of pump. I think that code page language or delphi are different of mine. I don't know that do for fix this.</description>
		<content:encoded><![CDATA[<p>I am open and build the epanet2 source code in Delphi7, it&#8217;s work fine, however a save file in a project of my epanet don&#8217;t open in others versions of epanet (english and portuguese). Only when i use caracters &#8220;ç á é í ó ú&#8221; in descrition of pump. I think that code page language or delphi are different of mine. I don&#8217;t know that do for fix this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marco</title>
		<link>http://www.water-simulation.com/wsp/2005/06/22/epanet-programmers-toolkit/#comment-5214</link>
		<dc:creator>Marco</dc:creator>
		<pubDate>Thu, 05 Oct 2006 09:47:29 +0000</pubDate>
		<guid isPermaLink="false">http://water-simulation.com/wsp/?p=109#comment-5214</guid>
		<description>Hi Cynthia and Tongirri!
I hope that these advices will help you, I met the same problem and spent a week to find the solution!!!
These are the step I followed using Microsoft Visual C++:
- include epanet2.h in your source file (.cpp);
- compile the program;
- link the library epanetvc.lib in this way:
  on the menu bar select
  project ---&#62; add to project ---&#62; files...
To be sure that the library has been linked, control in the workspace, in "fileview" if there is the file epanetvc.lib.
- Now you can build the program and then execute it!!

If you'll meet other problems write, I'm here!!

Bye</description>
		<content:encoded><![CDATA[<p>Hi Cynthia and Tongirri!<br />
I hope that these advices will help you, I met the same problem and spent a week to find the solution!!!<br />
These are the step I followed using Microsoft Visual C++:<br />
- include epanet2.h in your source file (.cpp);<br />
- compile the program;<br />
- link the library epanetvc.lib in this way:<br />
  on the menu bar select<br />
  project &#8212;&gt; add to project &#8212;&gt; files&#8230;<br />
To be sure that the library has been linked, control in the workspace, in &#8220;fileview&#8221; if there is the file epanetvc.lib.<br />
- Now you can build the program and then execute it!!</p>
<p>If you&#8217;ll meet other problems write, I&#8217;m here!!</p>
<p>Bye</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cynthia</title>
		<link>http://www.water-simulation.com/wsp/2005/06/22/epanet-programmers-toolkit/#comment-3092</link>
		<dc:creator>Cynthia</dc:creator>
		<pubDate>Wed, 07 Jun 2006 21:04:25 +0000</pubDate>
		<guid isPermaLink="false">http://water-simulation.com/wsp/?p=109#comment-3092</guid>
		<description>Hi!
I have the same problem as tongirri, I keep on getting the error LINK for unresolved external symbol. I'm using VS.NET 2003 with C++ as a programming language, I'm including the epanet2.h,  I read in another forum that I have to use the epanetvc.lib instead of the header file.

Can someone please help me????

Thanks</description>
		<content:encoded><![CDATA[<p>Hi!<br />
I have the same problem as tongirri, I keep on getting the error LINK for unresolved external symbol. I&#8217;m using VS.NET 2003 with C++ as a programming language, I&#8217;m including the epanet2.h,  I read in another forum that I have to use the epanetvc.lib instead of the header file.</p>
<p>Can someone please help me????</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tongirri</title>
		<link>http://www.water-simulation.com/wsp/2005/06/22/epanet-programmers-toolkit/#comment-1095</link>
		<dc:creator>tongirri</dc:creator>
		<pubDate>Wed, 08 Mar 2006 08:53:06 +0000</pubDate>
		<guid isPermaLink="false">http://water-simulation.com/wsp/?p=109#comment-1095</guid>
		<description>in my code 
i write code follow programmer's toolkit in page "opening and closeing the toolkit" and "ENsolveH"

after buid
VC show

--------------------Configuration: test - Win32 Debug--------------------
Compiling...
test.c
Linking...
test.obj : error LNK2001: unresolved external symbol _ENreport@0
test.obj : error LNK2001: unresolved external symbol _ENsolveQ@0
test.obj : error LNK2001: unresolved external symbol _ENsolveH@0
test.obj : error LNK2001: unresolved external symbol _ENclose@0
test.obj : error LNK2001: unresolved external symbol _ENopen@12
Debug/test.exe : fatal error LNK1120: 5 unresolved externals
Error executing link.exe.

test1.exe - 6 error(s), 0 warning(s)

-------------------------------------------------
i see example2-c  in programmer's toolkit
how i will call function "HydrantRating ()"  in main program

void main()
{
  .
  .
  .
  HydrantRating (?,?,?,?);
  .
  .
  .
}

Thanks you</description>
		<content:encoded><![CDATA[<p>in my code<br />
i write code follow programmer&#8217;s toolkit in page &#8220;opening and closeing the toolkit&#8221; and &#8220;ENsolveH&#8221;</p>
<p>after buid<br />
VC show</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;Configuration: test - Win32 Debug&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
Compiling&#8230;<br />
test.c<br />
Linking&#8230;<br />
test.obj : error LNK2001: unresolved external symbol _ENreport@0<br />
test.obj : error LNK2001: unresolved external symbol _ENsolveQ@0<br />
test.obj : error LNK2001: unresolved external symbol _ENsolveH@0<br />
test.obj : error LNK2001: unresolved external symbol _ENclose@0<br />
test.obj : error LNK2001: unresolved external symbol _ENopen@12<br />
Debug/test.exe : fatal error LNK1120: 5 unresolved externals<br />
Error executing link.exe.</p>
<p>test1.exe - 6 error(s), 0 warning(s)</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
i see example2-c  in programmer&#8217;s toolkit<br />
how i will call function &#8220;HydrantRating ()&#8221;  in main program</p>
<p>void main()<br />
{<br />
  .<br />
  .<br />
  .<br />
  HydrantRating (?,?,?,?);<br />
  .<br />
  .<br />
  .<br />
}</p>
<p>Thanks you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elad Salomons</title>
		<link>http://www.water-simulation.com/wsp/2005/06/22/epanet-programmers-toolkit/#comment-1094</link>
		<dc:creator>Elad Salomons</dc:creator>
		<pubDate>Wed, 08 Mar 2006 05:06:27 +0000</pubDate>
		<guid isPermaLink="false">http://water-simulation.com/wsp/?p=109#comment-1094</guid>
		<description>tongirri,

What error do you get?

Please see this example:
http://www.water-simulation.com/wsp/bb/viewtopic.php?id=238</description>
		<content:encoded><![CDATA[<p>tongirri,</p>
<p>What error do you get?</p>
<p>Please see this example:<br />
<a href="http://www.water-simulation.com/wsp/bb/viewtopic.php?id=238" rel="nofollow">http://www.water-simulation.com/wsp/bb/viewtopic.php?id=238</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tongirri</title>
		<link>http://www.water-simulation.com/wsp/2005/06/22/epanet-programmers-toolkit/#comment-1092</link>
		<dc:creator>tongirri</dc:creator>
		<pubDate>Wed, 08 Mar 2006 03:45:53 +0000</pubDate>
		<guid isPermaLink="false">http://water-simulation.com/wsp/?p=109#comment-1092</guid>
		<description>i need example code because i writecode not work
my file in c:\EN\
in folder EN have file
epanet2.dll
epanet2vc.lib
epanet2.h
int1.inp
test.c

this is test.c code

#include 
#include "epanet2.h" 
void main()
{
  int errcode;

  errcode = ENopen("int1.inp","int1.rpt","");
  if (errcode&#62;0)
  {
     printf("cann't run ENopen");
     ENclose();
     return;
  }

  ENsolveH();
  ENsolveQ();
  ENreport();
  ENclose();
}


please sent example code to my e-mail

tongirri@hotmail.com</description>
		<content:encoded><![CDATA[<p>i need example code because i writecode not work<br />
my file in c:\EN\<br />
in folder EN have file<br />
epanet2.dll<br />
epanet2vc.lib<br />
epanet2.h<br />
int1.inp<br />
test.c</p>
<p>this is test.c code</p>
<p>#include<br />
#include &#8220;epanet2.h&#8221;<br />
void main()<br />
{<br />
  int errcode;</p>
<p>  errcode = ENopen(&#8221;int1.inp&#8221;,&#8221;int1.rpt&#8221;,&#8221;");<br />
  if (errcode&gt;0)<br />
  {<br />
     printf(&#8221;cann&#8217;t run ENopen&#8221;);<br />
     ENclose();<br />
     return;<br />
  }</p>
<p>  ENsolveH();<br />
  ENsolveQ();<br />
  ENreport();<br />
  ENclose();<br />
}</p>
<p>please sent example code to my e-mail</p>
<p><a href="mailto:tongirri@hotmail.com">tongirri@hotmail.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elad Salomons</title>
		<link>http://www.water-simulation.com/wsp/2005/06/22/epanet-programmers-toolkit/#comment-1078</link>
		<dc:creator>Elad Salomons</dc:creator>
		<pubDate>Wed, 01 Mar 2006 20:14:40 +0000</pubDate>
		<guid isPermaLink="false">http://water-simulation.com/wsp/?p=109#comment-1078</guid>
		<description>Manuel,

If you ask a specific question I can try and help :)</description>
		<content:encoded><![CDATA[<p>Manuel,</p>
<p>If you ask a specific question I can try and help <img src='http://www.water-simulation.com/wsp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manuel</title>
		<link>http://www.water-simulation.com/wsp/2005/06/22/epanet-programmers-toolkit/#comment-1076</link>
		<dc:creator>Manuel</dc:creator>
		<pubDate>Wed, 01 Mar 2006 18:04:20 +0000</pubDate>
		<guid isPermaLink="false">http://water-simulation.com/wsp/?p=109#comment-1076</guid>
		<description>I have a similar problem that LEKSHMIBHAVANA's problem,
I desire implementing heuristic algorithms with the EPANET's input/output, but I don't know how make this.

Thanks and... sorry for my english

Manuel</description>
		<content:encoded><![CDATA[<p>I have a similar problem that LEKSHMIBHAVANA&#8217;s problem,<br />
I desire implementing heuristic algorithms with the EPANET&#8217;s input/output, but I don&#8217;t know how make this.</p>
<p>Thanks and&#8230; sorry for my english</p>
<p>Manuel</p>
]]></content:encoded>
	</item>
</channel>
</rss>
