Re: [Lazarus] About try blocks

2009-03-18 Thread svaa
Felipe Monteiro de Carvalho escribió: This thread would be better located at one of the Free Pascal mailling lists. What is the proper Free Pascal mailling list? where can I subscribe to post a message? Santiago A. ___ Lazarus mailing list

Re: [Lazarus] including lazarus svn revision number

2009-03-18 Thread Brad Campbell
Guionardo Furlan wrote: Try this LCL: http://lazarus-ccr.sourceforge.net/docs/lcl/lclversion/index.html Compiler: http://lazarus-ccr.sourceforge.net/fpcdoc/prog/progsu38.html#x45-430001.1.38 Thanks for that, but it appears to relate only to the LCL version and is set in constants in the

Re: [Lazarus] TFloatSpinEdit and DecimalSeparator (GTK)

2009-03-18 Thread Bart
(On the subject of dependency on libc for locale formatsettings) Unless of course Graeme Geldenhuys works through his meanwhile astronomic TODO list and implements the Locale checking himself in 100% Object Pascal :-) Poor Graeme. Done some digging into this aspect. I'm not even sure this

Re: [Lazarus] Code Folding mess and Code Divider feature

2009-03-18 Thread Razvan Adrian Bogdan
On Sat, Mar 14, 2009 at 8:11 AM, Hans-Peter Diettrich drdiettri...@aol.comwrote: The next logical step is unfolding include directives, so that the included files can be inlined in the editor. This is what Delphi users will need urgently, and every user will appreciate the capability of

Re: [Lazarus] TFloatSpinEdit and DecimalSeparator (GTK)

2009-03-18 Thread Graeme Geldenhuys
On Sat, Mar 14, 2009 at 1:32 PM, Michael Van Canneyt mich...@freepascal.org wrote: Unless of course Graeme Geldenhuys works through his meanwhile astronomic TODO list and implements the Locale checking himself in 100% Object Pascal :-) That todo item is slowly bubbling up to the top of my todo

Re: [Lazarus] TFloatSpinEdit and DecimalSeparator (GTK)

2009-03-18 Thread Graeme Geldenhuys
On Wed, Mar 18, 2009 at 1:46 PM, Bart bartjun...@gmail.com wrote: Done some digging into this aspect. I'm not even sure this is at all possible without depending (directly or indirectly) on libc. Yes it is. At least under Ubuntu Linux 7.10 the package in question is called 'locales' and it

Re: [Lazarus] About try blocks

2009-03-18 Thread Felipe Monteiro de Carvalho
Here: http://www.freepascal.org/maillist.var -- Felipe Monteiro de Carvalho ___ Lazarus mailing list Lazarus@lazarus.freepascal.org http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] TFloatSpinEdit and DecimalSeparator (GTK)

2009-03-18 Thread Bart
Yes it is. At least under Ubuntu Linux 7.10 the package in question is called 'locales' and it does NOT depend on the libc package (and least under Ubuntu Linux and FreeBSD). The 'locales' packages is independent and is just a bunch of text files (mostly) containing locale information.

[Lazarus] how to communicate with a ssh server

2009-03-18 Thread Dave Coventry
I need some advice on how to communicate with a ssh server. I thought that I would take a short cut and use plink to do the donkey work, just using TProcess to communicate with Plink, and this has worked, up to a point. However, it is largely unreliable. Installing LNet has failed with the

Re: [Lazarus] how to communicate with a ssh server

2009-03-18 Thread Dave Coventry
Funny how after one goes into a really longwinded explanation of what one is trying to do and how it is not working that the answer presents itself. I have set up a separate thread to keep polling the PLink process and, sure enough, eventually it all came out Sorry to have wasted anyone's