[fpc-pascal] TCgiApplication in cgiapp unit - mostly deprecated
Michael Van Canneyt
michael at freepascal.org
Fri Nov 27 11:18:04 CET 2009
On Fri, 27 Nov 2009, Graeme Geldenhuys wrote:
> Hi,
>
> Most of the methods in TCgiApplication (located in cgiapp unit) is
> marked as deprecated. There is no documentation for this unit, so I do
> not know much about it.
>
> If all those methods are marked deprecated, what is replacing them?
The whole cgiapp unit is deprecated, you should use the TCGIApplication
from fpCGI. Lazarus has a package to create web applications with the fcl-web units.
Michael.
More information about the fpc-pascal
mailing list