calling between C++ and Shared Libraries built with .NET

  • Thread starter Thread starter nongo99
  • Start date Start date
N

nongo99

I have a VERY large Windows app (A) that is sourced in
C++ using Visual Studio 6. On the other side I have a
rather medium sized app (B) that has been written in VB
using .NET 1.1. I would now like to pull out some of the
shared libraries in B and have them called by A.

Can anyone point me to some examples of what the calling
interface between the two worlds must look like?

Thanks in advance
nongo99
 

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