__interface是什么东西
如题
[解决办法]
#define __interface class
[解决办法]
sysmac.h
#define __interface class
Description
Object Pascal has built-in language support for interfaces, which behave like pure virtual classes augmented with compiler support for an associated GUID and other COM or CORBA interface handling. Header files that provide access to Object Pascal units that declare interfaces use the __interface macro to map these declarations into (pure virtual) C++ classes.
[解决办法]
Object Pascal interface as a C++ class
#define __interface class