当前位置:首页 » 软件开发
开发技术指南» 文章正文
    引言: [原文] That is correct. A BPL is a
 

 

 ·delphi操作wrod的几个知识点     »显示摘要«
    摘要://-------------------初始化-------------------- var wapp,work:variant; try wapp:=getactiveoleobject(word.application); except wapp:=createoleobject(word.application); end;//---------------替换字符-----------......
    摘要:delphi自带web应用示例iserver.dll的正确设置    一次偶然的机会,我对将delphi自带的iserver.dll web应用服务器放到windows xp pro上运行,结果发现其初始的文本甚而显示正常,而当我点击其页面中访问数据库的链接时,则总是提示服务器内错误(http 500)。在肯定自己的iis目录及权限设置无误的情况下,百思不得其解。今天在网上查看microsoft ......


bpl和dll文件的区别[翻译]

[原文]

【程序编程相关:Authorware UCD 开发大揭秘

【推荐阅读:Authorware UCD 开发大揭秘

that is correct. a bpl is a dll. (but not all dlls are bpls.) 【扩展信息:Authorware UCD 开发大揭秘

> but i still found some different, such as that i can create a

> object from the host exe and that pass to a bpl and modify it safely, but

> if i do same to a dll, i can not modify any referenced property of the object.

when you use packages, there is only ever one copy of any unit in

memory. one copy of forms, one copy of sysutils, one copy of system

(well, most of it), one copy of stdctrls, etc.

all class-related operations, such as the "is" and "as" operators, rely

on class references. class references are actually just addresses. they

point to definitions for the layouts of the classes internals. (they

point to whats called the virtual-method table, the vmt.) two classes

are the same if they point to the same vmt -- if the addresses are equal.

when you have a class defined in the exes copy of stdctrls and the same

class defined in a dlls copy of stdctrls, those classes will really


...   下一页
 ·关于sqldmo的使用     »显示摘要«
    摘要:关于sqldmo的使用2005-4-5 16:13:52lw549 sqldmo.dll是一个com,安装sqlserver后位于program files\microsoft sql server\80\tools\binn文件夹下,关于sqldmo能做什么的问题,不是本文讨论的重点,这里只说明如何使用该com,现在开始。 第一步,导入sqldmo,生成类型说明文件。 打开delphi,proj......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE