摘要:在delphi中选project import type library命令,在对话框中选import microsoft shell controls and automation类型库,点install后,在delphi的activex控件板上就多了tshellfolderitem,tshelllinkobject,tshellfolderview,tshell,tsearchcommand等......
摘要:{*单元说明 : 用 modelmaker 生成 单例程窗体模式。作者 : 笔名 : 易 一 英文名:yeeyeee-mail : jane1437@163.commy blog : http://blog.csdn.net/yeeyee/qq : 282624758创建时间 : 2005年5月31日及最后修改时间:修改人修改时间:修改说明: 版权声明: 版权所有,转载请注明本人邮箱,笔名, 并......
Convert access violation address to line no.
convert access violation address to line no. 【程序编程相关:
我写的换肤的类.应用于播放器中.
】 【推荐阅读:
关于delphi的socket的问题?
】convert access violation address to line no in delphi 3. 【扩展信息:
Delphi中资源文件使用详解
】 it is possible to take the address given when an access violation occurs in a running application and convert this back to a unit name, function name and line number in source code. this is done using a detailed map file generated when application was compiled. creating a map file. first you need to create map file for project as follows: 1. first make sure code optimization is switch off in project|options dialog compiler tab. 2. then switch on detailed map file in the project|options dialog linker tab. 3. now rebuild your application with a project|build all. a map file will be generated with the same name as the project.exe e.g. project.map. ...
下一页 摘要:现在网络的流行,使得服务器程序得到了广泛的应用,那么我们使用delphi如何设计出强壮的服务器呢?有人说,如果要设计服务器的话,一定要使用vc来设计,其实这个人说的有一定道理,因为如果你要使用delphi来设计服务器的话,要想设计高效的服务器就不要使用delphi带来的大部分的控件(最好不要使用delphi控件),为什么呢?下面我会告诉大家。这样的话你全部使用api来设计服务器,就同vc没有太大的......