News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

OWM for MASM32 Object Windows Macros

Started by solox_9, February 13, 2009, 04:23:45 AM

Previous topic - Next topic

solox_9

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]