flat assembler
Message board for the users of flat assembler.

Index > Macroinstructions > I have two interfaces. How did join\split in one interface ?

Author
Thread Post new topic Reply to topic
Roman



Joined: 21 Apr 2012
Posts: 1766
Roman 11 Mar 2017, 13:58
Fasm windows 1.71
For example:
Code:
Interface AMFIn,\
             Query,\
             Addref,\
             Release

Interface AMFContext,\
                    Init,\
                    Submit
    

I write short and simple two interface, but in my program i expected many
functions in interfaces !

I try do, fasm compiled but AMFIn like function but not like interface:
Code:
Interface AMFContextSplit,\
                    AMFIn,\ 
                    Init,\
                    Submit    

In AMFContextSplit absent Query,Addref,Release !
Post 11 Mar 2017, 13:58
View user's profile Send private message Reply with quote
bitRAKE



Joined: 21 Jul 2003
Posts: 4020
Location: vpcmpistri
bitRAKE 14 Mar 2017, 04:39
IIRC, the interface macro does not support inheritance - you will need to duplicate the parent interfaces, including IUnknown. I wrote my own versions for the syntax I wanted to use.

https://github.com/bitRAKE/rib-rub

I see you are making progress from you videos on YouTube. Look forward to seeing a demo of what you are up to.
Post 14 Mar 2017, 04:39
View user's profile Send private message Visit poster's website Reply with quote
Display posts from previous:
Post new topic Reply to topic

Jump to:  


< Last Thread | Next Thread >
Forum Rules:
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.

Website powered by rwasa.