Re: [fpc-devel] CGI/Command line/GUI all in one

2009-09-20 Thread Horacio Jamilis
Dariusz Mazur escribió: http://www.emadar.com/fpc/xwebdemo.zip its very simple demo with all libraries but some text are in polish, fell free to ask, i've try to translate or explain I tried to compile the demo project with Delphi 2007 (because I saw a .dpr file)... but it seems that a c

Re: [fpc-devel] CGI/Command line/GUI all in one

2009-09-20 Thread Dariusz Mazur
Horacio Jamilis pisze: Dariusz Mazur escribió: Horacio Jamilis pisze: Dariusz Mazur escribió: This is not problem to have separate executable, only have one source to both GUI. I made program which can work as desktop and as web-based (FCGI or standalone web server) Each form is create dynami

Re: [fpc-devel] CGI/Command line/GUI all in one

2009-09-19 Thread Horacio Jamilis
Dariusz Mazur escribió: Horacio Jamilis pisze: Dariusz Mazur escribió: This is not problem to have separate executable, only have one source to both GUI. I made program which can work as desktop and as web-based (FCGI or standalone web server) Each form is create dynamical in runtime, source i

Re: [fpc-devel] CGI/Command line/GUI all in one

2009-09-18 Thread Dariusz Mazur
Marco van de Voort pisze: In our previous episode, Dariusz Mazur said: I want to move to FPC from delphi, but I see no viable alternative to Intraweb in FPC (and Lazarus). Indy don't work properly on linux, What's the problem? webserver was no stable, maybe something was

Re: [fpc-devel] CGI/Command line/GUI all in one

2009-09-18 Thread Marco van de Voort
In our previous episode, Dariusz Mazur said: > > I want to move to FPC from delphi, but I see no viable alternative to > > Intraweb in FPC (and Lazarus). > Indy don't work properly on linux, What's the problem? ___ fpc-devel maillist - fpc-devel@list

Re: [fpc-devel] CGI/Command line/GUI all in one

2009-09-18 Thread Dariusz Mazur
Horacio Jamilis pisze: Dariusz Mazur escribió: This is not problem to have separate executable, only have one source to both GUI. I made program which can work as desktop and as web-based (FCGI or standalone web server) Each form is create dynamical in runtime, source is one, but in compile ti

Re: [fpc-devel] CGI/Command line/GUI all in one

2009-09-18 Thread Wanderlan Santos dos Anjos
> want to move to FPC from delphi, but I see no viable alternative to > Intraweb in FPC (and Lazarus). > Do you have any sample source I could see? > > See http://extpascal.googlecode.com -- Wanderlan Santos dos Anjos ___ fpc-devel maillist - fpc-dev

Re: [fpc-devel] CGI/Command line/GUI all in one

2009-09-17 Thread Horacio Jamilis
Dariusz Mazur escribió: This is not problem to have separate executable, only have one source to both GUI. I made program which can work as desktop and as web-based (FCGI or standalone web server) Each form is create dynamical in runtime, source is one, but in compile time: 1 for desktop: clasi

Re: [fpc-devel] CGI/Command line/GUI all in one

2009-09-17 Thread Dariusz Mazur
Gilles MARCOU pisze: Hello, I'm trying to build an interface for a program so that it could be used as a command line, a GUI or a CGI. For the CGI, I use powutils 1.7.1, FPC 2.2.0 and Lazarus 0.9.24. I mean that the same executable should be used either as a CGI, a command line or a GUI. Curren

Re: [fpc-devel] CGI/Command line/GUI all in one

2009-09-17 Thread Joost van der Sluis
On Thu, 2009-09-17 at 11:50 +0200, Gilles MARCOU wrote: > Hello, > > I'm trying to build an interface for a program so that it could be used > as a command line, a GUI or a CGI. For the CGI, I use powutils 1.7.1, > FPC 2.2.0 and Lazarus 0.9.24. I mean that the same executable should be > used eith

Re: [fpc-devel] CGI/Command line/GUI all in one

2009-09-17 Thread Graeme Geldenhuys
Gilles MARCOU het geskryf: > I'm trying to build an interface for a program so that it could be used > as a command line, a GUI or a CGI. For the CGI, I use powutils 1.7.1, > FPC 2.2.0 and Lazarus 0.9.24. I mean that the same executable should be > used either as a CGI, a command line or a GUI. I

Re: [fpc-devel] CGI/Command line/GUI all in one

2009-09-17 Thread Michael Schnell
Did you find / define a Widget set that is compatible for a local GUI and a GCI that is supposed to be connected via HTML ? -Michael ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

[fpc-devel] CGI/Command line/GUI all in one

2009-09-17 Thread Gilles MARCOU
Hello, I'm trying to build an interface for a program so that it could be used as a command line, a GUI or a CGI. For the CGI, I use powutils 1.7.1, FPC 2.2.0 and Lazarus 0.9.24. I mean that the same executable should be used either as a CGI, a command line or a GUI. Currently I have kept separat