[Lazarus] I only would like to understand...

Marc Santhoff M.Santhoff at t-online.de
Sat Apr 19 17:48:31 CEST 2008


Am Freitag, den 18.04.2008, 23:33 +0200 schrieb Vincent Snijders:
> ArĂ­ Ricardo Ody schreef:
> > I posted a question about hexadecimal addresses of interruptions in 
> > FPC/Lazarus. I need to post the same questions 3 times till receive 
> > some answer. The answers was given by too guys that are in a certain 
> > view friends of mine. I think that answered because of these kind of 
> > friendship.
> > 
> > I would like to understand why some questions are never answered 
> > here... This is not the first time I post a question and nobody answer...
> > 
> > I'm only trying to understand. No offense.
> 
> I never had to tackle that question, because if I want to have more 
> information, I compile with -gl.
> 
> Usually, if you compile with -gl, you don't need to interprete the 
> hexadecimal addresses, because you get a file and line number.
> 
> I have no explanation, why you don't have file and line number, so I 
> cannot help you.

The cause may be that only the current unit is compiled with -gl and
others belonging to the project are not.

In that case the switch -B for "build all" is helpful.

fpc -gl -B <main program source>

HTH,
Marc





More information about the Lazarus mailing list