|
|
|
|
aoMisc Unit
aoMisc is a unit that contains a variety of types and methods that I use on a regular basis and in many of my programs. The unit is designed to not include the units that will cause your EXE to increase greatly in size; units such as Forms, Dialogs, FileCtrl, and Controls will cause your EXE to add several (sometimes hundreds) of extra K. aoMisc's small size makes it a very useful unit when dealing with API or console applications. The package contains the source code for all Delphi compiler versions. I'm a lousy artist so you'll have to put up with my pathetic component bitmaps. If you really don't like them, feel free to make your own and forward it to me. The debugger provided with aoMisc is a 32bit GUI application written in Delphi 5. The debugger captures messages coming from the aoMisc.Debug and DebugEx methods. If you would like to rewrite it, expand it, port it to 16bit, feel free.
|
|
|