guides:machine_code:com

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
guides:machine_code:com [2025-03-27 16:42] – [Consuming AHK Objects from MCode] Add QuickSort implementation geekguides: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 reading the [[guides:com:start|COM APIs]] guide.+Please read the basic [[guides:machine_code|MCode]] guide before this one! 
 + 
 +If you have not, consider referencing the [[guides:com:start|COM APIs]] guide to learn more about how COM works.
  
 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.