Re: [fpc-pascal] Failed compiling SVN source on Raspi 1 B+

2015-03-03 Thread Karoly Balogh (Charlie/SGR)
Hi, On Tue, 3 Mar 2015, Bee wrote: > So, is it not possible to compile FPC trunk using FPC stable (2.6.4) on > a Raspberry 1? I just installed Free Pascal 2.6.4 on my RPi 1 Model B+, checked out latest SVN trunk, then issued the following command: make all OPT="-CpARMv6 -dFPC_ARMHF" FPC=$HOME/f

Re: [fpc-pascal] Is there a CSS parser in FPC?

2015-03-03 Thread Graeme Geldenhuys
On 2015-03-03 18:18, Dmitry Boyarintsev wrote: > Ok, can it handle complex scripts languages such as Arabic or Hindi? FreeText is the primary text renderer for X11. So if Linux can display such text, then I guess it answers your question. ;-) The primary goal of this project is to document how a

Re: [fpc-pascal] Is there a CSS parser in FPC?

2015-03-03 Thread Dmitry Boyarintsev
On Tue, Mar 3, 2015 at 1:09 PM, Graeme Geldenhuys < mailingli...@geldenhuys.co.uk> wrote: > Yes, and no problem either. FreeType (library or Object Pascal > implementation) doesn't require a GUI toolkit. > Hmm. I didn't consider that as an option. Ok, can it handle complex scripts languages such a

Re: [fpc-pascal] Is there a CSS parser in FPC?

2015-03-03 Thread Graeme Geldenhuys
On 2015-03-03 17:59, Dmitry Boyarintsev wrote: > Can it be the last step? You need to get font information somehow for text > measurements, which should come from the "underlying" GUI toolkit only. Yes, and no problem either. FreeType (library or Object Pascal implementation) doesn't require a GU

Re: [fpc-pascal] Is there a CSS parser in FPC?

2015-03-03 Thread Dmitry Boyarintsev
On Tue, Mar 3, 2015 at 12:55 PM, Graeme Geldenhuys < mailingli...@geldenhuys.co.uk> wrote: > My plan is to develop a 100% non-GUI-toolkit-dependent browser engine, > which is 100% doable. The only (optional) GUI toolkit dependency would > be the rasterizer integration for LCL or fpGUI - the last s

Re: [fpc-pascal] Is there a CSS parser in FPC?

2015-03-03 Thread Graeme Geldenhuys
On 2015-03-03 16:13, dev.d...@gmail.com wrote: > > you might also want to take a look at https://code.google.com/p/thtmlviewer Thanks for the info. I see it is a descendant of PBear.com code. I remember using that back in 1998. :) > It's still actively developed, so the CSS parser should be mor

[fpc-pascal] Free Pascal and Lazarus Nightly Builds

2015-03-03 Thread Anthony Walter
This is a public notice. Get Lazarus has switched from hosting arbitrary revisions to hosting setup programs from nightly builds. http://www.getlazarus.org/setup/ Going forward each night the current svn trunk sources of FPC and Lazarus will be updated and converted into a Windows installer, Linu

[fpc-pascal] Annual inform

2015-03-03 Thread Rafael Angel Campos Vargas
Annual inform: I am programming LibreN3D for 3D animations in FreeDOS and other systems, but this year it really was standing by. In this link http://www.filefactory.com/file/1oksgw1ao53r/FreeRay_2014.zip you can encounter seventeen new 3D objects LGPL (sixteen are FreeDOS compatible). Older vers

Re: [fpc-pascal] Is there a CSS parser in FPC?

2015-03-03 Thread Graeme Geldenhuys
On 2015-03-03 14:33, Michael Van Canneyt wrote: > > FPC doesn't contain one, but I would be glad to put one in the source tree. Thanks for the info. Closer to the time I'll let you know so you can decide if the code is worthy of finding a home in FCL. ;-) > Presumably the HTML browser of TurboP

Re: [fpc-pascal] Is there a CSS parser in FPC?

2015-03-03 Thread dev . dliw
Hi, you might also want to take a look at https://code.google.com/p/thtmlviewer It's still actively developed, so the CSS parser should be more advanced than the one of TurboPower IP. dliw ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org ht

Re: [fpc-pascal] Is there a CSS parser in FPC?

2015-03-03 Thread Michael Van Canneyt
On Tue, 3 Mar 2015, Graeme Geldenhuys wrote: Hi, As the subject says, I would like to know if there is a CSS parser included with FPC (2.6.4 or Trunk)? No issue if there isn't, as I might not initially need one for the project I want to start - but looking around in the mean time wouldn't hur

Re: [fpc-pascal] Use sleep in thread

2015-03-03 Thread Graeme Geldenhuys
On 2015-03-02 06:13, Luca Olivetti wrote: > create it > suspended and start it at the end of the creator. Very good advice. I always create them suspended, and never had any serious issues with threads. Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal htt

[fpc-pascal] Is there a CSS parser in FPC?

2015-03-03 Thread Graeme Geldenhuys
Hi, As the subject says, I would like to know if there is a CSS parser included with FPC (2.6.4 or Trunk)? No issue if there isn't, as I might not initially need one for the project I want to start - but looking around in the mean time wouldn't hurt. I'm thinking of writing a couple of articles d