首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > .NET > .NET >

有支持 XE5的 SuperObject 吗?该如何处理

2013-11-21 
有支持 XE5的 SuperObject吗?原先用的, 在 XE5 安卓里面就不能用了.[解决办法]superobject作者和易博龙闹

有支持 XE5的 SuperObject 吗?
原先用的, 在 XE5 安卓里面就不能用了.
[解决办法]
superobject作者和易博龙闹翻了,不在支持Delphi新版本了.
可以用x-superobject这个是其他人的开源作品,和superobject的接口完全一样.
[解决办法]
xsuperobject是依赖dbxjson的吧?
[解决办法]
看到x-superobject源码中用了泛型、rttl、dbxjson,这个比之superobject在delphi版本通用性上差太多了,只能d2010以上才能用。
话说superobject的作者为啥事闹翻了,记得是个法国人吧?


(*
  *                       Cross Super Object Toolkit
  *
  * Usage allowed under the restrictions of the Lesser GNU General Public License
  * or alternatively the restrictions of the Mozilla Public License 1.1
  *
  * Software distributed under the License is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for
  * the specific language governing rights and limitations under the License.
  *
  * Embarcadero Technologies Inc is not permitted to use or redistribute
  * this source code without explicit permission.
  *
  * Unit owner : Onur YILDIZ <onryldz10@gmail.com>
  * Web site   : http://www.caracaldev.org
  *
*)
unit XSuperObject;

interface

uses
  Classes,
  Variants,
  SysUtils,
  DBXJSON,
  RTTI,
  TypInfo,
  Generics.Collections;

[解决办法]
不支持SuperObject了,特别在安卓这些移动平台上,只能用回自带的json

热点排行