Sept. 26, 2019
12:12 p.m.
On Wed, Sep 25, 2019 at 8:35 PM Vince Refiti < vince.refiti@trapezegroup.com.au> wrote:
Have you checked out Dolphin Smalltalk's way of creating COM components? The Dolphin guys have a wizard to "automatically generate wrapper classes for all the interfaces defined in the type-library" (from the help file).
I also was going to suggest checking Dolphin's approach as reference. They have the wizard to wrap visual (OCX) and non-visual components [1], and it works really well, I a past job we wrapped the whole Excel Object Model and a few other things to automate it from Smalltalk. Regards, [1] https://github.com/dolphinsmalltalk/Dolphin/tree/master/Core/Object%20Arts/D... Esteban A. Maringolo
Vince