Re: [fpc-pascal] Changes in fcl-web

2010-10-31 Thread Joost van der Sluis
On Sun, 2010-10-31 at 12:37 -0300, Julio C. Taborda wrote: > > I just tried to install webdesign package and I get the following error: > Using latest version of fpc 2.5.1 from svn. > ~$ fppkg install webdesign -v > [webdesign] Dependency on package rtl , installed 2.5.1-1, available - > (OK)

Re: [fpc-pascal] Changes in fcl-web

2010-10-31 Thread Julio C. Taborda
Hi Joost, Joost van der Sluis escribió: > > They are up-to-date available in the fppkg repository. See the fppkg > > wiki page on how to set it up. Then: > > > > fppkg install webdesign > > > > will do the trick. And if not: tell me. Maybe you're the first one > > who uses it. > I just trie

Re: [fpc-pascal] Changes in fcl-web

2010-10-28 Thread Joost van der Sluis
On Thu, 2010-10-28 at 14:16 +0200, Joost van der Sluis wrote: > On Wed, 2010-10-27 at 20:07 -0700, leledumbo wrote: > > Where do these methods go? > > > > protected function TCustWebApplication.WaitForRequest(out ARequest : > > TRequest; out AResponse : TResponse) : boolean; > > protected procedur

Re: [fpc-pascal] Changes in fcl-web

2010-10-28 Thread Joost van der Sluis
On Wed, 2010-10-27 at 20:07 -0700, leledumbo wrote: > Where do these methods go? > > protected function TCustWebApplication.WaitForRequest(out ARequest : > TRequest; out AResponse : TResponse) : boolean; > protected procedure TCustWebApplication.EndRequest(ARequest : > TRequest;AResponse : TRespon

[fpc-pascal] Changes in fcl-web

2010-10-27 Thread leledumbo
Where do these methods go? protected function TCustWebApplication.WaitForRequest(out ARequest : TRequest; out AResponse : TResponse) : boolean; protected procedure TCustWebApplication.EndRequest(ARequest : TRequest;AResponse : TResponse); protected procedure TCustWebApplication.DoHandleRequest(AR