Am Samstag, den 23.09.2006, 12:39 -0300 schrieb Felipe Monteiro de
Carvalho:
> Hello,
>
> I'm converting apache 1.3 headers to pascal, and I found something I
> don't know how to convert. It's these lines:
>
> static const handler_rec hw_handlers[] = {
> { "hw-app", hw_handle_req },
> {
Hello,
I'm converting apache 1.3 headers to pascal, and I found something I
don't know how to convert. It's these lines:
static const handler_rec hw_handlers[] = {
{ "hw-app", hw_handle_req },
{ NULL }
};
Where handler_req is declared as:
handler_t = function (param1: Prequest_rec): I
"Wolfe, Robert" wrote:
>
> Good afternoon all! Just signed up for the list to let everyone know
> that I have built version 2.0.4 of FPC for the Sparc-Linux platform. If
> anyone would be interested in getting their hands on this, please let me
> know.
Well done that man :-) Were you able to g