AdeptLanguage / Adept

The Adept Programming Language
GNU General Public License v3.0
119 stars 9 forks source link

Component Object Model (COM) and Adept #258

Closed ghost closed 8 months ago

ghost commented 8 months ago

Discussed in https://github.com/AdeptLanguage/Adept/discussions/180

Originally posted by **ghost** October 1, 2023 What do you think about supporting COM? COM could be used to automate Windows applications. Supporting COM could be divided into writing a COM server in Adept and consuming COM objects in Adept. I think the later is easier to do. You could automate Microsoft Office from Adept with this.

Supporting COM is a need to support the Windows API which is full of COM.

IsaacShelton commented 8 months ago

I have no experience with COM, but will try to look into it