flat assembler
Message board for the users of flat assembler.

Index > Windows > COM Technology

Author
Thread Post new topic Reply to topic
ProMiNick



Joined: 24 Mar 2012
Posts: 816
Location: Russian Federation, Sochi
ProMiNick 04 Jul 2019, 19:24
I going to share examples relative to COM (servers & clients).

process of creating 1st COM server in assembly:
https://board.flatassembler.net/topic.php?p=210254#210254

I planed that 2nd one example would be x64 simplest COM server.

But last time I have to be interest in regular expressions - so, 2nd one would be regular expressions as inproc COM server. Somebody asked regular expressions - so soon they will be (You will be free to use their code directly in assembly or to use them as COM client).

about attached package
1. fasmw legacy interface syntax should be enclosed in

Code:
macro interface name,[proc] {
 common
        define @vtbl
        define@vtbl name,proc
        restore @vtbl }    
and
Code:
purge interface    


2. structs supports top level union, reverse structures supported also.
positions of unnamed params in structures are skipped from structure initialization. structs has two form of aligning members - forced aligning for microsoft structures and no aligning for others.

3. includes itself much strong separated by role - mostly named according to MSDN.

fasmpack part 1
fasmpack part 2
[attachment in 1st post renamed & updated/ attachment to same package in following posts removed]

_________________
I don`t like to refer by "you" to one person.
My soul requires acronim "thou" instead.


Last edited by ProMiNick on 08 Dec 2020, 19:34; edited 3 times in total
Post 04 Jul 2019, 19:24
View user's profile Send private message Send e-mail Reply with quote
ProMiNick



Joined: 24 Mar 2012
Posts: 816
Location: Russian Federation, Sochi
ProMiNick 23 Oct 2019, 00:14
Added 1 more ShExt example of property sheet handler (for that moment only working skeletal without useful logic - only page creation), planned porting and evolving features of ancient PEDump.dll tool.

Image

_________________
I don`t like to refer by "you" to one person.
My soul requires acronim "thou" instead.
Post 23 Oct 2019, 00:14
View user's profile Send private message Send e-mail 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-2025, Tomasz Grysztar. Also on GitHub, YouTube.

Website powered by rwasa.