Re: [fpc-pascal] Problem translating c code to pascal

2006-09-23 Thread Marc Santhoff
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 }, > {

[fpc-pascal] Problem translating c code to pascal

2006-09-23 Thread 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 }, { NULL } }; Where handler_req is declared as: handler_t = function (param1: Prequest_rec): I

Re: [fpc-pascal] Linux-Sparc Port of FPC 2.0.4

2006-09-23 Thread Mark Morgan Lloyd
"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