|
|
|
|
|
by pjmlp
909 days ago
|
|
> The ecosystem was more coherent. VB wasn't usable for many advanced tasks so VB devs relied heavily on components written in C++ (OCX controls) Until VB 6, which introduced AOT compilation based on VC++ backend, and creation of OCX in VB itself. To this day, one of the easiest way to do COM on Windows, even better than .NET Framework (.NET Core made it harder, yet another thing that Framework does better). |
|