When building a BCB6 project on the command line via MAKE Version 5.2
running Borland C++ 5.6.4
(seemingly including a run of Borland Delphi Version 14.0
), I'm getting these warnings:
syncmeth.pas(57) Warnung: Symbol 'AllocateHWnd' wird abgelehnt
syncmeth.pas(62) Warnung: Symbol 'DeallocateHWnd' wird abgelehnt
Several web searches for the German phrase didn't provide any useful results. Then I tried to translate it, starting with things like
Warning: symbol 'AllocateHWnd' [is/was] denied
with just as little success. Finally I tried without the verb
warning symbol 'AllocateHWnd'
and found something promising: a lot of search results matching the pattern
Symbol '<whatever>' is deprecated.
But the German abgelehnt means denied and definitely not deprecated (which means veraltet as usually translated in the software development domain).
Can anybody confirm that this is only a translation error, so that I can just ignore the warnings (of course aware what deprecated means)?