On Fri, Apr 27, 2001 at 09:43:39AM +0200, Edwyn Stapel (ELN) wrote: > just had an question on how to integrate the rrdtool in c++ i'm using the > tool now through executing the rrdtool.exe in my c++ program, but is it > possible or is there an example on how to integrate the source in to c++ > program?
You can simply link your program against librrd, and use the routines declared in rrd.h. They are already wrapped in extern "C" when appropriate. Look at the rrdtool source itself for examples. -- - mdz -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://www.ee.ethz.ch/~slist/rrd-developers WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
