搜索资源列表
smallMail
- Delphi环境下用纯API完成的匿名邮件发送单元。涉及到本地DNS读取、MX解析以及利用SOCK按照SMTP约定发送EMAIL的单元。非常适合做一些程序的反馈单元。而不用担心内存会泄露你的邮箱密码。- -Delphi environment with pure API completed the anonymous mail sent modules. Relate to the local DNS read, MX Analysis and the use of SMTP Sock unde
CheckMem
- delphi内存泄露检测单元源码,内包含具体使用方法
EurekaLog.v6.0.1.4
- EurekaLog 是集成在 Delphi, C++Builder, Visual Studio 等 IDE 下的辅助工具,能快速生成带 Error Report 功能的应用程序。能将错误报告发送到指定邮箱、服务器、记录在本地文件中等。其报告可具体指出出错的代码行,以及机器当前信息、寄存器信息等诸多重要诊断信息。新版还支持内存泄露检测。 -EurekaLog is a complete bug resolution tool for Delphi, C++Builder, C# and VB
16jinzhi
- delphi 16进制编辑控件 可以编辑2进制文件,这个是对网上发布的修改版,清除了内存泄露这一类。并且在示例中加了一个例子-delphi 16 hex editor control to edit a binary file, this is a modified version of the online release, clear the memory leak in this category. And in case an example added
FastMM4991
- delphi内存泄露检测控件,方便对工程内存测试及调试(delphi memory leak detect)
FastMM4991
- 使用FastMM检测内存泄露,在工程的第一行引用FastMM4即可(注意,一定要在第一个Uses的位置),可以在调试程序时提示内存泄露情况,还可以生成报告(Using FastMM to detect memory leaks)