Thanks a lot for your help!<br><br><div class="gmail_quote">On Sun, Jun 3, 2012 at 3:20 PM, Benny Baumann <span dir="ltr">&lt;<a href="mailto:BenBE@geshi.org" target="_blank">BenBE@geshi.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">Hi,<br>
<br>
Am <a href="tel:31.05.2012%2020" value="+13105201220">31.05.2012 20</a>:24, schrieb Khanh Nguyen:<br>
</div><div class="im">&gt; Hi,<br>
&gt;<br>
&gt; I&#39;m a student and trying to use rrdtool for my project on C++. I&#39;m<br>
&gt; having a hard time to figure out where I can get rrdtool library.<br>
</div><div class="im"><a href="http://oss.oetiker.ch/rrdtool/download.en.html" target="_blank">http://oss.oetiker.ch/rrdtool/download.en.html</a><br>
<br>
For Debian/Ubuntu you need the librrd*-dev packages alongside the<br>
rrdtool main package in order to compile software which uses RRDTool.<br>
</div><div class="im">&gt; I have researched the mailing archive but some links on the threads<br>
&gt; are outdated. For the same reason, I had outdated rrdwrap.h and rrdwrap.c<br>
</div>Cannot reproduce ;-)<br>
<div class="im">&gt; Can anyone show me where to grab the latest version of rrdtool library<br>
&gt; for C++?<br>
</div><div class="im">Just use the C version. When including into your cpp file  be sure to do<br>
something like this:<br>
<br>
extern &quot;C&quot; {<br>
#include &lt;rrdtool header files&gt;<br>
}<br>
<br>
Although this shouldn&#39;t be necessary (the additional extern &quot;C&quot; block).<br>
If it is maybe Tobias should consider adding this block inside the<br>
header files of the distribution for all exported function and variable<br>
declarations.<br>
</div><div class="im">&gt; If you can also provide me a tutorial link for C++ or C, it would be<br>
&gt; awesome.<br>
</div><div class="im">Not directly a tutorial itself, but the bindings for RRDTool I updated<br>
have a small example of what to pass to every function. You can find<br>
everything at <a href="http://blog.benny-baumann.de/?p=1192" target="_blank">http://blog.benny-baumann.de/?p=1192</a> (German).<br>
<br>
@Tobias: Would be nice if you could update the link on alternate<br>
bindings on your homepage as IMHO the binding you referenced on the<br>
homepage is outdated and doesn&#39;t work with PHP 5.<br>
&gt;<br>
</div><div class="im">&gt; Any help is really appreciated.<br>
</div><div class="im">Hope this information gets you started.<br>
&gt;<br>
&gt; --<br>
&gt; Khanh Nguyen.<br>
Best regards,<br>
BenBE.<br>
<br>
</div>P.S.: Sorry, forgot to reply on-list.<br>
<br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br>Khanh Nguyen.<br>