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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top