I use OutputDebugString in my Delphi Code, but I receive the error:
Error: Undeclared identifier: 'OutputDebugString'
Which package is this OutputDebugString in?
I use OutputDebugString in my Delphi Code, but I receive the error:
Error: Undeclared identifier: 'OutputDebugString'
Which package is this OutputDebugString in?
In windows unit in Winapi namespace:
uses
Winapi.Windows;
How to find the unit of a specific command:
© 2022 - 2024 — McMap. All rights reserved.
TClassYoureLookingFor =
– Walking