Hi, did check and re-check config, env variables - it is looks OK
build on VS 2005 is disfunctional at all. so built client's artifacts on VS 6.0. Issues: 1. SimpleAxisServer is failing on build 2. looks like client is built with no trace ( size of binaries much smaller than those from axis web site ) 3. when runnig with axis_client.dll (884KB) from axis web site - there are traces - startup and "usual", no traces when using my axis_client.dll (572KB) 4. my build get crashed when Call object is created. I did not change anything in ther build files what should be set to build client with traces? Best regrads, Leonid Adrian Dick wrote: > > Hi, > > The steps you have taken so far sound correct, however, it sounds like > you > haven't completed the client-side configuration, see the client > configuration steps of the Axis C++ install guide > (http://ws.apache.org/axis/cpp/install-guide.html#Installing_Client ). > > Regards, > Adrian > _______________________________________ > Adrian Dick ([EMAIL PROTECTED]) > > > Krankurs Leonid <[EMAIL PROTECTED]> wrote on 24/08/2006 05:17:12: > >> >> Hi, >> >> What lib(s) and dll(s) from build must be used for utilization of invoke >> method of Call object? >> >> I looked in from > C:\Axis\ws-axis\c\tests\auto_build\testcases\dynamic\Test01 >> - >> there are no projects in this folder >> >> I created VC ++ 2k5 project based on files Calculator.h, Calculator.cpp >> from C:\Axis\ws-axis\c\tests\auto_build\testcases\dynamic\Test01 >> >> i did include call.hpp, and used axis_client.lib, axis_client.dll. >> >> the app is crashing (throwing exception) when >> Call* m_pCall = new Call(); >> >> the message of the caught exception looks like: >> >> < >> Exception : DLOPEN FAILED in loading parser library Failed to load parser >> within >> server engine: >> Error Message='The specified module could not be found. >> ' Error Code='126' >> Load lib error='' >> > >> >> >> sound quite confusing ... >> >> >> Thank you in advance for any help there >> >> >> Regards, >> Leonid >> >> -- >> View this message in context: http://www.nabble.com/An-exception-is- >> trown-when-creating-an-instance-of-Call-class-tf2156580.html#a5957461 >> Sent from the Axis - C++ - User forum at Nabble.com. >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/An-exception-is-trown-when-creating-an-instance-of-Call-class-tf2156580.html#a5977240 Sent from the Axis - C++ - User forum at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
