Hello list, I want to access cpp classes from a axis2c service. Therefore I generated a simple service adding two numbers. I compiled the skeleton file with g++ and all the rest of the files with gcc. After that everything is linked with g++. The problem is when I want to access the service a always get a segmentation fault. For my opinion everything is wright - all .h have the extern C statement and so I think it is possible to link c and cpp together in one so file. Have I made something? Or is it impossible to access cpp classes from the service? If it is possible, what have I made wrong? I'm using axis2c version 1.0.
Kind regards Michael -- GMX FreeMail: 1 GB Postfach, 5 E-Mail-Adressen, 10 Free SMS. Alle Infos und kostenlose Anmeldung: http://www.gmx.net/de/go/freemail --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
