先说个下载地址吧:http://www.vckbase.com/tools/downtools.asp?id=22注册码就在压缩包的文本文档里面、之所以是6.01版的,因为它对VC++6支持的很爽BoundsChecker 是一个Run-Time错误检测工具,它主要定位程序在运行时期发生的各种错误。BoundsChecker能检测的错误包括:1))1、指针操作和内存、资源泄露错误,比如:内存泄露;... Read More
posted @ 2010-03-25 19:24 SouthAurora Views(1470) Comments(0) Diggs(0) Edit
一,在Dll或者ocx中 如果引用了FastMM4 而且在单元文件finalization处释放的接口,类等 有可能包内存泄漏.应为这几个地方有可能在Fastmm4完全释放内存后才能进到finalization中,导致内存释放出错,具体原因查找中..... 解决办法:添加对CurrentEngine类的释放过程,外面调用.[代码] Read More
posted @ 2010-03-25 19:17 SouthAurora Views(1105) Comments(0) Diggs(0) Edit
一.ocx入口和dll入口一样var oServices: TThemeServices;begin Assert(IsLibrary); oServices := Themes.ThemeServices; System.RegisterExpectedMemoryLeak(oServices);end.二.创建控件1.  添加类TAFCActiveFormControl 2.  修改创建 in... Read More
posted @ 2010-03-25 19:11 SouthAurora Views(1374) Comments(0) Diggs(0) Edit
一.创建 1."New"-->"Other"-->"ActiveX"-->"ActiveX library" 2.选中新建的项目--->从ActiveX界面选中"ActiveX Form"3.将需要的控件添加到ActiveX Form上. 4.一定要在机器山注册才能使用 如果在Delphi中可以使用"Run"-->"Register ActiveX Server" 也... Read More
posted @ 2010-03-25 19:05 SouthAurora Views(281) Comments(0) Diggs(0) Edit
一."New Project From Module" ---> "选择ocx/dll"二."Run" ----> "Parameters..." ---->"Host Application:" --->"选择Exe" Read More
posted @ 2010-03-25 18:49 SouthAurora Views(292) Comments(0) Diggs(0) Edit
一,Delphi项目设置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(1011) Comments(0) Diggs(0) Edit
1简介AQTime和MemProof都是AutomatedQA旗下的产品,AQTime比MemProof提供了更丰富强大的功能。该产品含有完整的性能和调试工具集,能够收集程序运行时关键的性能信息和内存/资源分配信息,并提交概要报告和详细报告,还提供所有的程序优化处理工具,囊括了自定义过滤器、图形化的调用层次结构一直到源代码浏览等内容。AQTime的特色在于它不仅是一款调试工具,还是一款性能优化工具... Read More
posted @ 2010-03-25 17:01 SouthAurora Views(454) Comments(0) Diggs(0) Edit