随笔分类 - Delphi Xe Xcode FrameWork转换
摘要:1.加载static library *.a文件{$O-}function XE4_testframe: testframe; cdecl; external 'libtestframe.a' name 'OBJC_CLASS_$_testframe';2.加载动态库procedure XE4_A...
阅读全文
摘要:1.xcode中的class类属性用NsObjectClass定义 IFlySpeechRecognizer=interface(NsObjectClass) ['{4450B019-005A-461B-A6BC-6E1317C01B51}'] function _mscer:PIFlyMsc...
阅读全文
摘要:Delphi Interface接口的定义2011-04-20 14:54:11|分类:Delphi|举报|字号订阅type InterfaceName = interface(ancestorInterface) ['{GUID}'] memberList end;这里,ancestorInter...
阅读全文
浙公网安备 33010602011771号