Re: [xml] libxml2 and c++ bindings

2007-09-03 Thread Senthil Nathan
> On 9/3/07, Senthil Nathan <[EMAIL PROTECTED]> wrote: > > So, just thinking is it possible to link LIBXML2 C libraries with my C++ > > programs, > > as we normally link c files with c++ using the preprocessor directive, > > "__cplusplus" and defining as extern "C". > > Yes, you can. Without any p

Re: [xml] libxml2 and c++ bindings

2007-09-03 Thread Andrew W. Nosenko
On 9/3/07, Senthil Nathan <[EMAIL PROTECTED]> wrote: > So, just thinking is it possible to link LIBXML2 C libraries with my C++ > programs, > as we normally link c files with c++ using the preprocessor directive, > "__cplusplus" and defining as extern "C". Yes, you can. Without any problems. BTW,

[xml] libxml2 and c++ bindings

2007-09-03 Thread Senthil Nathan
Hi All, I just read through the c++ wrapper for libxml2, libxml++. But it seems, I need to install lot of other modules like, glibmm, which inturn has other dep. modules like sigc++, glib, gobject, gmodule. So, just thinking is it possible to link LIBXML2 C libraries with my C++ programs, as we no