[fpc-pascal] Classchart version 1.2

2007-03-27 Thread Tiziano_mk
Find here new version of FPC/Lazarus Class Chart: http://digilander.libero.it/tizzziano/Classchart12.pdf I need comments & feedback, also from Lazarus developers... Details: Work still in progress Le list of classes is now generated automatically (based on a quick & dirty file search on lazar

Re: [fpc-pascal] Fpc running in Zeta?

2007-03-27 Thread Matt Emson
> Free Pascal 1.0.10 was released with a Beos-port, developed by Carl Eric > Codère. However, Carl stopped with FPC development, and nobody took over, > so the Beo-port had to be discontinued. Not to contradict you, but version 2.11 is available from here: http://bebits.com/app/4321 (which basical

Re: [fpc-pascal] Congratulations to FPC!

2007-03-27 Thread Bisma Jayadi
You'd need a gigabit connection for that. There are far too many actions. Code completion for instance would take forever. I don't think so. I've seen an ajax application that performs a similar operation to code completion on the web (I use ADSL connection) and it performs very well. Though i

Re: [fpc-pascal] Congratulations to FPC!

2007-03-27 Thread John Coppens
On Tue, 27 Mar 2007 20:59:50 +0200 Florian Klaempfl <[EMAIL PROTECTED]> wrote: > > Even with everything local, loading 75+M of Java to have a decent > > editor > > Ajax has nothing to do with Java applets. No, I meant that a complete HTML based IDE would need a local editor, which I suppose woul

Re: [fpc-pascal] Congratulations to FPC!

2007-03-27 Thread Jonas Maebe
On 27 Mar 2007, at 20:12, Michael Van Canneyt wrote: You'd need a gigabit connection for that. There are far too many actions. Code completion for instance would take forever. Not necessarily. Type e.g. some words in the search box at http://livesearch.alltheweb.com/ and see how quickly

Re: [fpc-pascal] Congratulations to FPC!

2007-03-27 Thread Florian Klaempfl
John Coppens schrieb: > On Tue, 27 Mar 2007 22:48:00 +0700 > Bisma Jayadi <[EMAIL PROTECTED]> wrote: > >> I even proposed a more "radical" solution for the next step: >> porting the Morfik IDE to a Morfik (web) app. ;) > > I hope you don't mean 'over the web'. I just recovered my ADSL link, so I

Re: [fpc-pascal] Congratulations to FPC!

2007-03-27 Thread John Coppens
On Tue, 27 Mar 2007 22:48:00 +0700 Bisma Jayadi <[EMAIL PROTECTED]> wrote: > I even proposed a more "radical" solution for the next step: > porting the Morfik IDE to a Morfik (web) app. ;) I hope you don't mean 'over the web'. I just recovered my ADSL link, so I can start developing again? Not fo

Re: [fpc-pascal] Congratulations to FPC!

2007-03-27 Thread Michael Van Canneyt
On Tue, 27 Mar 2007, Bisma Jayadi wrote: > > That should be logically the next step for me: porting the Morfik IDE to > > Lazarus :-) > > I even proposed a more "radical" solution for the next step: > porting the Morfik IDE to a Morfik (web) app. ;) > > Yes, I know it sounds very hard to do bu

Re: [fpc-pascal] Congratulations to FPC!

2007-03-27 Thread Bisma Jayadi
That should be logically the next step for me: porting the Morfik IDE to Lazarus :-) I even proposed a more "radical" solution for the next step: porting the Morfik IDE to a Morfik (web) app. ;) Yes, I know it sounds very hard to do but I believe it's very possible as browser technology is get

Re: [fpc-pascal] Congratulations to FPC!

2007-03-27 Thread Michael Van Canneyt
On Tue, 27 Mar 2007, John Coppens wrote: > On Tue, 27 Mar 2007 21:49:11 +0700 > Bisma Jayadi <[EMAIL PROTECTED]> wrote: > > > > 3) Even though there's a Linux logo at the bottom, I can't find a > > > Linux version to download. (Maybe that has to do with 2)) > > > > Morfik IDE runs ONLY on wind

Re: [fpc-pascal] Congratulations to FPC!

2007-03-27 Thread John Coppens
On Tue, 27 Mar 2007 21:49:11 +0700 Bisma Jayadi <[EMAIL PROTECTED]> wrote: > > 3) Even though there's a Linux logo at the bottom, I can't find a > > Linux version to download. (Maybe that has to do with 2)) > > Morfik IDE runs ONLY on windows platforms but the executable output can > be run on ot

Re: [fpc-pascal] Congratulations to FPC!

2007-03-27 Thread Bisma Jayadi
1) On the home page, the Flash takes precedence over the drop-down menues, so only the first 2-3 items are visible. I use FF 1.5.0.11, all menues are fine. 2) On the download page, the size of the page doesn't adapt to the contents, so at least three of the text boxes show incomplete informati

Re: [fpc-pascal] Fpc running in Zeta?

2007-03-27 Thread Daniël Mantione
Op Tue, 27 Mar 2007, schreef Luiz Americo Pereira Camara: > The Pixel editor, which is compiled with fpc AFAIK, is available to Zeta OS. > > Does fpc runs in Zeta? (Or maybe he is using another compiler?) > Someone has info about this? Free Pascal 1.0.10 was released with a Beos-port, develope

[fpc-pascal] Fpc running in Zeta?

2007-03-27 Thread Luiz Americo Pereira Camara
The Pixel editor, which is compiled with fpc AFAIK, is available to Zeta OS. Does fpc runs in Zeta? (Or maybe he is using another compiler?) Someone has info about this? Luiz ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.fr

Re: [fpc-pascal] Congratulations to FPC!

2007-03-27 Thread John Coppens
On Mon, 26 Mar 2007 15:42:05 +0700 Bisma Jayadi <[EMAIL PROTECTED]> wrote: > I knew about it too as I'm a member of Morfik Pioneer. Just want to > share a good news to others who doesn't know yet about Morfik. :) Thanks for the heads-up, but the site at Morfik can use a little work to convince po

[fpc-pascal] Threaded file access contention - Windows

2007-03-27 Thread afpTeam
Hi, I'm writing a console Client/Server that will run on Win98 through XP using thread managed Lnet in objfpc mode . It has a couple of ASCII text files that it writes to internally and reads from depending upon external client requests. The client requests are callback based from the arriv