[fpc-pascal] TPQConnection: Duplicated error message.

2013-04-04 Thread silvioprog
Hello, Please see: http://bugs.freepascal.org/view.php?id=24229 Thanks, -- Silvio Clécio My public projects - github.com/silvioprog ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] [OT] Re: Feature proposal: function-based assignment operatorst

2013-04-04 Thread Sven Barth
Am 05.04.2013 01:39 schrieb "John" : > ps Hope I have kept track of the context of the thread, it has been a long one ... Nope, you haven't. :) Lukasz' mail is about a construct that combines try-except and try-finally and not about these function based operators. For for information just look at

Re: [fpc-pascal] [OT] Re: Feature proposal: function-based assignment operatorst

2013-04-04 Thread John
On 04/04/2013 10:54 PM, Lukasz Sokol wrote: On 02/04/2013 14:30, Sven Barth wrote: Thank you. Regards, Sven So far, not many (i.e. none) comments in favor... L. Well, if you are looking for votes, I certainly would NEVER use it. (Which is not quite the same as being opposed to someone doi

[fpc-pascal] Hashes and CRCs

2013-04-04 Thread Mark Morgan Lloyd
Noting discussion of a couple of weeks ago re. HMAC_SHA1 and FPC's hash package, I've just been hunting for Tiger and have found http://www.cityinthesky.co.uk/opensource/DCPcrypt which looks interesting: Encryption Algorithms Hash Algorithms Blowfish Haval Cast 128

Re: [fpc-pascal] [OT] Re: Feature proposal: function-based assignment operatorst

2013-04-04 Thread waldo kitty
On 4/4/2013 08:11, Sven Barth wrote: Am 04.04.2013 14:56, schrieb Mark Morgan Lloyd: Sven Barth wrote: Am 04.04.2013 13:54, schrieb Lukasz Sokol: [trim] So far, not many (i.e. none) comments in favor... Yes, I've seen that as well... But it was discussed fairly thoroughly here, and I think

Re: [fpc-pascal] File Association and opening with already running app

2013-04-04 Thread waldo kitty
On 4/4/2013 04:08, Graeme Geldenhuys wrote: Example of what I want to achieve. Say I have gEdit (Gnome editor) open and have a file loaded. Now if I am in a console and type 'gedit someotherfile.txt' [or double click a text file in Nautilus], it doesn't start a new instance of gedit, the existing

Re: [fpc-pascal] [OT] Re: Feature proposal: function-based assignment operatorst

2013-04-04 Thread Sven Barth
Am 04.04.2013 14:56, schrieb Mark Morgan Lloyd: Sven Barth wrote: Am 04.04.2013 13:54, schrieb Lukasz Sokol: On 02/04/2013 14:30, Sven Barth wrote: Am 02.04.2013 15:14, schrieb Lukasz Sokol: On 02/04/2013 13:32, Lukasz Sokol wrote: On 02/04/2013 13:18, Sven Barth wrote: Am 02.04.2013 11:03,

Re: [fpc-pascal] [OT] Re: Feature proposal: function-based assignment operatorst

2013-04-04 Thread Mark Morgan Lloyd
Sven Barth wrote: Am 04.04.2013 13:54, schrieb Lukasz Sokol: On 02/04/2013 14:30, Sven Barth wrote: Am 02.04.2013 15:14, schrieb Lukasz Sokol: On 02/04/2013 13:32, Lukasz Sokol wrote: On 02/04/2013 13:18, Sven Barth wrote: Am 02.04.2013 11:03, schrieb Lukasz Sokol: [case in point: the try..

Re: [fpc-pascal] [OT] Re: Feature proposal: function-based assignment operatorst

2013-04-04 Thread Sven Barth
Am 04.04.2013 13:54, schrieb Lukasz Sokol: On 02/04/2013 14:30, Sven Barth wrote: Am 02.04.2013 15:14, schrieb Lukasz Sokol: On 02/04/2013 13:32, Lukasz Sokol wrote: On 02/04/2013 13:18, Sven Barth wrote: Am 02.04.2013 11:03, schrieb Lukasz Sokol: [case in point: the try...[except]...[finall

[fpc-pascal] [OT] Re: Feature proposal: function-based assignment operatorst

2013-04-04 Thread Lukasz Sokol
On 02/04/2013 14:30, Sven Barth wrote: > Am 02.04.2013 15:14, schrieb Lukasz Sokol: >> On 02/04/2013 13:32, Lukasz Sokol wrote: >>> On 02/04/2013 13:18, Sven Barth wrote: Am 02.04.2013 11:03, schrieb Lukasz Sokol: > [case in point: the try...[except]...[finally]...[except]...end; I > w

Re: [fpc-pascal] File Association and opening with already running app

2013-04-04 Thread Mark Morgan Lloyd
Graeme Geldenhuys wrote: On 2013-04-04 10:45, Mark Morgan Lloyd wrote: So far I've had no success porting that to Windows using named pipes, Ah, thanks for the idea. SimpleIPC should be able to do the trick - similar to how apps communicate to a DebugServer (using dbugintf and SimpleIPC units)

Re: [fpc-pascal] File Association and opening with already running app

2013-04-04 Thread Graeme Geldenhuys
Hi Luca, Thanks for the link. On 2013-04-04 10:38, Luca Olivetti wrote: > > http://wiki.freepascal.org/UniqueInstance "Just drop in the main form of a LCL application (it's on the System tab, look for a red full-circle with the digit "1" in the middle)." I'm running Lazarus 1.1 r40661 FPC 2.

Re: [fpc-pascal] File Association and opening with already running app

2013-04-04 Thread Graeme Geldenhuys
On 2013-04-04 10:45, Mark Morgan Lloyd wrote: > > So far I've had no success porting that to Windows using named pipes, Ah, thanks for the idea. SimpleIPC should be able to do the trick - similar to how apps communicate to a DebugServer (using dbugintf and SimpleIPC units). First instance will s

Re: [fpc-pascal] File Association and opening with already running app

2013-04-04 Thread Mark Morgan Lloyd
Graeme Geldenhuys wrote: Example of what I want to achieve. Say I have gEdit (Gnome editor) open and have a file loaded. Now if I am in a console and type 'gedit someotherfile.txt' [or double click a text file in Nautilus], it doesn't start a new instance of gedit, the existing instance opens th

Re: [fpc-pascal] File Association and opening with already running app

2013-04-04 Thread Luca Olivetti
Al 04/04/13 11:08, En/na Graeme Geldenhuys ha escrit: > How do they accomplish this? I would like to implement something like > that for fpGUI, and it must work under all fpGUI supported "desktop" > platforms. Look at http://wiki.freepascal.org/UniqueInstance Bye -- Luca __

[fpc-pascal] File Association and opening with already running app

2013-04-04 Thread Graeme Geldenhuys
Hi, I'm posting it here, but it is not a Lazarus question, but a general GUI app (created with FPC) question. Example of what I want to achieve. Say I have gEdit (Gnome editor) open and have a file loaded. Now if I am in a console and type 'gedit someotherfile.txt' [or double click a text file in

[fpc-pascal] Re: String type compatibility

2013-04-04 Thread leledumbo
> The standard doesn't support UCSD strings, but J&W (and afaik the standard too) support array definition in arguments lists afaik. Yes, the array definition is what I mean. It's used for implementing array conformant parameter. -- View this message in context: http://free-pascal-general.104

Re: [fpc-pascal] Re: String type compatibility

2013-04-04 Thread Marco van de Voort
In our previous episode, Florian Kl?mpfl said: > > Just a side little question: AFAIK the standard allows such a definition > > inside parameter, so we're not ISO compatible at this point? > > Can you point out where the standard allows this? The standard doesn't support UCSD strings, but J&W (an

Re: [fpc-pascal] Re: String type compatibility

2013-04-04 Thread Florian Klämpfl
Am 03.04.2013 18:29, schrieb leledumbo: > Just a side little question: AFAIK the standard allows such a definition > inside parameter, so we're not ISO compatible at this point? Can you point out where the standard allows this? ___ fpc-pascal maillist