[fpc-pascal] OpenCL

2009-12-21 Thread Lourival Mendes
Dear All, Speaking with a friend about parallel programming he told me something about OpenCL as been the "future" of massively parallel computing, mainly because of the standards and the access to GPU cores. I read something about on the web and If I understood right, there is a way to compile

Re: [fpc-pascal] Forum merger

2009-12-21 Thread Zaher Dirkey
Are you discussing about build Forum or CMS using fpWeb/pascal? It is need use also CSS and JavaScript and Database. This kind of projects take a long time with many security bugs need to fix it immediately, it is not like a local desktop application, and after that what the real profits? For me

Re: [fpc-pascal] sql server embedded: sqlite the only solution?

2009-12-21 Thread Zaher Dirkey
I think you talk about Firebird embedded version 1.0, SQlite3 best than it I have Point of Sale application use Firebird 2.1 in desktop PC and Sqlite3 in Wince, the same project with same SQL statements (with a little directive for special queries). -- Zaher Dirkey ___

Re: [fpc-pascal] Forum merger

2009-12-21 Thread Paul Nicholls
- Original Message - From: "Zaher Dirkey" To: "FPC-Pascal users discussions" Sent: Tuesday, December 22, 2009 10:47 AM Subject: Re: [fpc-pascal] Forum merger Are you discussing about build Forum or CMS using fpWeb/pascal? It is need use also CSS and JavaScript and Database. This ki

Re: [fpc-pascal] OpenCL

2009-12-21 Thread Michalis Kamburelis
Lourival Mendes wrote: > FPC/Lazarus. Is there a project on it? Is there some thing working on > Parallel programming on FPC? There are OpenCL bindings submitted to mantis, http://mantis.freepascal.org/view.php?id=15297, by Dmitry Boyarintsev. I didn't test them, as I don't have capable GPU (yet)

Re: [fpc-pascal] Forum merger

2009-12-21 Thread Graeme Geldenhuys
Zaher Dirkey wrote: > Are you discussing about build Forum or CMS using fpWeb/pascal? I thought this message thread was about a Forum app implemented in fpWeb. Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal http://opensoft.homeip.net/fpgui/ ___