home *** CD-ROM | disk | FTP | other *** search
/ CICA 1992 November / CICA_MS_Windows_CD-ROM_Walnut_Creek_November_1992.iso / win3 / programr / textview / demo.def < prev    next >
Text File  |  1991-06-12  |  588b  |  21 lines

  1. ; Module definition file for the Trace System demonstration application
  2. ;
  3. ; This source is Copyright (c) Alan Phillips 1991. It may be freely used
  4. ; and adapted for non-commercial applications. Commercial and ShareWare
  5. ; authors should first obtain the written permission of the author.
  6.  
  7. NAME        TRACE
  8. DESCRIPTION    'TextView DLL Demonstration'
  9. EXETYPE        WINDOWS
  10. STUB        'winstub.exe'
  11. CODE        MOVEABLE PRELOAD
  12. DATA        MOVEABLE MULTIPLE PRELOAD
  13. HEAPSIZE    8192
  14. STACKSIZE    16384
  15. EXPORTS
  16.         AboutDlgProc        @1
  17.         WndProc            @2
  18.         menu_handler        @3
  19.         copy_menu_handler    @4
  20.         notify_handler        @5
  21.