Recent

Author Topic: Error "Message recordind not yet supported", how to solve?  (Read 569 times)

EMBarbosa

  • New Member
  • *
  • Posts: 15
Error "Message recordind not yet supported", how to solve?
« on: November 26, 2019, 03:09:03 pm »
When I compile some package, I'm getting this Error "Message recordind not yet supported".

I did search for it, but didn't found much information on why it occurs and how to solve it. Also on why it is spelled "recordind"... (I'm not a native english speaker).

It seems that it is related to disabling warnings with the {$WARN XXXX} syntax in .inc files.  In my case, when I did find that when I do disable these warnings as bellow, the error above appears.
Code: Pascal  [Select][+][-]
  1.   {$WARN IMPLICIT_STRING_CAST OFF}
  2.   {$WARN IMPLICIT_STRING_CAST_LOSS OFF}
  3.   {$WARN SYMBOL_PLATFORM OFF}

I would like to disable these warnings in zounds many files, until I can fix every one. Using inc files is the way I'm used to do in Delphi.

How can I do this? Why this error occurs? It is misspelled?

 

TinyPortal © 2005-2018