Re: [fpc-devel] win64 calling convention

2012-11-30 Thread Michael Schnell
On 11/29/2012 05:21 PM, Martin wrote: Just to confirm my observations. (again trying to get pascal script to work) if const is NOT used, then TPoint is put into a register if const is used, then TPoint is in mem, and the register is a reference. Is that right? (I know the doc says, no

Re: [fpc-devel] win64 calling convention

2012-11-30 Thread Sven Barth
Am 29.11.2012 22:36, schrieb Hans-Peter Diettrich: FPC has added constref, definitely forcing by-ref. AFAIR this was required for the ObjectiveC interface. No, it wasn't added for Objective C, but for XPCOM, which provides COM on non-Windows plattforms (X(Cross) Plattform Component Object

Re: [fpc-devel] Interface usage causes FPC to crash

2012-11-30 Thread David Ballesteros
Hi, Im interested on known the answers to Graeme questions. Cheers David ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

Re: [fpc-devel] Interface usage causes FPC to crash

2012-11-30 Thread Sergei Gorelkin
30.11.2012 17:20, David Ballesteros пишет: Hi, Im interested on known the answers to Graeme questions. Delegation to interface-type properties is fully supported. Delegation to class-type properties is supported, but it requires the delegate class to implement the interface (this

[fpc-devel] Re: [Lazarus] Beta testers needed / Lazarus with Editor-Macro-Script

2012-11-30 Thread Martin
On 30/11/2012 14:28, Reimar Grabowski wrote: On Fri, 30 Nov 2012 01:21:28 + Martin laza...@mfriebe.de wrote: Hi, I need some testers for all the different available platforms. Trying to run TestScriptProcs I get the following compilation error (along with a bunch of warnings):