Invoke virtual method in unmanaged code

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

We are develping a Web service with Visual Studio .NET C++.

It is necessary to invoke a virtual method in unmanaged code from managed code.

It works well in debug version, but the release version fail to call the method.

Thanks for any help!
 
Hi,

HS Liao said:
We are develping a Web service with Visual Studio .NET C++.

It is necessary to invoke a virtual method in unmanaged code from managed code.

It works well in debug version, but the release version fail to call the
method.

Please post a minimal sample to demonstrate the problem.

Bye,
SvenC
 
Back
Top