Re: [fpc-pascal] how FPC expects string/interface/variant results?

2006-11-01 Thread Jonas Maebe
On 1 nov 2006, at 17:35, Tomas Hajny wrote: We don't expect to change the current default any more (although we cannot guarantee that fully), and almost certainly not within 2.x series. Actually, someone recently found out our register calling convention on i386 is incompatible with Delphi'

Re: [fpc-pascal] how FPC expects string/interface/variant results?

2006-11-01 Thread Florian Klaempfl
Tomas Hajny schrieb: Not that recently - the calling convention hasn't changed during 2.x lifetime. Moreover, you can still force the old behaviour, i.e. you aren't Well, the calling conventions are changed if this is required because they are incompatible e.g. broken. So if we discover that w

Re: [fpc-pascal] how FPC expects string/interface/variant results?

2006-11-01 Thread Tomas Hajny
Alexandre Leclerc wrote: > 2006/11/1, Tomas Hajny <[EMAIL PROTECTED]>: >> Jonas Maebe wrote: >> > On 01 Nov 2006, at 14:30, Alexandre Leclerc wrote: >> > >> >> - Can you find out how FPC expects string/interface/variant results ? >> >> >> >> Is there documentation where I could get this information

Re: [fpc-pascal] how FPC expects string/interface/variant results?

2006-11-01 Thread Alexandre Leclerc
2006/11/1, Tomas Hajny <[EMAIL PROTECTED]>: Jonas Maebe wrote: > On 01 Nov 2006, at 14:30, Alexandre Leclerc wrote: > >> - Can you find out how FPC expects string/interface/variant results ? >> >> Is there documentation where I could get this information? I think it >> is about cpu registers, etc

Re: [fpc-pascal] how FPC expects string/interface/variant results?

2006-11-01 Thread Alexandre Leclerc
2006/11/1, Tomas Hajny <[EMAIL PROTECTED]>: Jonas Maebe wrote: > On 01 Nov 2006, at 14:30, Alexandre Leclerc wrote: > >> - Can you find out how FPC expects string/interface/variant results ? >> >> Is there documentation where I could get this information? I think it >> is about cpu registers, etc

Re: [fpc-pascal] how FPC expects string/interface/variant results?

2006-11-01 Thread Tomas Hajny
Jonas Maebe wrote: > On 01 Nov 2006, at 14:30, Alexandre Leclerc wrote: > >> - Can you find out how FPC expects string/interface/variant results ? >> >> Is there documentation where I could get this information? I think it >> is about cpu registers, etc. (?) >> >> Also, I might ask, how does FPC ex

Re: [fpc-pascal] how FPC expects string/interface/variant results?

2006-11-01 Thread Jonas Maebe
On 01 Nov 2006, at 14:30, Alexandre Leclerc wrote: - Can you find out how FPC expects string/interface/variant results ? Is there documentation where I could get this information? I think it is about cpu registers, etc. (?) Also, I might ask, how does FPC expect parameters passing? And Method

[fpc-pascal] how FPC expects string/interface/variant results?

2006-11-01 Thread Alexandre Leclerc
I have a question (for ROPS) in FPC that is way over my head. - Can you find out how FPC expects string/interface/variant results ? Is there documentation where I could get this information? I think it is about cpu registers, etc. (?) Also, I might ask, how does FPC expect parameters passing? A