Today, I will show you how to make a Visual Basic 6.0 (Win32 App) that uses
a C++ DLL under Windows 11. The takeaway from this video is to show you
the interoperability between two programming languages (VB6 and C++). As you may have already known, Microsoft is known to use the COM (Component Object Model) which allows languages to be "conversed" with one another.
You will need a TDM-gcc compiler (32-bit), Visual Basic 6, and dumpbin utility. For anyone who has written VB6 before, this will be a great refresher.
#vb6
#cpp
#interoperability