exception code 61

2006-02-27 Thread Tao Yang
Hi there, I am trying moving my Axis C++ client from linux box to windows box but no luck yet - it seems the client loads the dll OK as I saw following from the output window in MS Visual Studio: 'searchClient.exe': Loaded 'C:\opt\utils\axis-c-1-5-win32\bin\AxisXMLParserXerces.dll', No symbo

Re: Solaris Axis C++ compilation problem

2006-02-27 Thread Adrian Dick
Hi, Have you tried using the latest code from SVN, as I believe a fix may already have been included. Instructions for accessing this are available here: http://ws.apache.org/axis/cpp/developers-guide.html#checkingOut Regards, Adrian ___ Adrian Dick ([EMAIL PR

Solaris Axis C++ compilation problem

2006-02-27 Thread Antoine Galataud
Hi all ! I saw some threads in this mailing list concerning the same problem, but no solution seems to appear; I am working on a project to include Axis C++ framework on a lot of different platforms; for the moment, i've just tried with Solaris (our dev platform), and I am running in troubles. I

RE: Unhandled exception at 0x7c901230 : User breakpoint

2006-02-27 Thread Adrian Dick
Hi, ok, for the logs. LogPath is used by Axis c++ server, for client you need to use ClientLogPath The paths you're specifying for the various Axis C++ DLLs look a little suspicious to me, are they really located within your samples structure? or should your paths look more like: Transport_http

RE: Unhandled exception at 0x7c901230 : User breakpoint

2006-02-27 Thread Yaron Cohen
Hi, Thanks for the quick answer. I am working with the latest version (I think) since I just download it (axis-c-1-5-win32). In addition, the first error that I got was that it can not find the conf file. After I solved this problem, I did what ever you said in the http://ws.apache.org/axis/cpp

Re: Unhandled exception at 0x7c901230 : User breakpoint

2006-02-27 Thread Adrian Dick
Hi, Which version of Axis C++ are you using, and are you following the bundled instructions or latest versions available on http://ws.apache.org/axis/cpp/documentation.html ? It sounds like the problem you're seeing is caused by the Xerces-C libraries not being available on the system library pat