Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
guides:machine_code:com [2025-03-27 16:42] – [Consuming AHK Objects from MCode] Add QuickSort implementation geek | guides:machine_code:com [2025-03-28 13:28] (current) – [Using COM with MCode] Link MCode guide geek | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Using COM with MCode ====== | ====== Using COM with MCode ====== | ||
- | Before continuing, consider | + | Please read the basic [[guides: |
+ | |||
+ | If you have not, consider | ||
When building integrations for AutoHotkey using MCode, it is often convenient to be able to work with COM objects. Either consuming COM objects in your MCode, or exporting COM objects from your MCode so they can be consumed by AHK. | When building integrations for AutoHotkey using MCode, it is often convenient to be able to work with COM objects. Either consuming COM objects in your MCode, or exporting COM objects from your MCode so they can be consumed by AHK. |