Re: [fpc-devel] Location of objective-c runtime headers

2007-07-23 Thread Jonas Maebe
On 23 Jul 2007, at 17:41, Felipe Monteiro de Carvalho wrote: I translated the objective-c runtime headers. Those headers are the core connection to objective-c and necessary to bind directly to any objective-c library, such as Cocoa. The objective-c runtime API provided by Apple is unique to Ma

[fpc-devel] Location of objective-c runtime headers

2007-07-23 Thread Felipe Monteiro de Carvalho
hi, I translated the objective-c runtime headers. Those headers are the core connection to objective-c and necessary to bind directly to any objective-c library, such as Cocoa. The objective-c runtime API provided by Apple is unique to Mac OS X. On other platforms there is a similar API, but ther

Re: [fpc-devel] Enabling use of {$R *.dfm} on Windows

2007-07-23 Thread Michael Van Canneyt
On Mon, 23 Jul 2007, wrote: > Can you give us the the mailing list addess? I can't find it on the web site. <[EMAIL PROTECTED]> The webinterface is at: http://lists.computerman.de/mailman/listinfo/crossfpc But your subscription will be held for approval by Simon Kissel. Michael. ___

Re: [fpc-devel] Enabling use of {$R *.dfm} on Windows

2007-07-23 Thread Leonardo M. Ram
Can you give us the the mailing list addess? I can't find it on the web site. --- Michael Schnell <[EMAIL PROTECTED]> wrote: > > > The website is outdated, but the mailing list recently became quite active > > again > Great ! > > > - including flamewars. > > > not that great ;-) > > -Micha

Re: [fpc-devel] Re: Small patch for messages

2007-07-23 Thread Yury Sidorov
From: "Felipe Monteiro de Carvalho" <[EMAIL PROTECTED]> By the way, I think that TCITEMW is also missing. It is declared in commctrl unit. Yury. ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/

Re: [fpc-devel] Small patch for messages

2007-07-23 Thread Yury Sidorov
From: "Felipe Monteiro de Carvalho" <[EMAIL PROTECTED]> Hi, Attached patch fixes a typo when Unicode define is set, and adds two new windows messages I couldn't find in the rtl. Please review. Applied. Thanks. Yury. ___ fpc-devel maillist - fpc

Re: [fpc-devel] Enabling use of {$R *.dfm} on Windows

2007-07-23 Thread Michael Schnell
The website is outdated, but the mailing list recently became quite active again Great ! - including flamewars. not that great ;-) -Michael ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/

Re: [fpc-devel] Enabling use of {$R *.dfm} on Windows

2007-07-23 Thread Michael Van Canneyt
On Mon, 23 Jul 2007, Michael Schnell wrote: > > > Yes. They're working full-time on it, it seems. > > > H... > > http://crossfpc.untergrund.net/#history: > > Version history > > Here is a list of recent changes to the project: > > 0.1.0 28 Feb 2005 (internal) 0.2.0 7 May 2005 (intern

Re: [fpc-devel] Enabling use of {$R *.dfm} on Windows

2007-07-23 Thread Michael Schnell
Yes. They're working full-time on it, it seems. H... http://crossfpc.untergrund.net/#history: Version history Here is a list of recent changes to the project: 0.1.0 28 Feb 2005 (internal) 0.2.0 7 May 2005 (internal) 0.2.1 8 May 2005 (internal) -Michael __

Re: [fpc-devel] Enabling use of {$R *.dfm} on Windows

2007-07-23 Thread Michael Van Canneyt
On Mon, 23 Jul 2007, Michael Schnell wrote: > > > Yes. The crossfpc people have made a similar tool... > Is crossfpc still/again active ? Yes. They're working full-time on it, it seems. Michael. ___ fpc-devel maillist - fpc-devel@lists.freepascal.

Re: [fpc-devel] Optimization for TObject.InheritsFrom (and the 'is' operator)

2007-07-23 Thread Bram Kuijvenhoven
Peter Popov wrote: Even if packages won't work, there is a compromise solution. One can still re-arrange the existing hierarchy. The default TObject.InheritsFrom is as before - traverses the tree. However, a custom class may use the fact that the arrangement is linear. This way, if one has a b

Re: [fpc-devel] Enabling use of {$R *.dfm} on Windows

2007-07-23 Thread Michael Schnell
Yes. The crossfpc people have made a similar tool... Is crossfpc still/again active ? -Michael ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

Re: [fpc-devel] Optimization for TObject.InheritsFrom (and the 'is' operator)

2007-07-23 Thread Bram Kuijvenhoven
Florian Klaempfl wrote: Just curious, did anybody have profiling results which indicate that as/is are really a bottleneck? For Lazarus, I found that about 0.5% of the time is spent in TObject.InheritsFrom (I did two runs). About 50% of this comes from calls in TCustomForm.UpdateActions; the

Re: [fpc-devel] Enabling use of {$R *.dfm} on Windows

2007-07-23 Thread Michael Van Canneyt
On Mon, 23 Jul 2007, Sergei Gorelkin wrote: > Hello, > > I have written - and submit for your judgement - a small utility that allows > to use {$R *.dfm} directives on Windows. It is somewhat like a fpcres utility > that exists for ELF platforms. > > How to use: > > 1) compile :) > 2) rename