home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 22 gnu / 22-gnu.zip / dlged002.zip / readme < prev    next >
Text File  |  1995-11-24  |  1KB  |  42 lines

  1.  
  2.     Dialog Editor v0.0
  3.     G.Iachello
  4.     1994,1995
  5.     
  6.     This is freeware. You can modify or use this code as you wish,
  7. provided that my portion of the code reamins freeware (ie available 
  8. to anyone, in listing form) and that you keep my notice at the beginning 
  9. of each file.
  10.  
  11.     This program can be compiled with the following tools:
  12.     
  13.     emx 0.9a patchlevel 3
  14.     dmake
  15.     
  16.     You'll need the PM++ class library. See the documentation of that
  17. package for it's installation.
  18.  
  19.     To build the program, edit the makefile and set the CFLAGS and OS2CLASS
  20. variables to point to the directory where the PM++ include and library files
  21. are. (If you did'nt install the emx compiler in the /emx directory, you'll
  22. have to edit also the other directory definitions at the beginning of the 
  23. makefile). Then type:
  24.     
  25.     dmake
  26.     
  27.  
  28.     Brief Description
  29.     
  30.     DlgEdit is a freeware dialog editor written with the PM++ class
  31. library, to    show how the library works, and to show how a dialog editor
  32. works. It is possible to create simple dialogs, and to create .rc
  33. listings of the DIALOGTEMPLATEs. There is a modeless dialog which
  34. can be used to view and modify the control list. 
  35.  
  36.     I can be reached at the following addresses:
  37.     
  38.     internet: giac@dei.unipd.it (Giovanni Iachello)
  39.     fidonet: Giovanni Iachello 2:333/801.13
  40.     
  41.  
  42.