Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在我的 Delphi 代码中使用了 OutputDebugString,但我收到了错误:
错误:未声明的标识符:'OutputDebugString'
这个 OutputDebugString 在哪个包中?
它在Windows单元中声明。
Windows
在 Winapi 命名空间的 windows 单元中:
uses Winapi.Windows;
如何找到特定命令的单位: