Dec 072017
BoilerPlate. Code Generator for Borland Pascal and Turbo Pascal OWL programs. Generates Skeleton code for main program and dialogs. | |||
---|---|---|---|
File Name | File Size | Zip Size | Zip Type |
BLRPLATE.EXE | 214288 | 71889 | deflated |
BLRPLATE.HLP | 58620 | 20273 | deflated |
COLOR.PAS | 7419 | 2171 | deflated |
COLOR.RC | 5100 | 1076 | deflated |
COLOR.RES | 2035 | 700 | deflated |
COLORTST.PAS | 1755 | 693 | deflated |
DLGSKEL.DAT | 1910 | 820 | deflated |
MESSAGES.DAT | 2380 | 626 | deflated |
NOTIF.DAT | 898 | 322 | deflated |
PROCS.DAT | 727 | 262 | deflated |
README | 2896 | 1373 | deflated |
SKEL.DAT | 3617 | 1333 | deflated |
TDLGW.INC | 272 | 150 | deflated |
TDLGW.RC | 4058 | 987 | deflated |
TESTDLG.DAT | 2686 | 995 | deflated |
TWIND.INC | 308 | 168 | deflated |
TWIND.RC | 4443 | 789 | deflated |
Download File BLRPLT.ZIP Here
Contents of the README file
BoilerPlate Version 2.01
BoilerPlate is a code generater for Borland Pascal and Turbo Pascal OWL
programs. It can be used to generate boilerplate (skeleton) code both
for your main program and any dialogs it uses.
To use BoilerPlate, you start by designing your resources (menus, icons,
cursors, dialogs, etc.) with Resource Workshop. BoilerPlate reads the
resulting .RC file, asks a few questions and then produces the code.
With few exceptions, the code can be compiled and run to give you a feel
for the results, but you'll still have to fill in the details to produce
the final result you want.`
What's new in version 2
1. Code generation for dialogs.
2. BoilerPlate now reads the .RC file rather than the .RES file, giving
it better access to symbols, etc.
Here's the files included in this package:
BLRPLATE.EXEThe main program
BLRPLATE.HLPIts help file
The following are data files which BoilerPlate needs
SKEL.DATSkeleton source file main program
MESSAGES.DATInfo on wm_xxxx messages
NOTIF.DATInfo on notification methods
PROCS.DATInfo on OWL methods
DLGSKEL.DAT Skeleton source file for dialog units
TESTDLG.DAT Skeleton source file for test program to test dialogs
Demo RC, INC files for experimentation
TDLGW.RCA TDlgWindow demo
TDLGW.INCIts include
TWIND.RCA TWindow demo
TWIND.INCIts Include
COLOR.RC A dialog demo
COLOR.RESIt's resource file
COLOR.PAS Code generated and added to to illustrate some dialog
techniques. See comments in file for info.
COLORTST.PAS Test program source generated to test COLOR.PAS
READMEThis file
Installation
BLRPLATE.EXE, BLRPLATE.HLP, and all the .DAT file should be copied to a
single directory. The remaining files are optional. To run BoilerPlate,
use the File|Run command from Program Manager. You can also install
BoilerPlate as an icon with Program Manager's File|New.
See the help file for instructions on how to use BoilerPlate.
The use of BoilerPlate is free. However, if you find it useful, have
suggestions, or find bugs, I'd like to hear from you. Future support,
changes will probably depend on how useful it turns out to be.
Contact me by Compuserve (the best way) or at one of the addresses below.
Dave Baldwin
CompuServe ID #76327,53.
22 Fox Den Rd., (Summer) 144 13th St. East, (Winter)
Hollis, NH 03049 Tierra Verde, FL 33715
(603) 465-7857 (813) 867-3030
Version 2.01 Changes and Fixes
1. A GPF occured when attempting to generate program code for a TDlgWindow
if the dialog had no menu.
2. For TDlgWindow program code, the dialog's symbol was not getting defined.
3. The "Paint" procedure was added to the procedure selection list.
4. Minor help file changes.
BoilerPlate is a code generater for Borland Pascal and Turbo Pascal OWL
programs. It can be used to generate boilerplate (skeleton) code both
for your main program and any dialogs it uses.
To use BoilerPlate, you start by designing your resources (menus, icons,
cursors, dialogs, etc.) with Resource Workshop. BoilerPlate reads the
resulting .RC file, asks a few questions and then produces the code.
With few exceptions, the code can be compiled and run to give you a feel
for the results, but you'll still have to fill in the details to produce
the final result you want.`
What's new in version 2
1. Code generation for dialogs.
2. BoilerPlate now reads the .RC file rather than the .RES file, giving
it better access to symbols, etc.
Here's the files included in this package:
BLRPLATE.EXEThe main program
BLRPLATE.HLPIts help file
The following are data files which BoilerPlate needs
SKEL.DATSkeleton source file main program
MESSAGES.DATInfo on wm_xxxx messages
NOTIF.DATInfo on notification methods
PROCS.DATInfo on OWL methods
DLGSKEL.DAT Skeleton source file for dialog units
TESTDLG.DAT Skeleton source file for test program to test dialogs
Demo RC, INC files for experimentation
TDLGW.RCA TDlgWindow demo
TDLGW.INCIts include
TWIND.RCA TWindow demo
TWIND.INCIts Include
COLOR.RC A dialog demo
COLOR.RESIt's resource file
COLOR.PAS Code generated and added to to illustrate some dialog
techniques. See comments in file for info.
COLORTST.PAS Test program source generated to test COLOR.PAS
READMEThis file
Installation
BLRPLATE.EXE, BLRPLATE.HLP, and all the .DAT file should be copied to a
single directory. The remaining files are optional. To run BoilerPlate,
use the File|Run command from Program Manager. You can also install
BoilerPlate as an icon with Program Manager's File|New.
See the help file for instructions on how to use BoilerPlate.
The use of BoilerPlate is free. However, if you find it useful, have
suggestions, or find bugs, I'd like to hear from you. Future support,
changes will probably depend on how useful it turns out to be.
Contact me by Compuserve (the best way) or at one of the addresses below.
Dave Baldwin
CompuServe ID #76327,53.
22 Fox Den Rd., (Summer) 144 13th St. East, (Winter)
Hollis, NH 03049 Tierra Verde, FL 33715
(603) 465-7857 (813) 867-3030
Version 2.01 Changes and Fixes
1. A GPF occured when attempting to generate program code for a TDlgWindow
if the dialog had no menu.
2. For TDlgWindow program code, the dialog's symbol was not getting defined.
3. The "Paint" procedure was added to the procedure selection list.
4. Minor help file changes.
December 7, 2017
Add comments