Creating a VB6 App which uses C++ DLL (Compiled with gcc) in Windows 11

Опубликовано: 08 Август 2026
на канале: Tommy Ngo (SW CODING CHANNEL)
2,650
28

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