any example of implementation for semaphore in linux which I can use to
know if there is
some instance of my program already running?
> -Mensaje original-
> De: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] En nombre de
> Matt Emson
> Enviado el: viernes, 23 de septiembre de 2005 18:53
>
When a runtime error happens, I would like to display all
possible information
The compiler we are using today can give a message like
this
Runtime error 27
Index out of range
The value -4 is not in the range o 0 .. 3000.
Near line 103
Procedure Test
Would it be possible to do something like this
Put into your fpc.cfg file:
-gl
to generate the line numbers (that's the really relevant one, right?) It will
also say what procedure it's inside, as well as a backtrace of calling
procedures, and their line numbers.
You can also find in fpc.cfg a number of other flags to generate debugging in