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.
In windows unit in Winapi namespace:
uses
Winapi.Windows;
How to find the unit of a specific command:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With