2010年4月4日 星期日
学 Win32 汇编 [6]: 伪指令 DUP 与数组
万一| 万一的 Delphi 博客 |18:03:00
阅读: 116 评论: 0 作者:万一发表于 2010-04-04 18:03原文链接声明数组实例:; Test6_1.asm .386 .model flat, stdcall include windows.inc include kernel32.inc include masm32.inc include debug.inc includelib kernel32.lib includelib masm32.lib...
Rapid database application development with Firebird, Delphi, and Embarcadero Change Manager
CodeGear| CodeGear-CDN Delphi |17:00:00
学 Win32 汇编 [5]: 伪指令 DUP 与数组
万一| 万一的 Delphi 博客 |16:22:00
阅读: 9 评论: 0 作者:万一发表于 2010-04-04 16:22原文链接声明数组实例:; Test9.asm .386 .model flat, stdcall include msvcrt.inc includelib msvcrt.lib .data szFmt db '%d', 0DH, 0AH, 0 ;声明并初始化有五个元素的 DWORD 数组; 该数组每个元素是 4...
学 Win32 汇编 [4]: 数据类型与声明
万一| 万一的 Delphi 博客 |13:55:00
阅读: 26 评论: 0 作者:万一发表于 2010-04-04 13:55原文链接类型描述类型缩写位数字节数浮点数有效位数值范围字节BYTEDB81 0..255有符号字节SBYTEDB81 -128..127字WORDDW162 0..65535有符号字SWORDDW162 -32768..32767双字DWORDDD324 0..4294967295有符号双字S...
2010年4月3日 星期六
比较好的Form界面设计器
DELPHI盒子| Delphi盒子 |16:04:00
新改版的设计器,基本已近实用了
学 Win32 汇编 [3]: 控制台下的几种输出方式
万一| 万一的 Delphi 博客 |14:25:00
阅读: 30 评论: 0 作者:万一发表于 2010-04-03 14:25原文链接尽管是学习 Win32 汇编, 也应该先从控制台程序起步; 因为一个基本的 Windows 窗口都需要不少代码.为了查看测试结果, 首先需要知道输出呈现的办法, 目前我尝试出了 3 种办法:1、使用 MASM 提供的 StdOut 函...
MECSUtils ver1.48
CodeGear| CodeGear-CodeCentral Delphi |11:31:26
MECSUtils unit constains several functions and classes to support international characters with AnsiString/UnicodeString/WideString.# Please check source code for detail.Classes:--------------------- - PUnicodeChar(*1) - PUTF8Char - TEastAsianWidt...
学 Win32 汇编 [2]: 最简单的 Win32 程序
万一| 万一的 Delphi 博客 |11:05:00
阅读: 51 评论: 0 作者:万一发表于 2010-04-03 11:05原文链接; Test1.asm .386 .model flat, stdcall include windows.inc include user32.inc include kernel32.inc includelib user32.lib includelib kernel32.lib .data szCaption db 'Hi', 0 szMsg ...
2010年4月2日 星期五
学 Win32 汇编 [1]: 选择编辑与编译工具
万一| 万一的 Delphi 博客 |22:47:00
阅读: 56 评论: 0 作者:万一发表于 2010-04-02 22:47原文链接Win32 汇编工具主要有 MASM 和 TASM; 我选择前者, 理由是使用范围广, 便于交流.根据介绍, 我先下载了 MASM32(http://www.masm32.com/), 发现不错, 但不是我最想要的.后来找到了 RadASM(官方地址: http://w...
MECSUtils ver1.47
CodeGear| CodeGear-CodeCentral Delphi |22:12:25
MECSUtils unit constains several functions and classes to support international characters with AnsiString/UnicodeString/WideString.# Please check source code for detail.Classes:--------------------- - PUnicodeChar(*1) - PUTF8Char - TEastAsianWidt...
搜索了一下电脑上编程相关的 pdf, 看有你需要的吗?
万一| 万一的 Delphi 博客 |17:46:00
阅读: 10 评论: 1 作者:万一发表于 2010-04-02 17:46原文链接这段时间又可以回到电脑上来了, 先整理了一下电脑上的编程相关的 pdf, 大都比较旧了.如果有你需要的请告诉我, 如果你有我没有的也请告诉我; 书永远也不嫌多呀!我准备了一个开放的邮箱准备与您交流: Delphi...
C++Builder 2010 and the missing DataSnap Wizards
Bob Swart| Dr.Bob’s Delphi Notes |14:05:08
C++Builder 2010 Enterprise includes support for DataSnap 2010, although it's not always as easy as for Delphi 2010 developers since the DataSnap Wizards are missing in the C++Builder personality.
Highlighting Delphi’s DBGrid Row On Mouse Hover
About.com| About.com Delphi Programming |05:00:03
2010年3月31日 星期三
Berg Next Component Suite v5.1.10.1 Full Source
DELPHI盒子| Delphi盒子 |16:03:00
========== Jan 15 2010 ---------- NextGrid v5.0.6 -- fixed: Bug fixes and internal tweaks. NextInspector v5.0.6 -- added: ButtonCaption property for NxButtomItem and descendants. This property specify text which will appear on button of Editor. f...
用ics收邮件(可接收大附件)
DELPHI盒子| Delphi盒子 |16:03:00
通常用indy和fastnet收邮件,若邮件过大就会没有响应,收取不成功。通过试验,用ics控件包中的smpt来收邮件就没有这种问题,但是ics的帮助资料较少,其附带的例子并没有说明如何收取邮件的附件。(我用的是ics5。下载地址:http://www.overbyte.be),本例子使用Sync...





冀公网安备 13098202000212号