Re: [fpc-pascal] Pseudographics in FPC-IDE

2011-06-14 Thread Nikolay Nikolov
On 06/14/2011 09:33 PM, Anton Shepelev wrote: Graeme Geldenhuys: You are welcome to add it to the wiki. I still do not fully understand the problem, so please, review what I have come up with: On Linux/Unix the FP-IDE calculates the addresses of the drawing charactes (

RE : [fpc-pascal] Installing FPC 2.4.4 for Ubuntu / Mint + other thoughts

2011-06-14 Thread Ludo Brands
Has anybody looked into creating an Ubuntu PPA? Ludo -Message d'origine- De : fpc-pascal-boun...@lists.freepascal.org [mailto:fpc-pascal-boun...@lists.freepascal.org] De la part de Juha Manninen Envoyé : mardi 14 juin 2011 19:12 À : FPC-Pascal users discussions Objet : [fpc-pascal] Ins

Re: [fpc-pascal] Pseudographics in FPC-IDE

2011-06-14 Thread Anton Shepelev
Graeme Geldenhuys: > You are welcome to add it to the wiki. I still do not fully understand the problem, so please, review what I have come up with: On Linux/Unix the FP-IDE calculates the addresses of the drawing charactes (also called pseudagraphics) based on the

Re: [fpc-pascal] Installing FPC 2.4.4 for Ubuntu / Mint + other thoughts

2011-06-14 Thread Jonas Maebe
On 14 Jun 2011, at 19:12, Juha Manninen wrote: > I found the packages for Debian / Ubuntu / Mint : > ftp://ftp.hu.freepascal.org/pub/fpc/dist/2.4.4/i386-linux/deb/ > > How to install it? > Am I really supposed to download those ~40 packages separately Yes. I guess we can also add a tar file tha

[fpc-pascal] Installing FPC 2.4.4 for Ubuntu / Mint + other thoughts

2011-06-14 Thread Juha Manninen
I found the packages for Debian / Ubuntu / Mint : ftp://ftp.hu.freepascal.org/pub/fpc/dist/2.4.4/i386-linux/deb/ How to install it? Am I really supposed to download those ~40 packages separately and then install them in some specific order? Other people have brougt this up, too, and I understand w

Re: [fpc-pascal] Pseudographics in FPC-IDE

2011-06-14 Thread Graeme Geldenhuys
On 13 June 2011 22:12, Anton Shepelev wrote: > >> Try changing it to LANG=en_US.UTF-8 > > Thank  you  very much, it works well now. Maybe this > should be mentioned on the WIKI? You are welcome to add it to the wiki. I would suggest you mention it to the Puppy Linux distro maintainers too. There i

Re: [fpc-pascal] XML read

2011-06-14 Thread Bart
My XmlToList procedure is based upon the XmlToTree example in the wiki. There are no memory leaks in my code (checked it with heaptrace). Bart On 6/14/11, Marcos Douglas wrote: > On Tue, Jun 14, 2011 at 10:12 AM, Felipe Monteiro de Carvalho > wrote: >> The Wiki has some XML tutorials: >> >> ht

Re: [fpc-pascal] XML read

2011-06-14 Thread Marcos Douglas
On Tue, Jun 14, 2011 at 10:12 AM, Felipe Monteiro de Carvalho wrote: > The Wiki has some XML tutorials: > > http://wiki.lazarus.freepascal.org/XML_Tutorial Yes, I saw that. My doubt is how use a safe algorithm to parse my XML. See the first example "Printing the names of nodes and attributes" in

[fpc-pascal] "Illegal unit name", no change reguired?

2011-06-14 Thread Max Vlasov
Hi, I faced the same problem as was described here http://www.hu.freepascal.org/lists/fpc-devel/2008-February/013028.html and briefly here http://bugs.freepascal.org/view.php?id=5942 in my case I have a unit named uDirScan and uDirScanUtils. The latter appeared inside uses clause of some unit

Re: [fpc-pascal] XML read

2011-06-14 Thread Felipe Monteiro de Carvalho
The Wiki has some XML tutorials: http://wiki.lazarus.freepascal.org/XML_Tutorial -- Felipe Monteiro de Carvalho ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] XML read

2011-06-14 Thread Marcos Douglas
On Mon, Jun 13, 2011 at 6:48 PM, Bart wrote: > Attached a sample xml file created with TAddressBook. > Hi Bart, Sorry for late. Thank you for addressbook.pp and test.xml files. I will study them. Marcos Douglas ___ fpc-pascal maillist - fpc-pascal@li