Author: Alberto SalvatiAlberto Salvati Date: Apr 14, 2008 02:06
Hi All.
I'm a delphi developer and I'm developing a com-based framework.
I've a base server, named "commonserver".
In this server I've 6 com interfaces used by a LOT of com servers in
my framework.
So, each time I change something in my commonserver, I MUST rebuild
all com servers..
Because this task is too long, I'm searching some solution or
workaround.
Searching in sdk, msdn, google and so on, I've found some info about
treatas.
But, I've few details about how treatas works to establish if it's a
solution for me.
My use case is explained below
I've an interface name "ibase" in CommonServer:
|