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]
