The MASM Forum Archive 2004 to 2012

Project Support Forums => MASM32 => Topic started by: solox_9 on February 13, 2009, 04:23:45 AM

Title: OWM for MASM32 Object Windows Macros
Post by: solox_9 on February 13, 2009, 04:23:45 AM
OWM Version 2.0 allows to create and work both with objects and with OLE COM.
Uses direct addressing of calls of methods of objects that is type operations:
mov eax, Object
mov eax, [eax]
call eax.Method

are replaced on:
call Tables. Methods

[attachment deleted by admin]