[Expat-discuss] c++-ize expat

m. michal017 at centrum.sk
Tue Jun 24 15:38:21 EDT 2003


Hello..
I am wondering whether it is possible to c++-ize expat's code so that it could be compiled with c++ compiler.
The reason for this is the ability to throw exceptions from callback functions.
I have to remove all the 'extern "C"' stuff from expat code and cast all the void* to FILE* and so on..
Could this be done in the default expat's code?
Thanks..
michal



More information about the Expat-discuss mailing list