论坛


2009年1月5日 星期一

bpl插件系统开发

幸福苹果| 幸福苹果-delphi |18:19:00

http://blog.csdn.net/JavaD类别:delphi编程 查看评论

delphi汇编教程

幸福苹果| 幸福苹果-delphi |18:19:00

http://user.qzone.qq.com/597353/blog/1222313143逆风  发表于2008年09月25日 11:25阅读全文类别:delphi编程 查看评论

Delphi进制转换(二进制/十进制/十六进制)

幸福苹果| 幸福苹果-delphi |18:17:00

http://hi.baidu.com/tuohuang0303/blog/item/b5f8e6015ad8c1087aec2c64.html2008-08-29 10:24一、完全用API完成:..uses Windows;阅读全文类别:delphi编程 查看评论

创建Remote DataModule时出错

minyoad| minyoad的技术坛子-delphi |14:02:14

Delphi中,如题,出现:Could not find interface IAppServer in type library.解决办法:注册Midas.dll,一般在Delphi目录的bin下,或者是system32下, 即regsvr32 midas.dll就OK了。

Access To MySQL DB Conversion Tool

delphi3000| delphi3000.com |12:00:00

How we convert MS Access database records into MySQL server?

Sort a Generic Delphi List using an Anonymous Comparer Method

About.com| About.com Delphi Programming |05:00:51

in Delphi TIPS :: Delphi 2009 adds Generics and Anonymous methods to the Delphi language. When you have objects in some list - one of a commonly required tasks is...