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
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