
HOWTO? Calling VB DLL from C++ DLL
This is all managed code, and wanting to avoid COM. I would think perhaps
something like...
#using "PPSLibNET.dll" // VB DLL
using namespace ODP::PPS::PPSLib
Note: the objects of both DLLs are in the same namespace. The classes of VB
DLL simply are not seen either in intellisense, or compilation.
Is it even possible to do?
TIA - Best regards, Lee Gillie