| Delphi Clinic | C++Builder Gate | Training & Consultancy | Delphi Notes Weblog | Dr.Bob's Webshop |
| ||||||
Advanced and Integrated Expert Support for 16-bit and 32-bit Delphi/C++Builder Development
Dr.Bob's Collection of Delphi/C++Builder Wizards (they used to be called Experts) consists of a dozen Delphi Wizards (seven C++Builder Wizards) in three different forms (19 total Wizards, with two invisible Wizards to "group" them together in the Help-menu):
| DRBOB.DLL Delphi/C++Builder Wizards | Standard | Project | Form |
| Dr.Bob's Wizard About Screen | D/C | ||
| Dr.Bob's FileOpen Wizard... | D/C | ||
| Dr.Bob's SysUtils Info Wizard... | D/C | ||
| Dr.Bob's Resource Info Wizard... | D/C | ||
| Dr.Bob's Program Manager Wizard... | D/C | ||
| Dr.Bob's Project Info Wizard... | D/C | ||
| Dr.Bob's DLL Source Wizard... | D | D | |
| Dr.Bob's Component Wizard... | D | D | |
| Dr.Bob's Splash Form Wizard... | D | D | |
| Marco & Dr.Bob's Table Form Wizard... | D | D | |
| Dr.Bob's Dynamic DLL Wizard Loader... | D/C | ||
| Dr.Bob's 16- to 32-bit Resource Converter... | D/C | ||
| Dr.Bob's C DLL Header Converter (2.0)... | D | D | D |
Dr.Bob's Expert About Screen...
Dr.Bob's FileOpen Expert...
Dr.Bob's SysUtils Info Expert...
The Resource Info standard Expert will show a modeless always-on-top form with information regarding the current state of available System, User and GDI resources, as well as the available high and conventional memory.
There is now also a "mark" (left) and "used" (right) button.
Clicking on the Mark-button will make a snapshot of the current resource and memory values, while clicking on Used-button will show the difference between the current state and the marked state.
This way, you can easily identify the resource and memory requirements of your applications (just "mark" before a run, and click on "used" during running the application) as well as identify possible resource leakage (if "used" is not zero after a run).
Dr.Bob's Program Manager Expert...
Dr.Bob's Project Info Expert...
Dr.Bob's DLL Source Expert...The resulting DLLs compile with both Delphi 1 and 2, as they have embedded {$IFDEF} statements that make sure the stdcall calling convention is used for Win32 instead of a regular export.
Dr.Bob's Splash Form Expert...
Dr.Bob's 16- to 32-bit Resource Converter...