Re: [fpc-pascal] Forum merger

2009-12-16 Thread Michael Van Canneyt
On Wed, 16 Dec 2009, Bee Jay wrote: So Bee, register a project on SourceForge or GitHub and start coding. Maybe somebody will contribute at some stage. Like they said in some old movie: Build it and they will come. If I made one, then I'll make it using Powtils (fully CGI) or ExtPascal

[fpc-pascal] midlet pascal and fpc

2009-12-16 Thread Bee Jay
Hi all, I just knew recently that Midlet Pascal went open source, through FPC wiki. Quite a good news, IMO. Since it's now open source, is it possible to start working on java byte code generator in FPC based on Midlet Pascal code? This will help FPC targetting mobile devices that only

Re: [fpc-pascal] midlet pascal and fpc

2009-12-16 Thread Florian Klaempfl
Bee Jay schrieb: Hi all, I just knew recently that Midlet Pascal went open source, through FPC wiki. Quite a good news, IMO. Since it's now open source, is it possible to start working on java byte code generator in FPC based on Midlet Pascal code? This will help FPC targetting mobile

Re: [fpc-pascal] Forum merger

2009-12-16 Thread Osvaldo Filho
Powtils + FreeSpider ? 2009/12/16 Michael Van Canneyt mich...@freepascal.org: On Wed, 16 Dec 2009, Bee Jay wrote: So Bee, register a project on SourceForge or GitHub and start coding. Maybe somebody will contribute at some stage. Like they said in some old movie: Build it and they will

Re: [fpc-pascal] Forum merger

2009-12-16 Thread Osvaldo Filho
FreeSpider http://www.lazarus.freepascal.org/index.php?topic=7439.0 Powtils http://code.google.com/p/powtils/ 2009/12/16 Osvaldo Filho arquivos...@gmail.com: Powtils + FreeSpider ? 2009/12/16 Michael Van Canneyt mich...@freepascal.org: On Wed, 16 Dec 2009, Bee Jay wrote: So Bee,

Re: [fpc-pascal] Forum merger

2009-12-16 Thread Michael Van Canneyt
On Wed, 16 Dec 2009, Osvaldo Filho wrote: Powtils + FreeSpider ? What do those have that fpWeb does not have ? To my knowledge, PowTils is not even OOP... Michael. 2009/12/16 Michael Van Canneyt mich...@freepascal.org: On Wed, 16 Dec 2009, Bee Jay wrote: So Bee, register a project

Re: [fpc-pascal] midlet pascal and fpc

2009-12-16 Thread Felipe Monteiro de Carvalho
On Wed, Dec 16, 2009 at 10:07 AM, Florian Klaempfl flor...@freepascal.org wrote: Generating java is not the real problem, the point is simple that a lot modern OOP language concepts cannot be mapped to java bytecode. An FPC for Java bytecode would be even more cripple than Delphi .Net was.

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

2009-12-16 Thread Codebue Fabio - P-Soft
I'm trying to develop an application on windows mobile with lazarus/free pascal. I need SQL server embedded on it to manage a lot of data. SQLite3 is the only solution available? I CAN'T find information anywhere... some idea? Codebue Fabio ___

Re: [fpc-pascal] midlet pascal and fpc

2009-12-16 Thread Felipe Monteiro de Carvalho
On Wed, Dec 16, 2009 at 12:58 PM, dmitry boyarintsev skalogryz.li...@gmail.com wrote: Could you point to the actually opened midlet Source? http://midletpascal.svn.sourceforge.net/viewvc/midletpascal/ I found this when I contacted the authors of Midlet Pascal and they replied saying that it was

[fpc-pascal] Re: Forum merger

2009-12-16 Thread Guillermo Martínez Jiménez
Hello. A coincidence. Today at Club Delphi (Spanish community of Delphi developers) some body commented about Pascal Served Pages, which aims to create a server that allows to use Pascal as script language in a similar way than PHP. Actually the project is 'dead' (last release date is November

Re: [fpc-pascal] midlet pascal and fpc

2009-12-16 Thread dmitry boyarintsev
On Wed, Dec 16, 2009 at 6:04 PM, Felipe Monteiro de Carvalho felipemonteiro.carva...@gmail.com wrote: I found this when I contacted the authors of Midlet Pascal and they replied saying that it was given to a group of developers which is converting it from C++ to Delphi. But we have still to see

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

2009-12-16 Thread ik
You also have Firebird Embeeded and MySQL Embedded (I really dislike MySQL) afaik. Ido http://ik.homelinux.org/ On Wed, Dec 16, 2009 at 4:53 PM, Codebue Fabio - P-Soft f.code...@p-soft.biz wrote: I'm trying to develop an application on windows mobile with lazarus/free pascal. I need SQL

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

2009-12-16 Thread Roberto Padovani
What about data encryption? Is anyone of those providing it ? Thanks! R# 2009/12/16 ik ido...@gmail.com: You also have Firebird Embeeded and MySQL Embedded (I really dislike MySQL) afaik. Ido http://ik.homelinux.org/ On Wed, Dec 16, 2009 at 4:53 PM, Codebue Fabio - P-Soft

Re: [fpc-pascal] Forum merger

2009-12-16 Thread Andreas Berger
If I made one, then I'll make it using Powtils (fully CGI) or ExtPascal (fully Ajax) because that's what I know and have been experience with. I myself prefer to use fpWeb since it's provided by FPC's FCL. No third party dependency is good for new comers, and it's also better FPC/Lazarus

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

2009-12-16 Thread Michael Van Canneyt
On Wed, 16 Dec 2009, Codebue Fabio - P-Soft wrote: I'm trying to develop an application on windows mobile with lazarus/free pascal. I need SQL server embedded on it to manage a lot of data. SQLite3 is the only solution available? I CAN'T find information anywhere... some idea? I use

[fpc-pascal] Queue integer values

2009-12-16 Thread Reimar Grabowski
Hi all, I need a queue that can store integer values. Is there any way to use TQueue for this task or does a generic queue class exist which I can use? If both answers are no what is my next best option? R. -- A: Because it messes up the order in which people normally read text. Q: Why is

Re: [fpc-pascal] Forum merger

2009-12-16 Thread Graeme Geldenhuys
Osvaldo Filho wrote: Powtils + FreeSpider ? I'm currently using Powtils for our company CGI projects, but thinking of moving over to fpWeb in the new year, simply because I like to reduce 3rd Party dependencies, and Powtils seems rather abandonded. I'm still stuck on a locally modified 1.6.0.2

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

2009-12-16 Thread Graeme Geldenhuys
Michael Van Canneyt wrote: I use firebird embedded. Fast, reliable, easily installed and much more powerful as sqlite. What is required to use firebird embedded? I know about it, but never looking into it. We have an application we need to distribute with minimal install and thought of

Re: [fpc-pascal] Re: Forum merger

2009-12-16 Thread Graeme Geldenhuys
Guillermo Martínez Jiménez wrote: developers) some body commented about Pascal Served Pages, which aims If memory serves me well, Pascal Server Pages became Powtils or PWU and continued from there for a while. Powtils (or PWU - no idea what is the actual name) also supports template (server