Re: [fpc-pascal] Source line numbers during execution

2006-07-10 Thread Graeme Geldenhuys
On 7/11/06, Luiz Americo Pereira Camara <[EMAIL PROTECTED]> wrote: It works under Linux, it uses Simpleipc for app comunication. I tested it in Ubuntu Dapper Drake. The only issues i am having are related in Know Issues section. Luiz Excellent! Thanks Luiz... Graeme. -- There's no place

Re: [fpc-pascal] Source line numbers during execution

2006-07-10 Thread Luiz Americo Pereira Camara
Graeme Geldenhuys escreveu: Hi Luiz, I had a look at the wiki site and that tools looks interesting. Does it work under Linux as well, or is it a Windows only app. Your only requirement on the wiki is Lazarus. It works under Linux, it uses Simpleipc for app comunication. I tested it in Ubunt

Re: [fpc-pascal] Functions with variable number of parameters

2006-07-10 Thread Florian Klaempfl
Felipe Monteiro de Carvalho wrote: > Hello, > > While writing the apache pascal headers, I need to convert a c > function like this: > > void ap_allow_methods(request_rec *r, int reset, ...); > > I know we can implement a variable number of paramaters in pascal > using array of const type. But i

Re: [fpc-pascal] Source line numbers during execution

2006-07-10 Thread Graeme Geldenhuys
Hi Luiz, I had a look at the wiki site and that tools looks interesting. Does it work under Linux as well, or is it a Windows only app. Your only requirement on the wiki is Lazarus. Regards, Graeme. On 7/10/06, Luiz Americo Pereira Camara <[EMAIL PROTECTED]> wrote: You can try MultiLog. I

Re: [fpc-pascal] Source line numbers during execution

2006-07-10 Thread Luiz Americo Pereira Camara
Arí Ricardo Ody escreveu: I've tried to make programs generated by FPC inform the line number or exceptions in execution time and I can't. I use fpc.cfg standard installed during Lazarus 0.9.16 installation and I put -CX -XX -gl after the name of the source in the FPC compilation. May someo

[fpc-pascal] Functions with variable number of parameters

2006-07-10 Thread Felipe Monteiro de Carvalho
Hello, While writing the apache pascal headers, I need to convert a c function like this: void ap_allow_methods(request_rec *r, int reset, ...); I know we can implement a variable number of paramaters in pascal using array of const type. But is that type compatible with a C function with a vari

Re: [fpc-pascal] Source line numbers during execution

2006-07-10 Thread Vincent Snijders
Arí Ricardo Ody wrote: I've tried to make programs generated by FPC inform the line number or exceptions in execution time and I can't. I use fpc.cfg standard installed during Lazarus 0.9.16 installation and I put -CX -XX -gl after the name of the source in the FPC compilation. May someone o

[fpc-pascal] Source line numbers during execution

2006-07-10 Thread Arí Ricardo Ody
I've tried to make programs generated by FPC inform the line number or exceptions in execution time and I can't. I use fpc.cfg standard installed during Lazarus 0.9.16 installation and I put -CX -XX -gl after the name of the source in the FPC compilation. May someone of you tell me a step-by-