delphioutputdebugstringundeclared-identifier

Error: Undeclared identifier: 'OutputDebugString'


I use OutputDebugString in my Delphi Code, but I receive the error:

Error: Undeclared identifier: 'OutputDebugString'

Which package is this OutputDebugString in?


Solution

  • It's declared in the Windows unit.