Re: [xml-dev] Aelfred for C++

From
David Brownell <>
To
"Williams, David" <>,
Date
2002-01-08T17:49:48Z
ID
<198001c1986c$ddd50660$>
Thread
Re: [xml-dev] Aelfred for C++
> Does such a thing exist (or something with the same basic size and overhead?)

If in your environment you can translate "C++" as "G++",
then one interesting option is to use GCJ (3.0 at least;
you might need a more recent version) to compile it and
then invoke it using CNI.

CNI is the way GCJ arranges to make Java classes be
basically like C++ classes.  Java packages map in the
obvious way to C++ namespaces, GC works as you'd
expect, and so forth.

- Dave