I just created a DLL for my boss in MSVC++2010. I selected \"New Win32 DLL\" with option \"Export symbols\", so, everything is completely standard. There are some predefined
The easiest way to make a DLL in C++ and consume it from VB6 is to use COM.