先說(shuō)個(gè)下載地址吧:http://www.vckbase.com/tools/downtools.asp?id=22注冊(cè)碼就在壓縮包的文本文檔里面、之所以是6.01版的,因?yàn)樗鼘?duì)VC++6支持的很爽BoundsChecker 是一個(gè)Run-Time錯(cuò)誤檢測(cè)工具,它主要定位程序在運(yùn)行時(shí)期發(fā)生的各種錯(cuò)誤。BoundsChecker能檢測(cè)的錯(cuò)誤包括:1))1、指針操作和內(nèi)存、資源泄露錯(cuò)誤,比如:內(nèi)存泄露;... Read More
posted @ 2010-03-25 19:24
SouthAurora
Views(1489)
Comments(0)
Diggs(0)
一,在Dll或者ocx中 如果引用了FastMM4 而且在單元文件finalization處釋放的接口,類(lèi)等 有可能包內(nèi)存泄漏.應(yīng)為這幾個(gè)地方有可能在Fastmm4完全釋放內(nèi)存后才能進(jìn)到finalization中,導(dǎo)致內(nèi)存釋放出錯(cuò),具體原因查找中..... 解決辦法:添加對(duì)CurrentEngine類(lèi)的釋放過(guò)程,外面調(diào)用.[代碼] Read More
posted @ 2010-03-25 19:17
SouthAurora
Views(1135)
Comments(0)
Diggs(0)
一.ocx入口和dll入口一樣var oServices: TThemeServices;begin Assert(IsLibrary); oServices := Themes.ThemeServices; System.RegisterExpectedMemoryLeak(oServices);end.二.創(chuàng)建控件1. 添加類(lèi)TAFCActiveFormControl 2. 修改創(chuàng)建 in... Read More
posted @ 2010-03-25 19:11
SouthAurora
Views(1382)
Comments(0)
Diggs(0)
一.創(chuàng)建 1."New"-->"Other"-->"ActiveX"-->"ActiveX library" 2.選中新建的項(xiàng)目--->從ActiveX界面選中"ActiveX Form"3.將需要的控件添加到ActiveX Form上. 4.一定要在機(jī)器山注冊(cè)才能使用 如果在Delphi中可以使用"Run"-->"Register ActiveX Server" 也... Read More
posted @ 2010-03-25 19:05
SouthAurora
Views(299)
Comments(0)
Diggs(0)
一."New Project From Module" ---> "選擇ocx/dll"二."Run" ----> "Parameters..." ---->"Host Application:" --->"選擇Exe" Read More
posted @ 2010-03-25 18:49
SouthAurora
Views(302)
Comments(0)
Diggs(0)
一,Delphi項(xiàng)目設(shè)置For AQTime(Delphi 2007 for Win32 application for AQtime) Open your project in CodeGear Delphi 2007 for Win32.Select Project | Configuration Manager from the main menu. This will open the B... Read More
posted @ 2010-03-25 17:59
SouthAurora
Views(1032)
Comments(0)
Diggs(0)
1簡(jiǎn)介AQTime和MemProof都是AutomatedQA旗下的產(chǎn)品,AQTime比MemProof提供了更豐富強(qiáng)大的功能。該產(chǎn)品含有完整的性能和調(diào)試工具集,能夠收集程序運(yùn)行時(shí)關(guān)鍵的性能信息和內(nèi)存/資源分配信息,并提交概要報(bào)告和詳細(xì)報(bào)告,還提供所有的程序優(yōu)化處理工具,囊括了自定義過(guò)濾器、圖形化的調(diào)用層次結(jié)構(gòu)一直到源代碼瀏覽等內(nèi)容。AQTime的特色在于它不僅是一款調(diào)試工具,還是一款性能優(yōu)化工具... Read More
posted @ 2010-03-25 17:01
SouthAurora
Views(481)
Comments(0)
Diggs(0)

浙公網(wǎng)安備 33010602011771號(hào)