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
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
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
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
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
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
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
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-