home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c003 / 1.ddi / FILE.AAB < prev    next >
Encoding:
Text File  |  1987-02-04  |  4.0 KB  |  77 lines

  1. This following files are on the system diskette for Windows for C:
  2.  
  3.  
  4. SYSTEM DISKETTE
  5. -------------------------------------------------------------------------------
  6. read.aaa     --  Contains information on current version.
  7. file.aab     --  This file.
  8. history.doc  --  Contains an outline of WFC history from version 3.1 to present.
  9. version.doc  --  Documents current version.
  10. att_glob.h   --  Include file for globally assigned logical video attributes.
  11. computer.h   --  Include file of computer specific definitions.
  12. def_att.h    --  Include file of logical attribute definitions.
  13. llist.h      --  Include file of linked list definitions.
  14. wfc.h         --  Top level include file for Windows for C.
  15. wfc_comp.h   --  Include file of compiler specific definitions.
  16. wfc_defs.h   --  Include file of WFC specific definitions.
  17. wfc_glob.h   --  Include file of WFC global variable definitions.
  18. wfc_hist.h   --  Include file for compatibility with existing applications.
  19. wfc_stru.h   --  Include file for WFC structure declarations.
  20. wfc_xtrn.h   --  Include file of external declarations.
  21. wn_msgd.h    --  Include file of WFC message definitions.
  22. disk.qc      --  File for VCS quality control.
  23.  
  24. \SOURCE
  25. k_vcom.c     --  Source code for WFC library function k_vcom().
  26. menu2.c      --  Source code for WFC library function menu2().
  27. u_init.c     --  Source code for WFC library function u_init().
  28. vcs_errf.c   --  Source code for an example error function.
  29. vs_mf.c      --  Source code for WFC library function vs_mf().
  30. wfcimsg.c    --  Source code for WFC informational messages.
  31. wnemsg.c     --  Source code for WFC/WFD error messages.
  32.  
  33. \DEMOS
  34. test.adr     --  Names and addresses for prt_labl demo program.
  35. cl.bat         --  Example batch file for compiling and linking a program.
  36. demo_wn.c    --  Source code for multiple files in multiple windows demo program.
  37. dem_cmov.c   --  Source code for block graphics animation demo program.
  38. dem_grph.c   --  Source code for bar graph demo program.
  39. dem_menu.c   --  Source code for pop-up menu demo program.
  40. hello_wc.c   --  Source code for color version of "hello, world".
  41. loop.c         --  Source code for keyboard loop tutorial program.
  42. prt_labl.c   --  Source code for label printing demo program.
  43. set_mode.c   --  Source code for video mode switching tutorial program.
  44. sti_buf.c    --  Source code for offscreen buffer tutorial function.
  45. tutor.c      --  Source code for the "typing tutor" demo program.
  46. tut_help.c   --  Source code for the pop-up help file tutorial program.
  47. vmenu.c      --  Source code for the pop-up menu tutorial program.
  48. menu.dem     --  ASCII file for menu choices used by dem_menu.
  49. grph_hlp.doc --  ASCII file used by dem_grph.
  50. menu.doc     --  ASCII file used by dem_menu.
  51. menu_hlp.doc --  ASCII file used by dem_menu.
  52. wfc_fly.doc  --  ASCII file used by demo_wn.
  53. wn_help.doc  --  ASCII file used by demo_wn.
  54. labels.h     --  Include file for prt_labl.  Sets placement of labels.
  55. labels2.h    --  Include file for 2 across labels.
  56. labels3.h    --  Include file for 3 across labels.
  57. help.txt     --  ASCII file for pop-up help tutorial program, tut_help.
  58. vmenu.txt    --  ASCII file for menu choices used by vmenu.
  59. demo_wn.pif  --  TopView/Microsoft Windows Program Interface File for demo_wn.
  60. dem_menu.pif --  TopView/Microsoft Windows Program Interface File for dem_menu.
  61.  
  62. \MOUSE
  63. m_wfc.def    --  Source for mouse control program for MS MOUSE
  64. m_wfc.mnu    --  Translated mouse control program for MS MOUSE
  65. m_wfc.msc    --  Source for mouse control program for PC MOUSE
  66. m_wfc.com    --  Translated mouse control program for PC MOUSE
  67.  
  68.  
  69. LIBRARY DISKETTE
  70. -------------------------------------------------------------------------------
  71. read.aaa     --  Contains information on current version.
  72. wfcs.lib     --  Library for SMALL memory model.
  73. wfcm.lib     --  Library for MEDIUM memory model.
  74. wfcc.lib     --  Library for COMPACT memory model.
  75. wfcl.lib     --  Library for LARGE memory model.
  76. disk.qc      --  File for VCS quality control.
  77.