flat assembler
Message board for the users of flat assembler.
Index
> Windows > Undefined symbol: 'get_Handle' |
Author |
|
IronFelix 08 Jun 2009, 11:18
Meeky, check "macro\com32.inc" file in fasm includes. There is "interface" macro in this file which you may use to declare interfaces and call their methods. Or you may use next addition after your IPicture struc:
Code: virtual at 0
IPicture IPicture
end virtual By the way, "comcall" macro requires the type of interface pointer, so it should be as follows: Code: comcall [pPicture],IPicture,get_Handle As for definitions of IStream and IUnknown - you may use both of ways to define them - via "interface" or in your own way. If you wish to inherit IUnknown without repeating their methods - it requires additional macros. Maybe this link will be useful for you: http://board.flatassembler.net/topic.php?t=9896 Regards. |
|||
08 Jun 2009, 11:18 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.