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 & _
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
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
>
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
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
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