Hi,

   When I run DynamicGetAnyObjectSOAPFaultTest , then the program fails and reports the following run-time error.

runtime error R6025
- pure virtual function call

Microsoft support sites says :
This error occurs when your application indirectly calls a pure virtual member function in a context where a call to the function is not valid. In most cases, the compiler detects this and reports the error when building the application. But depending on how your code is written, sometimes the problem is detected only at run-time.

The error occurs when you indirectly call a pure virtual function within the context of a call to the constructor or destructor of an abstract base class.

    http://support.microsoft.com/default.aspx?scid=kb;en-us;125749

And I think this problem is occured from the invoke() method...




Regards
James
--------------------------------------------------
James Jose
Messaging Clients Team, WMQDDC
IBM Software Labs, India
Direct: 91-80- 25094331  Ext :2331
E-mail: [EMAIL PROTECTED]

Reply via email to