We need an example of creating a dll in C ++ language, which would be registered using regsvr32, and it could be connected to a project on VB5.


There was a bunch of examples in Google, but the library isn’t registered there, but loaded via loadLib and used.

  • old.unick-soft.ru/Soft.cgi?type=File&id=15 is an example of creating ActiveX feedback. - Unick
  • for COM, the binding is too big, it is difficult and long to manually, easier in VC ++ to create an ATL project - Cerbo
  • Here's a nice series of articles where the whole COM binding is chewed true for C, but the scale of the disaster can be estimated. - Cerbo

0