Re: [fpc-pascal] Free Pascal Directories

2014-10-03 Thread Sven Barth
Am 04.10.2014 00:03 schrieb "Tomas Hajny" : > > On 3 Oct 14, at 23:53, Sven Barth wrote: > > Am 03.10.2014 03:37 schrieb "Philippe" : > > > > > > @cfg > > > > > > I read about that option in a previous message of the thread ... clearly > > a better ideia!!! ... I´ll use it for sure! > > > > > > ta

Re: [fpc-pascal] Free Pascal Directories

2014-10-03 Thread Tomas Hajny
On 3 Oct 14, at 19:16, Philippe wrote: > fpc -h > > Free Pascal Compiler version 2.6.4 [2014/03/06] for > i386 . . '@' is indeed listed in help only in recent trunk compiler (since July). Tomas ___ fpc-pascal maillist - fpc-pascal@lists.freepas

Re: [fpc-pascal] Free Pascal Directories

2014-10-03 Thread Philippe
fpc -h Free Pascal Compiler version 2.6.4 [2014/03/06] for i386 Copyright (c) 1993-2014 by Florian Klaempfl and others c:FPC2.6.4bini386-Win32ppc386.exe [options] [options] Put + after a boolean switch option to enable it, - to disable it -a The compiler doesn't delete the generated assemble

Re: [fpc-pascal] Free Pascal Directories

2014-10-03 Thread Tomas Hajny
On 3 Oct 14, at 23:53, Sven Barth wrote: > Am 03.10.2014 03:37 schrieb "Philippe" : > > > > @cfg > > > > I read about that option in a previous message of the thread ... clearly > a better ideia!!! ... I´ll use it for sure! > > > > taking advantage of the oportunity. when one type fpc in the comma

Re: [fpc-pascal] Free Pascal Directories

2014-10-03 Thread Sven Barth
Am 03.10.2014 03:37 schrieb "Philippe" : > > @cfg > > I read about that option in a previous message of the thread ... clearly a better ideia!!! ... I´ll use it for sure! > > taking advantage of the oportunity. when one type fpc in the command line, he/she gets: > > > > D:\psl9\c9>fpc > Free Pascal

[fpc-pascal] TIniFile: how to save bool as string?

2014-10-03 Thread silvioprog
Hello, When I use the TIniFile to save my configurations, it saves the boolean values as 0 and 1. Is there any way to save these values ​​as string (true/false) instead of integer (0/1)? If not, can I send a patch to implement that?! Thank you! -- Silvio Clécio My public projects - github.com/

Re: [fpc-pascal] Windows type library files

2014-10-03 Thread Sandro Cumerlato
Excellent, but sadly some libraries rely on OleCtrls and StdVCL. On 3 October 2014 16:42, Adriaan van Os wrote: > In case someone is interested, I put the .zip archives below for download at > my website > > >

Re: [fpc-pascal] Windows type library files

2014-10-03 Thread Dennis Poon
thanks a lot. Adriaan van Os wrote: In case someone is interested, I put the .zip archives below for download at my website Regards, Adriaan van Os

[fpc-pascal] fgl unit bug in generic class TFPGMap

2014-10-03 Thread Dennis Poon
I think I found a bug in TFPGMap. Hope some of you can verify it. The bug seems to relate to the binary search used in the method "FIND" but it does not occur for all string key values or at all capacity of the map. Seems only occur at the second item added and when it is certain string values

Re: [fpc-pascal] Windows type library files

2014-10-03 Thread Adriaan van Os
In case someone is interested, I put the .zip archives below for download at my website Regards, Adriaan van Os auto-generated with midl a

Re: [fpc-pascal] Is TFPList thread safe?

2014-10-03 Thread José Mejuto
El 03/10/2014 a las #4, Xiangrong Fang escribió: I don't intend to do any optimization. I just think that I need to enter a critical section, add item to the list, then leave the critical section. Hello, You must protect with a CriticalSection, "Add" and any other kind of access, like index

Re: [fpc-pascal] Free Pascal Directories

2014-10-03 Thread Marco van de Voort
In our previous episode, silvioprog said: > > >[...] > > > But it would be an nice feature in Free Pascal, something like the > > "import" > > > of Python and Java. =) > > > > Java requires a CLASSPATH for the imports to work, does it not? > > You can import one or more classes. E.g, you can use i