随笔分类 -  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... 阅读全文
posted @ 2015-04-15 15:21 LAOS 阅读(520) 评论(0) 推荐(0)
摘要:1.xcode中的class类属性用NsObjectClass定义 IFlySpeechRecognizer=interface(NsObjectClass) ['{4450B019-005A-461B-A6BC-6E1317C01B51}'] function _mscer:PIFlyMsc... 阅读全文
posted @ 2015-04-08 11:06 LAOS 阅读(235) 评论(0) 推荐(0)
摘要:Delphi Interface接口的定义2011-04-20 14:54:11|分类:Delphi|举报|字号订阅type InterfaceName = interface(ancestorInterface) ['{GUID}'] memberList end;这里,ancestorInter... 阅读全文
posted @ 2015-04-08 10:59 LAOS 阅读(270) 评论(0) 推荐(0)