I use OutputDebugString in my Delphi Code, but I receive the error:
Error: Undeclared identifier: 'OutputDebugString'
Which package is this OutputDebugString in?
It's declared in the Windows unit.
Windows