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