Re: [fpc-pascal] String buffer

2010-02-09 Thread Graeme Geldenhuys
Honza wrote: > Probably just reinventing the wheel - I was not able to quickly find a > String builder/buffer elsewhere. Thanks for the contribution. Could you explain what the advantages are of that string buffer object compared to a standard string types like AnsiString or TStringList? Regar

Re: [fpc-pascal] programmatically creating desktop icons under Linux

2010-02-09 Thread brian
Thanks for the info, everyone. Looks like I have a bit of reading to do... Brian. David W Noon wrote: On Sun, 7 Feb 2010 23:43:52 +0200, Graeme Geldenhuys wrote about Re: [fpc-pascal] programmatically creating desktop icons under Linux: On 7 February 2010 23:42, Graeme Geldenhuys wrote: C

Re: [fpc-pascal] MSEide+MSEgui SourceForge -> BerliOS

2010-02-09 Thread Martin Schreiber
On Tuesday 09 February 2010 14:39:05 Nikolay Nikolov wrote: > Good news, they have added the option to lift those restrictions. It's > now up to the project admins to decide for their own project. > http://sourceforge.net/blog/some-good-news-sourceforge-removes-blanket-bloc >king And now one risk

Re: [fpc-pascal] MSEide+MSEgui SourceForge -> BerliOS

2010-02-09 Thread Graeme Geldenhuys
Nikolay Nikolov wrote: >> > Good news, they have added the option to lift those restrictions. It's > now up to the project admins to decide for their own project. Problem still holds. If you accidentally on unknowingly introduce "code of mass destruction" , or the US Government things your co

Re: [fpc-pascal] MSEide+MSEgui SourceForge -> BerliOS

2010-02-09 Thread Jonas Maebe
On 09 Feb 2010, at 14:39, Nikolay Nikolov wrote: Good news, they have added the option to lift those restrictions. It's now up to the project admins to decide for their own project. http://sourceforge.net/blog/some-good-news-sourceforge-removes-blanket-blocking/ The problem for FPC specific

Re: [fpc-pascal] String buffer

2010-02-09 Thread Flávio Etrusco
On Tue, Feb 9, 2010 at 8:50 AM, Honza wrote: > Probably just reinventing the wheel - I was not able to quickly find a > String builder/buffer elsewhere. > > Source code for anyone possible interested is published on a blog (no > ads there, so I hope it's OK to post the link): > > http://freepascal

Re: [fpc-pascal] MSEide+MSEgui SourceForge -> BerliOS

2010-02-09 Thread Nikolay Nikolov
On 02/05/2010 03:25 PM, Martin Schreiber wrote: Please read: http://sourceforge.net/blog/clarifying-sourceforgenets-denial-of-site-access-for-certain-persons-in-accordance-with-us-law/ Martin Good news, they have added the option to lift those restrictions. It's now up to the project admins

[fpc-pascal] String buffer

2010-02-09 Thread Honza
Probably just reinventing the wheel - I was not able to quickly find a String builder/buffer elsewhere. Source code for anyone possible interested is published on a blog (no ads there, so I hope it's OK to post the link): http://freepascal-bits.blogspot.com/2010/02/simple-string-buffer.html -bfl

Re: [fpc-pascal] Cross-compiling from 64-bit Linux to 32-bit Linux

2010-02-09 Thread Patrick Chevalley
I use Ubuntu 9.10 64bit and I can confirm this link are present with this release. To search for the package that contain a file I find apt-file handy: sudo apt-get install apt-file sudo apt-file update and then apt-file search libX11 ___ fpc-pascal mail