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
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
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
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
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
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
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
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
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