Re: [fpc-devel] question about TSearchRec

2011-06-13 Thread zeljko
On Sunday 12 of June 2011 13:01:50 Michael Van Canneyt wrote: FileName does not exist. Only Name exists, and it contains just the filename part. yes, typo ... until FindNext() = 0; end; So, is it different from dcc ? afaik I didn't make acrobations with this under kylix

[fpc-devel] Changes to fcl-web's fpmake.pp

2011-06-13 Thread Leonardo M . Ramé
Hi, when compiling fcl-web, fpwebfile.pp should be added to the compilation. Without it, the httpapp example doesn't compile. --- fpmake.pp(revisión: 17744) +++ fpmake.pp(copia de trabajo) @@ -143,7 +143,10 @@            AddUnit('httpdefs');          end;      

Re: [fpc-devel] Changes to fcl-web's fpmake.pp

2011-06-13 Thread Michael Van Canneyt
On Mon, 13 Jun 2011, Leonardo M. Ramé wrote: Hi, when compiling fcl-web, fpwebfile.pp should be added to the compilation. Without it, the httpapp example doesn't compile. --- fpmake.pp(revisión: 17744) +++ fpmake.pp(copia de trabajo) @@ -143,7 +143,10 @@            AddUnit('httpdefs');