Re: [fpc-devel] errorhe translations

2007-11-02 Thread Leonardo M. Ram
Reading a post in "public.mseide-msegui.talk", the mseide discussion list, I found this: "Florian has committed the beginning of dynamic packages support". With "Dynamic Packages" you mean a platform independent way of implementing something similar to .Dlls (or .bpl)? without creating each lib

Re: [fpc-devel] errorhe translations

2007-11-02 Thread Florian Klaempfl
ik schrieb: > Hello > > I'm attaching here diff files for errorhe.msg and errorheu.msg files. > > I think that some of the translation are prior to 2.2.0 (I haven't > translated for a while). > Thx, applied. ___ fpc-devel maillist - fpc-devel@lists.

Re: [fpc-devel] Adding new targets to the compiler help screen

2007-11-02 Thread Florian Klaempfl
Felipe Monteiro de Carvalho schrieb: > On 11/1/07, Florian Klaempfl <[EMAIL PROTECTED]> wrote: >> No. >> >> Edit compiler/msg/errore.msg >> make msg > > Good =) That would have been a bit clumsy. > > May I already add the information about this option to trunk or should > we wait before it's full

[fpc-devel] Re: [lazarus] Why TSemaphore not implemented for Win32?

2007-11-02 Thread Felipe Monteiro de Carvalho
On 10/30/07, 12 12 <[EMAIL PROTECTED]> wrote: > Why TSemaphore not implemented for Win32? AFAIK TSemaphore is just an alias to different semaphore names on different unixes. So it would never work on Win32 by definition. > but CreateSemaphore present in Delphi! No it's not. It's a Windows API.