Rainer Stratmann wrote on Thu, 09 Aug 2012:

If you have a label in a procedure and declare this procedure as inline
procedure then it gives also problems (Fatal: compilation aborted!).

That is the generic error message that is shown at the end of every failed compilation. I guess you mean this error message:

Error: Taking the address of labels defined outside the current scope isn't allowed

Taking the address of a label inside an inlined routine is indeed not supported.

I would really recommend you (again) to use resourcestrings.


Jonas
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to