You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-user@axis.apache.org by Michael Sutter <Mi...@ipe.fzk.de> on 2007/08/02 11:35:21 UTC

Axis2C and CPP

Hello all,

I have a question about AXIS2C and cpp. I have written a c service and 
want to access from it existing cpp code. The easiest way I think is to 
compile the service with a c++ compiler (like g++). The problem is the 
typecasting of the generated c code when compiling with g++. Also the 
-traditional option does not work.

Does anybody have a idea how to compile it with g++ without changing the 
generated source code?

Kind Regards
Michael