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.
我正在尝试创建一个从 TIdSync 派生的类,但编译器说 Type Name Expected。是我使用的版本不支持 TIdSync 类吗?
我正在使用 RAD 2010 indy 10.5.5
如果您使用的是 Delphi,请添加IdSync到您的uses子句中。
IdSync
uses
如果您使用的是 C++,请添加#include <IdSync.hpp>到您的代码中。
#include <IdSync.hpp>