论坛


2013年4月18日 星期四

Delphi for iOS: multi-device app development, true native code, on-device rapid prototyping

David I| Sip from the Firehose |19:38:05

Some recent articles include interesting information about app store downloads and sales along with the revenues that developers are realizing. ?As our product?road map outlines, we are continuing our development of compilers, FireMonkey and runti...

IOS设备连接文件管理库 For Delphi

DELPHI盒子| Delphi盒子 |16:04:00

[IOSDevice4Delphi] IOS设备连接文件管理库 For Delphi首先申明:这个库是我根据网上的C/C++/C#代码进行代码翻译的结果。目前并不完善,仅处理了一些基础简单的操作,例如:设备信息读取、目录读取、文件上传下载删除,同时可能存在部分bug。代码及Demo仅作下载学习?..

Delphi中实现变长函数笔记

不得闲| 得闲笔记 |15:57:00

前面从网络中收藏加转贴了一部分关于变长参数函数的笔记。反正休闲没事,于是就专门的研究研究了如何用Delphi来实现类似于C语言中Printf这种可以传递任意多个参数的函数。这个实际上来说也不太难,只要俺们都熟悉函数的调用规则,那么就很容易了。实际上这个变长,总...