Re: [fpc-pascal] Apache Modules without LResources

2009-05-03 Thread Zaher Dirkey
I Agree with Giovanni, in next my project i like to use only FPC to create Apache module. -- Zaher Dirkey ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Apache Modules without LResources

2009-04-29 Thread Joost van der Sluis
Op dinsdag 28-04-2009 om 23:21 uur [tijdzone +0200], schreef Giovanni Premuda: Joost van der Sluis wrote: Op dinsdag 28-04-2009 om 02:58 uur [tijdzone +0200], schreef Giovanni Premuda: Is it possible to use fclweb without linking LResources and a lazarus resource file?

Re: [fpc-pascal] Apache Modules without LResources

2009-04-29 Thread Felipe Monteiro de Carvalho
On Mon, Apr 27, 2009 at 9:58 PM, Giovanni Premuda li...@softwerk.it wrote: Is it possible to use fclweb without linking LResources and a lazarus resource file? Why don't you want to have the resource file? -- Felipe Monteiro de Carvalho ___

Re: [fpc-pascal] Apache Modules without LResources

2009-04-29 Thread Giovanni Premuda
Felipe Monteiro de Carvalho wrote: On Mon, Apr 27, 2009 at 9:58 PM, Giovanni Premuda li...@softwerk.it wrote: Is it possible to use fclweb without linking LResources and a lazarus resource file? Why don't you want to have the resource file? Fundamentally because if I could avoid

Re: [fpc-pascal] Apache Modules without LResources

2009-04-28 Thread Joost van der Sluis
Op dinsdag 28-04-2009 om 02:58 uur [tijdzone +0200], schreef Giovanni Premuda: Hello, I'm in the process of converting a relatively complex LMS from Delphi to fpc. In Delphi I was using a descendant of TCustomWebDispatcher instead of a TWebModule in order to avoid depending on DFM

Re: [fpc-pascal] Apache Modules without LResources

2009-04-28 Thread Giovanni Premuda
Joost van der Sluis wrote: Op dinsdag 28-04-2009 om 02:58 uur [tijdzone +0200], schreef Giovanni Premuda: Is it possible to use fclweb without linking LResources and a lazarus resource file? One way is without using modules, select 'File-New-Custom CGI Program' from the lazarus-menu.

Re: [fpc-pascal] Apache Modules without LResources

2009-04-28 Thread ABorka
Not sure about this error, but make sure you are using the latest SVN source code for FPC because recently there were multiple bug fixes done in fcl-web Giovanni Premuda wrote: Joost van der Sluis wrote: Op dinsdag 28-04-2009 om 02:58 uur [tijdzone +0200], schreef Giovanni Premuda: Is it

Re: [fpc-pascal] Apache Modules without LResources

2009-04-28 Thread Giovanni Premuda
ABorka wrote: Not sure about this error, but make sure you are using the latest SVN source code for FPC because recently there were multiple bug fixes done in fcl-web I've using fpc 2.2.4 but I downloaded fcl-web from subversion and applied some of your unapplied patches I found on Mantis,

Re: [fpc-pascal] Apache Modules without LResources

2009-04-28 Thread ABorka
I think all those patches are now applied - with minor changes - by Joost in the latest SVN. Giovanni Premuda wrote: ABorka wrote: Not sure about this error, but make sure you are using the latest SVN source code for FPC because recently there were multiple bug fixes done in fcl-web I've

[fpc-pascal] Apache Modules without LResources

2009-04-27 Thread Giovanni Premuda
Hello, I'm in the process of converting a relatively complex LMS from Delphi to fpc. In Delphi I was using a descendant of TCustomWebDispatcher instead of a TWebModule in order to avoid depending on DFM resources. Is it possible to use fclweb without linking LResources and a lazarus resource