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] FPC shared lib called from C shared lib called from C main program crashes

2009-09-18 Thread Jonas Maebe
On 18 Sep 2009, at 10:14, Lukas Zeller wrote: Thanks for testing that and the explanation of Apple linker issues. Makes sense now - it's no problem for us to build on 10.5 for now until a future version of FPC can work around the problem or the Apple linker gets fixed. It looks like the fo

Re: [fpc-devel] FPC shared lib called from C shared lib called from C main program crashes

2009-09-18 Thread Lukas Zeller
Hi Jonas, Thanks for testing that and the explanation of Apple linker issues. Makes sense now - it's no problem for us to build on 10.5 for now until a future version of FPC can work around the problem or the Apple linker gets fixed. It looks like the former is the case :-) The only thing