
shared variables between Visual Basic (16 bit) and Visual C++ (32-bit)
I am presently writing code in both Visual Basic and Visual C++. I can
create a 32-bit DLL but do not know how to create a 16-bit DLL callable
by 16-bit Visual Basic applictions. The intention is to be able to use
shared variables between the Basic and C++ applictions. The reason for
using Basic is to be able to access proprietary libraries not available
in C++.