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 |
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.