[fpc-pascal] System's InitializeArray & FinalizeArray

2006-03-25 Thread Leandro Conde
Hi fpc users! I'm here again, with another problem :) Ok, It's not a problem, per se. It's only a doubt, so, I write here to see if you may help me ... This is the issue: In Delphi, I've wrote some code in assembler that calls the above mentioned routines from System.pas: _InitializeArray & _

RE: [fpc-pascal] Implementing an COM-style Interface: FunctionRedirection Problems

2006-03-25 Thread Leandro Conde
Hi Michael, Thank you for your response. (read below) > > On Fri, 24 Mar 2006, Leandro Conde wrote: > > > Hi people, > > > > I've been trying to port, from Delphi to FPC in windows, a > large open > > source library which uses many COM-style interfaces, and in this > > process found that th

Re: [fpc-pascal] Implementing an COM-style Interface: Function Redirection Problems

2006-03-25 Thread Michael Van Canneyt
On Fri, 24 Mar 2006, Leandro Conde wrote: > Hi people, > > I've been trying to port, from Delphi to FPC in windows, a large open source > library which uses many COM-style interfaces, and in this process found that > the "interface function redirection" [1: see below] feature, for redirecting >

Re: [fpc-pascal] Morfik is using FPC compiler

2006-03-25 Thread Michael Van Canneyt
On Sat, 25 Mar 2006, Bisma Jayadi wrote: > This is really amazing! Morfik is using FPC compiler to be able to target > multiplatform! Have Morfik people contact FPC team about this? How can FPC > didn't place any announcement about this? Because we don't know about it. I've been keeping an eye

[fpc-pascal] RE: Implementing an COM-style Interface: Function Redirection Problems

2006-03-25 Thread Leandro Conde
I'm sorry, I'm here again: I have to make clear one point about this problem. I've looked at the details more carefully and found that the problem is not with the methods in the interface itself, but with the methods inherited from an acenstor. Like this: Ibase = interface //... GUID fun

[fpc-pascal] Implementing an COM-style Interface: Function Redirection Problems

2006-03-25 Thread Leandro Conde
Hi people, I've been trying to port, from Delphi to FPC in windows, a large open source library which uses many COM-style interfaces, and in this process found that the "interface function redirection" [1: see below] feature, for redirecting the interface's methods to other functions with differe