home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c031 / 1.ddi / CSETUP.INF < prev    next >
Encoding:
INI File  |  1992-03-19  |  119.4 KB  |  2,957 lines

  1. ;
  2. ; INFORMATION FILE FOR C 7.0 SETUP
  3. ;
  4.  
  5. [macro]
  6. VERS = "7.00"
  7.  
  8. ; default directory names (must end with \)
  9. DEFDIRBASE     = "C:\C700\"
  10. DEFDIRBIN      = "BIN\"
  11. DEFDIRHELP     = "HELP\"
  12. DEFDIRINCL     = "INCLUDE\"
  13. DEFDIRINIT     = "INIT\"
  14. DEFDIRLIB      = "LIB\"
  15. DEFDIRMFC      = "MFC\"
  16. DEFDIRSOURCE   = "SOURCE\"
  17. DEFDIRSAMPLES  = "SAMPLES\"
  18. DEFDIRTMP      = ""
  19.  
  20. PACKINGLIST = "PACKING.TXT"
  21. READMEFILE  = "README.TXT"
  22.  
  23. ; This definition is needed ...
  24. SETUP_VER   =
  25. MS_SETUP    = "Microsoft (R) Setup Version"
  26. COPYRIGHT   = "Copyright (C) Microsoft Corp. 1986, 1992. All rights reserved."
  27.  
  28. ; filename of linker, and backup name used during version checking
  29. LINK_NAME      = "link.exe"
  30. TEMP_LINK_NAME = "$$$link.tmp"
  31.  
  32.  
  33. ; ************** lists ********************
  34.  
  35. ;;; Insert Source Media Description here ... VVVVVV ....
  36.  
  37. [list sdisks]
  38. 0:dos, "Your MS-DOS SYSTEM disk"
  39. 1:x,   "Disk1: Setup"
  40. 2:x,   "Disk2: Utilities"
  41. 3:x,   "Disk3: C and C++ Compiler"
  42. 4:x,   "Disk4: Library Files - I"
  43. 5:x,   "Disk5: Library Files - II"
  44. 6:x,   "Disk6: Library Files - III"
  45. 7:x,   "Disk7: Codeview and PWB - II"
  46. 8:x,   "Disk8: Microsoft Foundation Classes - I"
  47. 9:x,   "Disk9: Help Files"
  48. 10:x,  "Disk10: Microsoft Foundation Classes - II"
  49. 11:x,  "Disk11: Microsoft Foundation Classes - III"
  50.  
  51. ; not only must these paths be relative to setup.exe, they must be
  52. ; relative to each other, so that from within any dir, the relative
  53. ; path will get you to any other dir.  This means that setup.exe must
  54. ; be in one of the named dirs.
  55. [list netsetup]
  56. 0:x,  " "
  57. 1:x,  "..\disk1"
  58. 2:x,  "..\disk2"
  59. 3:x,  "..\disk3"
  60. 4:x,  "..\disk4"
  61. 5:x,  "..\disk5"
  62. 6:x,  "..\disk6"
  63. 7:x,  "..\disk7"
  64. 8:x,  "..\disk8"
  65. 9:x,  "..\disk9"
  66. 10:x,  "..\disk10"
  67. 11:x,  "..\disk11"
  68.  
  69. ;;; End of Source Media Description here ... ^^^^^^ ....
  70.  
  71. ; very rarely used
  72. [list ddisks]
  73. 1:x,  "the destination disk, tape, or cartridge"
  74.  
  75.  
  76. ; LIBRARY-BUILDING LISTS and MACROS
  77.  
  78. [macro]
  79. LIB_EXE       = "LIB.EXE"
  80.  
  81. ; These are used in the building of the mondo library names
  82. LIB_BASE      = "LIBC"
  83. LIBDLL_BASE   = "DLLC"
  84. MATH_LETTERS  = "E7A"
  85. MODEL_LETTERS = "SMCL"
  86. MODE_LETTERS  = "RWQW"
  87.  
  88. [list libbuild]
  89. ;   the number is insignificant, the filename is the library to build,
  90. ;   the description is the lib operations line
  91.  
  92. ; DOS MONDO LIBRARIES
  93. 1:slibcer, "+SLIBCR.LIB +LIBH.LIB +EM.LIB +SLIBFP.LIB +SGRAPHFP.LIB +SLIBCXX.LIB +PCD.LIB           +VM.LIB"
  94. 1:slibcar, "+SLIBCR.LIB +LIBH.LIB         +SLIBFA.LIB +SGRAPHFA.LIB +SLIBCXX.LIB +PCD.LIB           +VM.LIB"
  95. 1:slibc7r, "+SLIBCR.LIB +LIBH.LIB +87.LIB +SLIBFP.LIB +SGRAPHFP.LIB +SLIBCXX.LIB +PCD.LIB           +VM.LIB"
  96.  
  97. 1:mlibcer, "+MLIBCR.LIB +LIBH.LIB +EM.LIB +MLIBFP.LIB +MGRAPHFP.LIB +MLIBCXX.LIB +PCD.LIB +MOVE.LIB +VM.LIB"
  98. 1:mlibcar, "+MLIBCR.LIB +LIBH.LIB         +MLIBFA.LIB +MGRAPHFA.LIB +MLIBCXX.LIB +PCD.LIB +MOVE.LIB +VM.LIB"
  99. 1:mlibc7r, "+MLIBCR.LIB +LIBH.LIB +87.LIB +MLIBFP.LIB +MGRAPHFP.LIB +MLIBCXX.LIB +PCD.LIB +MOVE.LIB +VM.LIB"
  100.  
  101. 1:clibcer, "+CLIBCR.LIB +LIBH.LIB +EM.LIB +CLIBFP.LIB +SGRAPHFP.LIB +CLIBCXX.LIB +PCD.LIB           +VM.LIB"
  102. 1:clibcar, "+CLIBCR.LIB +LIBH.LIB         +CLIBFA.LIB +SGRAPHFA.LIB +CLIBCXX.LIB +PCD.LIB           +VM.LIB"
  103. 1:clibc7r, "+CLIBCR.LIB +LIBH.LIB +87.LIB +CLIBFP.LIB +SGRAPHFP.LIB +CLIBCXX.LIB +PCD.LIB           +VM.LIB"
  104.  
  105. 1:llibcer, "+LLIBCR.LIB +LIBH.LIB +EM.LIB +LLIBFP.LIB +MGRAPHFP.LIB +LLIBCXX.LIB +PCD.LIB +MOVE.LIB +VM.LIB"
  106. 1:llibcar, "+LLIBCR.LIB +LIBH.LIB         +LLIBFA.LIB +MGRAPHFA.LIB +LLIBCXX.LIB +PCD.LIB +MOVE.LIB +VM.LIB"
  107. 1:llibc7r, "+LLIBCR.LIB +LIBH.LIB +87.LIB +LLIBFP.LIB +MGRAPHFP.LIB +LLIBCXX.LIB +PCD.LIB +MOVE.LIB +VM.LIB"
  108.  
  109. ;  WINDOWS MONDO LIBRARIES
  110. 1:slibcewq,  "+SLIBCW.LIB +SLIBCQ.LIB +LIBH.LIB +SLIBFPW.LIB +QWIN.LIB   +SLIBCXX.LIB +PCD.LIB"
  111. 1:slibcawq,  "+SLIBCW.LIB +SLIBCQ.LIB +LIBH.LIB +SLIBFAW.LIB +QWIN.LIB   +SLIBCXX.LIB +PCD.LIB"
  112. 1:slibcew,   "+SLIBCW.LIB             +LIBH.LIB +SLIBFPW.LIB +NOQWIN.LIB +SLIBCXX.LIB +PCD.LIB"
  113. 1:slibcaw,   "+SLIBCW.LIB             +LIBH.LIB +SLIBFAW.LIB +NOQWIN.LIB +SLIBCXX.LIB +PCD.LIB"
  114.  
  115. 1:mlibcewq,  "+MLIBCW.LIB +MLIBCQ.LIB +LIBH.LIB +MLIBFPW.LIB +QWIN.LIB   +MLIBCXX.LIB +PCD.LIB"
  116. 1:mlibcawq,  "+MLIBCW.LIB +MLIBCQ.LIB +LIBH.LIB +MLIBFAW.LIB +QWIN.LIB   +MLIBCXX.LIB +PCD.LIB"
  117. 1:mlibcew,   "+MLIBCW.LIB             +LIBH.LIB +MLIBFPW.LIB +NOQWIN.LIB +MLIBCXX.LIB +PCD.LIB"
  118. 1:mlibcaw,   "+MLIBCW.LIB             +LIBH.LIB +MLIBFAW.LIB +NOQWIN.LIB +MLIBCXX.LIB +PCD.LIB"
  119.  
  120. 1:clibcewq,  "+CLIBCW.LIB +CLIBCQ.LIB +LIBH.LIB +CLIBFPW.LIB +QWIN.LIB   +CLIBCXX.LIB +PCD.LIB"
  121. 1:clibcawq,  "+CLIBCW.LIB +CLIBCQ.LIB +LIBH.LIB +CLIBFAW.LIB +QWIN.LIB   +CLIBCXX.LIB +PCD.LIB"
  122. 1:clibcew,   "+CLIBCW.LIB             +LIBH.LIB +CLIBFPW.LIB +NOQWIN.LIB +CLIBCXX.LIB +PCD.LIB"
  123. 1:clibcaw,   "+CLIBCW.LIB             +LIBH.LIB +CLIBFAW.LIB +NOQWIN.LIB +CLIBCXX.LIB +PCD.LIB"
  124.  
  125. 1:llibcewq,  "+LLIBCW.LIB +LLIBCQ.LIB +LIBH.LIB +LLIBFPW.LIB +QWIN.LIB   +LLIBCXX.LIB +PCD.LIB"
  126. 1:llibcawq,  "+LLIBCW.LIB +LLIBCQ.LIB +LIBH.LIB +LLIBFAW.LIB +QWIN.LIB   +LLIBCXX.LIB +PCD.LIB"
  127. 1:llibcew,   "+LLIBCW.LIB             +LIBH.LIB +LLIBFPW.LIB +NOQWIN.LIB +LLIBCXX.LIB +PCD.LIB"
  128. 1:llibcaw,   "+LLIBCW.LIB             +LIBH.LIB +LLIBFAW.LIB +NOQWIN.LIB +LLIBCXX.LIB +PCD.LIB"
  129.  
  130. ;  WINDOWS MONDO DLL LIBRARIES
  131. 1:sdllcew,   "+SDLLCW.LIB             +LIBH.LIB +SLIBFPW.LIB +NOQWIN.LIB +SDLLCXXW.LIB +PCDM.LIB"
  132. 1:sdllcaw,   "+SDLLCW.LIB             +LIBH.LIB +SLIBFAW.LIB +NOQWIN.LIB +SDLLCXXW.LIB +PCDM.LIB"
  133.  
  134. 1:mdllcew,   "+MDLLCW.LIB             +LIBH.LIB +MLIBFPW.LIB +NOQWIN.LIB +MDLLCXXW.LIB +PCDM.LIB"
  135. 1:mdllcaw,   "+MDLLCW.LIB             +LIBH.LIB +MLIBFAW.LIB +NOQWIN.LIB +MDLLCXXW.LIB +PCDM.LIB"
  136.  
  137. 1:cdllcew,   "+CDLLCW.LIB             +LIBH.LIB +CLIBFPW.LIB +NOQWIN.LIB +CDLLCXXW.LIB +PCDM.LIB"
  138. 1:cdllcaw,   "+CDLLCW.LIB             +LIBH.LIB +CLIBFAW.LIB +NOQWIN.LIB +CDLLCXXW.LIB +PCDM.LIB"
  139.  
  140. 1:ldllcew,   "+LDLLCW.LIB             +LIBH.LIB +LLIBFPW.LIB +NOQWIN.LIB +LDLLCXXW.LIB +PCDM.LIB"
  141. 1:ldllcaw,   "+LDLLCW.LIB             +LIBH.LIB +LLIBFAW.LIB +NOQWIN.LIB +LDLLCXXW.LIB +PCDM.LIB"
  142.  
  143. ; ****** FILE LAYOUT ******
  144. ;
  145. ;  disk#: path [, "descr"][, size = xxx][, dest = x][, comment=][, actions]
  146. ;
  147. ;     action codes: rename, append, noreplace, ignoreerr (default; synonym
  148. ;           is "nonvital"), vital, timestamp, nocopy, root
  149. ;     dest= R(Real), I(Include), T(Init), H(Help), L(Lib), S(Source),
  150. ;           C(CRT Startup), M(MFC)
  151. ;
  152. ;        [dest setting gets propagated down a list, but not across lists]
  153. ;        [comment=^ shares comment string with previous file (in same list)]
  154. ;
  155. ;INSERT HERE    VVVVVVVVVVV
  156.  
  157. [list copy_always_lib 1]
  158. 5: lib\LIBH.LIB, comment="Model independent routines library", size=32519
  159.  
  160. [list copy_always_real_lib 1]
  161. 6: lib\VM.LIB, comment="MS-DOS Virtual Memory kernel", size=40133
  162.  
  163. [list copy_always 1]
  164. 1: bin\MSD.EXE, comment="Diagnostics utility ", size=155538
  165. 1: bin\MSD.TXT, comment="Documentation for diagnostics utility", size=9003
  166.  
  167. [list if_chipmath 1]
  168. 5: lib\87.LIB, comment="Floating-point library for math coprocessor", size=5145
  169.  
  170. [list if_codeview_real 1]
  171. 6: bin\CV.EXE, comment="MS-DOS CodeView debugger for MS-DOS", size=468352
  172. 10: bin\CV.ICO, comment="MS-DOS CodeView Icon", size=1086
  173. 2: bin\EED1CAN.DLL, comment="Expression evaluator for MS-DOS  ANSI C", size=91030
  174. 2: bin\EED1CXX.DLL, comment="Expression evaluator for MS-DOS  C++", size=105690
  175. 2: bin\EMD1D1.DLL, comment="Execution model for MS-DOS  to MS-DOS", size=69306
  176. 2: bin\EMD1W0.DLL, comment="MS-DOS to WIN3 Execution Model", size=74028
  177. 2: bin\NMD1PCD.DLL, comment="MS-DOS Non-Native PCode Execution Model", size=38040
  178. 2: bin\RCVCOM.EXE, comment="MS-DOS Serial Debug Monitor", size=92096
  179. 2: bin\SHD1.DLL, comment="Symbol handler for MS-DOS", size=42804
  180. 2: bin\TLD1COM.DLL, comment="MS-DOS Serial Transport Layer", size=22126
  181. 2: bin\TLD1LOC.DLL, comment="Local transport layer for MS-DOS", size=16692
  182.  
  183. [list if_codeview_win 1]
  184. 7: bin\CVW.EXE, comment="CodeView for Windows - Single Monitor", size=63488
  185. 7: bin\CVW4.EXE, comment="CodeView for Windows", size=410112
  186. 7: bin\DMW0.DLL, comment="Debugging Monitor", size=44640
  187. 7: bin\EEW0CAN.DLL, comment="Windows expression evaluator for ANSI C", size=91118
  188. 7: bin\EEW0CXX.DLL, comment="Windows C++ expression evaluator", size=105039
  189. 7: bin\EMW0W0.DLL, comment="Windows to windows execution model", size=74400
  190. 7: bin\NMW0PCD.DLL, comment="WIN3 Non-Native PCode Execution Model", size=40672
  191. 7: bin\RCVWCOM.EXE, comment="Windows serial remote debugging monitor", size=34432
  192. 7: bin\SHW0.DLL, comment="Windows hosted symbol handler", size=42720
  193. 7: bin\TLW0LOC.DLL, comment="Windows local transport layer", size=45184
  194.  
  195. [list if_compact_alt 1]
  196. 5: lib\CLIBFA.LIB, comment="Alternate math library (compact model)", size=60573
  197.  
  198. [list if_compact_noalt 1]
  199. 5: lib\CLIBFP.LIB, comment="Floating-point library (compact model)", size=74159
  200.  
  201. [list if_compact_quick_win 1]
  202. 1: lib\CLIBCQ.LIB, comment="Windows 3.x qwin C library- compact model", size=8865
  203.  
  204. [list if_compact_real 1]
  205. 5: lib\CLIBCR.LIB, comment="MS-DOS run-time library (compact model)", size=158209
  206.  
  207. [list if_compact_win_alt 1]
  208. 1: lib\CLIBFAW.LIB, comment="Windows 3.x alternate math library- compact model", size=60573
  209.  
  210. [list if_compact_win_dll 1]
  211. 5: lib\CDLLCW.LIB, comment="Windows 3.x dll libs- compact model", size=122687
  212. 11: lib\CDLLCXXW.LIB, comment="Windows 3.x C++ DLL libs- compact model", size=65439
  213.  
  214. [list if_compact_win_noalt 1]
  215. 1: lib\CLIBFPW.LIB, comment="Windows 3.x em/87 math library- compact model", size=74683
  216.  
  217. [list if_compact_win_nocrt 1]
  218. 1: lib\CNOCRTDW.LIB, comment="Windows 3.x DLL nocrt library- compact model", size=2071
  219. 1: lib\CNOCRTW.LIB, comment="Windows 3.x exe nocrt library-compact model", size=2583
  220.  
  221. [list if_compact_win 1]
  222. 1: lib\CLIBCW.LIB, comment="Windows 3.x exe libs- compact model", size=134031
  223.  
  224. [list if_compact 1]
  225. 5: lib\CLIBCXX.LIB, comment="C++ IOStream Library--compact model", size=70619
  226.  
  227. [list if_config_cv 1]
  228. 7: bin\CVW1.386, comment="CodeView for Windows Driver", size=5194
  229. 7: bin\VMB.386, comment="Windows Spawn Driver", size=9273
  230.  
  231. [list if_config_win 1]
  232. 7: bin\OEM08.FON, comment="Font", size=4752
  233. 7: bin\OEM10.FON, comment="Font", size=5264
  234. 6: bin\VMCPD.386, comment="MS-DOSX32 DPMI support driver", size=9588
  235. 6: bin\VPFD.386, comment="MS-DOSX32 DPMI support driver", size=9275
  236.  
  237. [list if_config 1]
  238. 10: bin\EMM386.EXE, comment="Expanded memory manager", size=91742
  239. 10: bin\HIMEM.SYS, comment="Extended memory manager", size=11616
  240. 10: bin\MOUSE.COM, comment="Mouse driver", size=56408
  241. 10: bin\RAMDRIVE.SYS, comment="Virtual RAM disk drive", size=5873
  242. 10: bin\SMARTDRV.EXE, comment="Disk cache", size=43609
  243.  
  244. [list if_emulator 1]
  245. 5: lib\EM.LIB, comment="Floating-point library for emulator", size=17945
  246.  
  247. [list if_graphics_samples 1]
  248. 4: samples\graphics\CHRTDEMO.C, comment="Graphics Demo", size=33493
  249. 4: samples\graphics\CHRTDEMO.H, comment="Graphics Demo", size=5505
  250. 4: samples\graphics\CHRTDEMO.MAK, comment="Graphics Demo", size=3353
  251. 4: samples\graphics\CHRTDEMO.STS, comment="Graphics Demo", size=6641
  252. 4: samples\graphics\CHRTOPT.C, comment="Graphics Demo", size=25309
  253. 4: samples\graphics\CHRTSUPT.C, comment="Graphics Demo", size=12920
  254. 4: samples\graphics\GRDEMO.C, comment="Graphics Demo", size=20715
  255. 4: samples\graphics\GRDEMO.MAK, comment="Graphics Demo", size=3712
  256. 4: samples\graphics\GRDEMO.STS, comment="Graphics Demo", size=6631
  257. 4: samples\graphics\MENU.C, comment="Graphics Demo", size=13516
  258. 4: samples\graphics\MENU.H, comment="Graphics Demo", size=2249
  259. 4: samples\graphics\MOUSE.C, comment="Graphics Demo", size=9940
  260. 4: samples\graphics\MOUSE.H, comment="Graphics Demo", size=1087
  261. 4: samples\sortdemo\SORTDEMO.C, comment="Sort Demo", size=24560
  262. 4: samples\sortdemo\SORTDEMO.MAK, comment="Sort Demo", size=2312
  263. 4: samples\sortdemo\SORTDEMO.STS, comment="Sort Demo", size=6633
  264. 4: samples\graphics\TURTLE.C, comment="Graphics Demo", size=13689
  265. 4: samples\graphics\TURTLE.H, comment="Graphics Demo", size=4013
  266.  
  267. [list if_graphics 1]
  268. 6: bin\video\ATIVESA.BAT, comment="ATI VESA driver", size=398
  269. 5: lib\CP437.OBJ, comment="Alternate code page for graphics library fonts", size=221
  270. 6: bin\video\EVRXVESA.COM, comment="Everex VESA driver", size=4228
  271. 4: include\FGRAPH.FD, comment="FORTRAN Graphics include file", size=12187
  272. 4: include\FGRAPH.FI, comment="FORTRAN Graphics include file", size=13487
  273. 4: include\GRAPH.H, comment="Graphics include file", size=17213
  274. 5: lib\GRAPHICS.LIB, comment="Graphics library", size=97745
  275. 6: bin\video\MSHERC.COM, comment="Hercules driver", size=6947
  276. 4: include\PGCHART.H, comment="Pgchart routines header", size=9540
  277. 5: lib\PGCHART.LIB, comment="Graphics charting package", size=47227
  278. 5: lib\TXTONLY.OBJ, comment="Allows graphics calls to be stubbed out", size=423
  279. 6: bin\video\V7VESA.COM, comment="Video 7 VESA driver", size=3650
  280. 6: bin\video\VVESA.COM, comment="ATI VESA driver", size=9554
  281. 6: bin\video\WDVESA.EXE, comment="Paradise VESA driver", size=2960
  282.  
  283. [list if_help 1]
  284. 2: help\ADVISOR.HLP, comment="Help for Advisor", size=26788
  285. 4: help\CL.HLP, comment="Help for CL.EXE", size=385351
  286. 9: help\CLANG.HLP, comment="Help for C Language", size=753596
  287. 9: help\CV.HLP, comment="Help for CV.EXE", size=168185
  288. 4: help\IOSTREAM.HLP, comment="Help for IOstream Libraries", size=111829
  289. 2: help\LINK.HLP, comment="Help for LINK.EXE and run-time errors", size=168516
  290. 2: bin\QH.EXE, comment="QuickHelp Utility", size=70065
  291. 2: help\QH.HLP, comment="Help for QuickHelp", size=25205
  292. 10: bin\QH.ICO, comment="QuickHelp Icon", size=1086
  293. 4: help\UTILS.HLP, comment="Help for Miscellaneous Utilities", size=191198
  294.  
  295. [list if_include 1]
  296. 4: include\ASSERT.H, comment="Include file", size=588
  297. 4: include\BIOS.H, comment="Include file", size=5713
  298. 4: include\CONIO.H, comment="Include file", size=1624
  299. 4: include\CTYPE.H, comment="Include file", size=3255
  300. 4: include\DIRECT.H, comment="Include file", size=1111
  301. 4: include\DOS.H, comment="Include file", size=7664
  302. 4: include\ERRNO.H, comment="Include file", size=1433
  303. 4: include\FCNTL.H, comment="Include file", size=1576
  304. 4: include\FLOAT.H, comment="Include file", size=6679
  305. 4: include\FSTREAM.H, comment="C++ IOStream include file", size=4118
  306. 4: include\IO.H, comment="Include file", size=3935
  307. 4: include\IOMANIP.H, comment="C++ IOStream include file", size=4048
  308. 4: include\IOS.H, comment="C++ IOStream include file", size=5917
  309. 4: include\IOSTREAM.H, comment="C++ IOStream include file", size=1616
  310. 4: include\ISTREAM.H, comment="C++ IOStream include file", size=5612
  311. 4: include\LIMITS.H, comment="Include file", size=1600
  312. 4: include\LOCALE.H, comment="Include file", size=1512
  313. 4: include\sys\LOCKING.H, comment="System include file", size=783
  314. 4: include\MALLOC.H, comment="Include file", size=4230
  315. 4: include\MATH.H, comment="Include file", size=6944
  316. 4: include\MEMORY.H, comment="Include file", size=1925
  317. 2: source\move\MOVEAPI.H, comment="MOVE API include file", size=1984
  318. 2: source\move\MOVEAPI.TXT, comment="Additional documentation for MOVE", size=19724
  319. 2: source\move\MOVEINIT.C, comment="MOVE startup source file", size=13401
  320. 4: include\NEW.H, comment="C++ IOStream include file", size=907
  321. 4: include\OSTREAM.H, comment="C++ IOStream include file", size=4249
  322. 4: include\PROCESS.H, comment="Include file", size=3622
  323. 4: include\SEARCH.H, comment="Include file", size=1414
  324. 4: include\SETJMP.H, comment="Include file", size=872
  325. 4: include\SHARE.H, comment="Include file", size=742
  326. 4: include\SIGNAL.H, comment="Include file", size=1453
  327. 4: include\sys\STAT.H, comment="Stat() and fstat() structure include file", size=2100
  328. 4: include\STDARG.H, comment="Include file", size=1222
  329. 4: include\STDDEF.H, comment="Include file", size=1249
  330. 4: include\STDIO.H, comment="Include file", size=7467
  331. 4: include\STDIOSTR.H, comment="C++ IOStream include file", size=1369
  332. 4: include\STDLIB.H, comment="Include file", size=7351
  333. 4: include\STREAMB.H, comment="C++ IOStream include file", size=4472
  334. 4: include\STRING.H, comment="Include file", size=5510
  335. 4: include\STRSTREA.H, comment="C++ IOStream include file", size=2572
  336. 4: include\TIME.H, comment="Include file", size=2858
  337. 4: include\sys\TIMEB.H, comment="Ftime() include file", size=1141
  338. 4: include\sys\TYPES.H, comment="File and time information include file", size=1083
  339. 4: include\sys\UTIME.H, comment="Utime() include file", size=1344
  340. 4: include\VARARGS.H, comment="Include file", size=1257
  341. 4: include\VMEMORY.H, comment="Include file", size=1526
  342.  
  343. [list if_large_alt 1]
  344. 5: lib\LLIBFA.LIB, comment="Alternate math library (large model)", size=61597
  345.  
  346. [list if_large_noalt 1]
  347. 5: lib\LLIBFP.LIB, comment="Floating-point library (large model)", size=76719
  348.  
  349. [list if_large_quick_win 1]
  350. 4: lib\LLIBCQ.LIB, comment="Windows 3.x qwin C library- large model", size=8865
  351.  
  352. [list if_large_real 1]
  353. 5: lib\LLIBCR.LIB, comment="MS-DOS run-time library (large model)", size=159235
  354.  
  355. [list if_large_win_alt 1]
  356. 4: lib\LLIBFAW.LIB, comment="Windows 3.x alternate math library- large model", size=63133
  357.  
  358. [list if_large_win_dll 1]
  359. 5: lib\LDLLCW.LIB, comment="Windows 3.x dll libs- large model", size=124735
  360. 6: lib\LDLLCXXW.LIB, comment="Windows 3.x C++ DLL libs- large model", size=66975
  361.  
  362. [list if_large_win_noalt 1]
  363. 4: lib\LLIBFPW.LIB, comment="Windows 3.x em/87 math library- large model", size=78267
  364.  
  365. [list if_large_win_nocrt 1]
  366. 4: lib\LNOCRTDW.LIB, comment="Windows 3.x DLL nocrt library- large model", size=2071
  367. 4: lib\LNOCRTW.LIB, comment="Windows 3.x exe nocrt library-large model", size=2583
  368.  
  369. [list if_large_win 1]
  370. 4: lib\LLIBCW.LIB, comment="Windows 3.x exe libs- large model", size=136591
  371.  
  372. [list if_large 1]
  373. 5: lib\LLIBCXX.LIB, comment="C++ IOStream Library--large model", size=72155
  374.  
  375. [list if_libw 1]
  376. 1: .\LIBW.EXE, comment="Library Manager (Windows Hosted)", size=72928
  377.  
  378. [list if_lib 1]
  379. 2: bin\LIB.EXE, comment="Library Manager", size=59171
  380.  
  381. [list if_medium_alt 1]
  382. 5: lib\MLIBFA.LIB, comment="Alternate math library (medium model)", size=60573
  383.  
  384. [list if_medium_graph_alt 1]
  385. 5: lib\MGRAPHFA.LIB, comment="Graphics alternate fp - medium/large", size=4131
  386.  
  387. [list if_medium_graph_noalt 1]
  388. 5: lib\MGRAPHFP.LIB, comment="Graphics emulator fp - medium/large", size=4131
  389.  
  390. [list if_medium_noalt 1]
  391. 5: lib\MLIBFP.LIB, comment="Floating-point library (medium model)", size=74155
  392.  
  393. [list if_medium_or_large_real_lib 1]
  394. 5: lib\MOVE.LIB, comment="MOVE library", size=8227
  395.  
  396. [list if_medium_quick_win 1]
  397. 2: lib\MLIBCQ.LIB, comment="Windows 3.x qwin C library- medium model", size=8865
  398.  
  399. [list if_medium_real 1]
  400. 5: lib\MLIBCR.LIB, comment="MS-DOS run-time library (medium model)", size=152039
  401.  
  402. [list if_medium_win_alt 1]
  403. 2: lib\MLIBFAW.LIB, comment="Windows 3.x alternate math library- medium model", size=62621
  404.  
  405. [list if_medium_win_dll 1]
  406. 2: lib\MDLLCW.LIB, comment="Windows 3.x dll libs- medium model", size=120121
  407. 6: lib\MDLLCXXW.LIB, comment="Windows 3.x C++ DLL libs- medium model", size=58271
  408.  
  409. [list if_medium_win_noalt 1]
  410. 5: lib\MLIBFPW.LIB, comment="Windows 3.x em/87 math library- medium model", size=76731
  411.  
  412. [list if_medium_win_nocrt 1]
  413. 2: lib\MNOCRTDW.LIB, comment="Windows 3.x DLL nocrt library- medium model", size=2071
  414. 2: lib\MNOCRTW.LIB, comment="Windows 3.x exe nocrt library-medium model", size=2583
  415.  
  416. [list if_medium_win 1]
  417. 2: lib\MLIBCW.LIB, comment="Windows 3.x exe libs- medium model", size=130943
  418.  
  419. [list if_medium 1]
  420. 5: lib\MLIBCXX.LIB, comment="C++ IOStream Library--medium model", size=62427
  421.  
  422. [list if_mfc_help 1]
  423. 6: help\MFC.HLP, comment="Help for MFC", size=896224
  424.  
  425. [list if_mfc 1]
  426. 10: mfc\src\abort.cpp, comment="MFC source code file", size=790
  427. 8: mfc\samples\chart\about.dlg, comment="Charting sample application", size=1006
  428. 8: mfc\samples\mdi\about.dlg, comment="Bounce/Hello MDI app", size=978
  429. 8: mfc\samples\minmdi\about.dlg, comment="World's smallest MDI app", size=894
  430. 8: mfc\samples\oserver\about.dlg, comment="OLE server sample app", size=964
  431. 8: mfc\samples\showfont\about.dlg, comment="Showfont sample app", size=901
  432. 11: mfc\samples\minsvr\about.dlg, comment="Minimal OLE Server", size=426
  433. 11: mfc\samples\minsvrmi\about.dlg, comment="Minimal OLE Server/MI", size=441
  434. 8: mfc\samples\about2\about2.cpp, comment="About2 sample from Petzold", size=7096
  435. 8: mfc\samples\about2\about2.def, comment="About2 sample from Petzold", size=996
  436. 8: mfc\samples\about2\about2.dlg, comment="About2 sample from Petzold", size=1932
  437. 8: mfc\samples\about2\about2.h, comment="About2 sample from Petzold", size=3518
  438. 8: mfc\samples\about2\about2.ico, comment="About2 sample from Petzold", size=766
  439. 8: mfc\samples\about2\about2.mak, comment="About2 sample from Petzold", size=2836
  440. 8: mfc\samples\about2\about2.rc, comment="About2 sample from Petzold", size=1037
  441. 8: mfc\samples\about2\about2.sts, comment="About2 sample from Petzold", size=7030
  442. 10: mfc\include\afx.h, comment="base mfc classes", size=35357
  443. 10: mfc\src\afx.ini, comment=".ini file: controls Windows diagnostic trace options", size=685
  444. 10: mfc\include\afx.inl, comment="inline functions for base", size=11926
  445. 10: mfc\include\afxcoll.h, comment="collections", size=37199
  446. 8: mfc\samples\templdef\afxcoll.htt, comment="template for afxcoll.h", size=1789
  447. 10: mfc\include\afxdlgs.h, comment="COMMDLG classes", size=12572
  448. 10: mfc\include\afxmsg.h, comment="implementation for message maps", size=22546
  449. 10: mfc\include\afxole.h, comment="OLE support classes", size=19085
  450. 10: mfc\include\afxoleui.h, comment="OLE user interface classes", size=1878
  451. 10: mfc\include\afxoleui.rc, comment="OLE user interface resource definitions", size=2879
  452. 10: mfc\include\afxpen.h, comment="Pen Windows classes", size=4880
  453. 10: mfc\include\afxres.h, comment="windows resource ids", size=1101
  454. 10: mfc\include\afxwin.h, comment="windows mfc classes", size=59629
  455. 10: mfc\include\afxwin.inl, comment="inline functions for windows", size=76272
  456. 10: mfc\src\archive.cpp, comment="MFC source code file", size=12396
  457. 10: mfc\src\archivex.cpp, comment="MFC source code file", size=2223
  458. 8: mfc\samples\templdef\array.ctt, comment="MFC array template", size=11430
  459. 10: mfc\src\array_b.cpp, comment="MFC source code file", size=6350
  460. 10: mfc\src\array_d.cpp, comment="MFC source code file", size=6388
  461. 10: mfc\src\array_o.cpp, comment="MFC source code file", size=6400
  462. 10: mfc\src\array_p.cpp, comment="MFC source code file", size=5999
  463. 10: mfc\src\array_s.cpp, comment="MFC source code file", size=7056
  464. 10: mfc\src\array_w.cpp, comment="MFC source code file", size=6350
  465. 10: mfc\src\assert.cpp, comment="MFC source code file", size=2006
  466. 8: mfc\samples\multipad\bar.cpp, comment="Multipad sample app", size=4215
  467. 8: mfc\samples\multipad\bar.h, comment="Multipad sample app", size=1912
  468. 11: mfc\samples\ctrltest\bbutton.cpp, comment="Custom Control sample", size=2968
  469. 8: mfc\samples\oserver\bibdoc.cpp, comment="OLE server sample app", size=5840
  470. 8: mfc\samples\oserver\bibdoc.h, comment="OLE server sample app", size=2284
  471. 8: mfc\samples\oserver\bibitem.cpp, comment="OLE server sample app", size=2144
  472. 8: mfc\samples\oserver\bibitem.h, comment="OLE server sample app", size=1581
  473. 8: mfc\samples\oserver\bibref.cpp, comment="OLE server sample app", size=1987
  474. 8: mfc\samples\oserver\bibref.def, comment="OLE server sample app", size=733
  475. 8: mfc\samples\oserver\bibref.h, comment="OLE server sample app", size=1229
  476. 8: mfc\samples\oserver\bibref.ico, comment="OLE server sample app", size=766
  477. 8: mfc\samples\oserver\bibref.mak, comment="OLE server sample app", size=5431
  478. 8: mfc\samples\oserver\bibref.rc, comment="OLE server sample app", size=1245
  479. 8: mfc\samples\oserver\bibref.reg, comment="OLE server sample app", size=1417
  480. 8: mfc\samples\oserver\bibref.sts, comment="OLE server sample app", size=7065
  481. 8: mfc\samples\oserver\bibsvr.cpp, comment="OLE server sample app", size=1774
  482. 8: mfc\samples\oserver\bibsvr.h, comment="OLE server sample app", size=1147
  483. 11: mfc\samples\ctrltest\bmtest1.dlg, comment="Custom Control sample", size=463
  484. 11: mfc\samples\ctrltest\bmtest2.dlg, comment="Custom Control sample", size=580
  485. 8: mfc\samples\mdi\bounce.cpp, comment="Bounce/Hello MDI app", size=8514
  486. 8: mfc\samples\mdi\bounce.h, comment="Bounce/Hello MDI app", size=1769
  487. 11: mfc\samples\ctrltest\canceld.bmp, comment="Custom Control sample", size=1366
  488. 11: mfc\samples\ctrltest\cancelf.bmp, comment="Custom Control sample", size=1366
  489. 11: mfc\samples\ctrltest\cancelu.bmp, comment="Custom Control sample", size=1366
  490. 8: mfc\samples\showfont\cfont.cpp, comment="Showfont sample app", size=10340
  491. 8: mfc\samples\showfont\cfont.dlg, comment="Showfont sample app", size=4408
  492. 11: mfc\samples\minsvr\change.dlg, comment="Minimal OLE Server", size=363
  493. 11: mfc\samples\minsvrmi\change.dlg, comment="Minimal OLE Server/MI", size=363
  494. 8: mfc\samples\chart\chart.cpp, comment="Charting sample application", size=1217
  495. 8: mfc\samples\chart\chart.def, comment="Charting sample application", size=744
  496. 8: mfc\samples\chart\chart.h, comment="Charting sample application", size=991
  497. 8: mfc\samples\chart\chart.ico, comment="Charting sample application", size=766
  498. 8: mfc\samples\chart\chart.mak, comment="Charting sample application", size=5540
  499. 8: mfc\samples\chart\chart.rc, comment="Charting sample application", size=1467
  500. 8: mfc\samples\chart\chart.sts, comment="Charting sample application", size=7053
  501. 8: mfc\samples\chart\chartdlg.cpp, comment="Charting sample application", size=7976
  502. 8: mfc\samples\chart\chartdlg.h, comment="Charting sample application", size=1694
  503. 8: mfc\samples\chart\chartwnd.cpp, comment="Charting sample application", size=17730
  504. 8: mfc\samples\chart\chartwnd.h, comment="Charting sample application", size=2278
  505. 8: mfc\samples\chart\chfile.cpp, comment="Charting sample application", size=4247
  506. 8: mfc\samples\minmdi\child.ico, comment="World's smallest MDI app", size=766
  507. 8: mfc\samples\testclnt\clipbd.cpp, comment="MFC OLE Test Client Sample", size=6142
  508. 11: mfc\samples\testserv\clipbd.cpp, comment="MFC OLE Test Server Sample", size=3483
  509. 11: mfc\samples\tutorial\cmdbook, comment="tutorial samples applications", size=1533
  510. 11: mfc\samples\tutorial\cmdbook.cpp, comment="tutorial samples applications", size=9338
  511. 11: mfc\samples\tutorial\cmdbook.mak, comment="tutorial samples applications", size=2520
  512. 11: mfc\samples\tutorial\cmdbook.sts, comment="tutorial samples applications", size=6278
  513. 8: mfc\samples\mdi\common.h, comment="Bounce/Hello MDI app", size=848
  514. 11: mfc\samples\speakn\correct.wav, comment="Multimedia/Pen Speech Sample", size=9622
  515. 11: mfc\samples\ctrltest\ctrltest.cpp, comment="Custom Control sample", size=2872
  516. 11: mfc\samples\ctrltest\ctrltest.def, comment="Custom Control sample", size=646
  517. 11: mfc\samples\ctrltest\ctrltest.h, comment="Custom Control sample", size=4874
  518. 11: mfc\samples\ctrltest\ctrltest.ico, comment="Custom Control sample", size=766
  519. 11: mfc\samples\ctrltest\ctrltest.mak, comment="Custom Control sample", size=10148
  520. 11: mfc\samples\ctrltest\ctrltest.rc, comment="Custom Control sample", size=3619
  521. 11: mfc\samples\ctrltest\ctrltest.sts, comment="Custom Control sample", size=6943
  522. 11: mfc\samples\ctrltest\custlist.cpp, comment="Custom Control sample", size=4673
  523. 11: mfc\samples\ctrltest\custlist.dlg, comment="Custom Control sample", size=512
  524. 11: mfc\samples\ctrltest\custmenu.cpp, comment="Custom Control sample", size=4071
  525. 11: mfc\samples\tutorial\database.cpp, comment="tutorial samples applications", size=7327
  526. 11: mfc\samples\tutorial\database.h, comment="tutorial samples applications", size=2925
  527. 8: mfc\samples\testclnt\defs.h, comment="MFC OLE Test Client Sample", size=1260
  528. 11: mfc\samples\testserv\defs.h, comment="MFC OLE Test Server Sample", size=735
  529. 11: mfc\samples\ctrltest\derpen.cpp, comment="Custom Control sample", size=4346
  530. 11: mfc\samples\ctrltest\dertest.cpp, comment="Custom Control sample", size=4363
  531. 11: mfc\samples\ctrltest\dertest.dlg, comment="Custom Control sample", size=324
  532. 8: mfc\samples\showfont\dialogs.cpp, comment="Showfont sample app", size=13733
  533. 11: mfc\samples\ctrltest\dlgpen.cpp, comment="Custom Control sample", size=2611
  534. 11: mfc\samples\ctrltest\dlgpen.dlg, comment="Custom Control sample", size=868
  535. 3: mfc\samples\restool\dlgres.h, comment="Restool app", size=1713
  536. 11: mfc\samples\tutorial\dmtest, comment="tutorial samples applications", size=1365
  537. 11: mfc\samples\tutorial\dmtest.cpp, comment="tutorial samples applications", size=7834
  538. 11: mfc\samples\tutorial\dmtest.mak, comment="tutorial samples applications", size=2155
  539. 11: mfc\samples\tutorial\dmtest.sts, comment="tutorial samples applications", size=6265
  540. 8: mfc\samples\chart\dobject.cpp, comment="Charting sample application", size=2863
  541. 8: mfc\samples\chart\dobject.h, comment="Charting sample application", size=1280
  542. 11: mfc\samples\speakn\dog.dib, comment="Multimedia/Pen Speech Sample", size=4900
  543. 11: mfc\samples\speakn\dog.wav, comment="Multimedia/Pen Speech Sample", size=25144
  544. 10: mfc\src\dosio_.h, comment="MFC source code file", size=1345
  545. 8: mfc\samples\showfont\drawing.cpp, comment="Showfont sample app", size=5054
  546. 10: mfc\src\dumpcont.cpp, comment="MFC source code file", size=5127
  547. 10: mfc\src\dumpinit.cpp, comment="MFC source code file", size=1665
  548. 10: mfc\src\elements.h, comment="MFC source code file", size=2455
  549. 8: mfc\samples\chart\entry.dlg, comment="Charting sample application", size=1583
  550. 8: mfc\samples\testclnt\error.cpp, comment="MFC OLE Test Client Sample", size=4242
  551. 11: mfc\samples\testserv\error.cpp, comment="MFC OLE Test Server Sample", size=4939
  552. 10: mfc\src\except.cpp, comment="MFC source code file", size=3771
  553. 11: mfc\samples\speakn\face01.ico, comment="Multimedia/Pen Speech Sample", size=766
  554. 11: mfc\samples\speakn\face02.ico, comment="Multimedia/Pen Speech Sample", size=766
  555. 11: mfc\samples\speakn\face03.ico, comment="Multimedia/Pen Speech Sample", size=766
  556. 11: mfc\samples\speakn\face04.ico, comment="Multimedia/Pen Speech Sample", size=766
  557. 11: mfc\samples\ctrltest\featpen.cpp, comment="Custom Control sample", size=4764
  558. 11: mfc\samples\ctrltest\featpen.dlg, comment="Custom Control sample", size=2069
  559. 10: mfc\src\file.cpp, comment="MFC source code file", size=12709
  560. 8: mfc\samples\oclient\fileio.cpp, comment="OLE client sample app", size=7668
  561. 10: mfc\src\filemem.cpp, comment="MFC source code file", size=6117
  562. 10: mfc\src\filetxt.cpp, comment="MFC source code file", size=7452
  563. 3: mfc\samples\fileview\fileview.cpp, comment="Text file viewer application", size=9959
  564. 3: mfc\samples\fileview\fileview.def, comment="Text file viewer application", size=758
  565. 3: mfc\samples\fileview\fileview.dlg, comment="Text file viewer application", size=962
  566. 3: mfc\samples\fileview\fileview.h, comment="Text file viewer application", size=2833
  567. 3: mfc\samples\fileview\fileview.ico, comment="Text file viewer application", size=766
  568. 3: mfc\samples\fileview\fileview.mak, comment="Text file viewer application", size=3577
  569. 3: mfc\samples\fileview\fileview.rc, comment="Text file viewer application", size=950
  570. 3: mfc\samples\fileview\fileview.sts, comment="Text file viewer application", size=7062
  571. 10: mfc\src\filex.cpp, comment="MFC source code file", size=5000
  572. 8: mfc\samples\minmdi\frame.ico, comment="World's smallest MDI app", size=766
  573. 11: mfc\samples\speakn\frog.dib, comment="Multimedia/Pen Speech Sample", size=3236
  574. 11: mfc\samples\speakn\frog.wav, comment="Multimedia/Pen Speech Sample", size=5772
  575. 11: mfc\samples\speakn\giveup.wav, comment="Multimedia/Pen Speech Sample", size=18258
  576. 11: mfc\samples\speakn\goodbye.wav, comment="Multimedia/Pen Speech Sample", size=8476
  577. 8: mfc\samples\hello\hello.cpp, comment="Hello/Generic application", size=3477
  578. 8: mfc\samples\mdi\hello.cpp, comment="Bounce/Hello MDI app", size=4541
  579. 8: mfc\samples\hello\hello.def, comment="Hello/Generic application", size=751
  580. 8: mfc\samples\hello\hello.dlg, comment="Hello/Generic application", size=462
  581. 8: mfc\samples\hello\hello.h, comment="Hello/Generic application", size=1442
  582. 8: mfc\samples\mdi\hello.h, comment="Bounce/Hello MDI app", size=1354
  583. 8: mfc\samples\hello\hello.ico, comment="Hello/Generic application", size=766
  584. 8: mfc\samples\mdi\hello.ico, comment="Bounce/Hello MDI app", size=766
  585. 8: mfc\samples\hello\hello.mak, comment="Hello/Generic application", size=2807
  586. 8: mfc\samples\hello\hello.rc, comment="Hello/Generic application", size=794
  587. 8: mfc\samples\hello\hello.sts, comment="Hello/Generic application", size=6985
  588. 8: mfc\samples\dlltrace\hello1.cpp, comment="DLL sample and application", size=3152
  589. 8: mfc\samples\dlltrace\hello1.def, comment="DLL sample and application", size=753
  590. 8: mfc\samples\dlltrace\hello1.ico, comment="DLL sample and application", size=766
  591. 8: mfc\samples\dlltrace\hello1.mak, comment="DLL sample and application", size=2844
  592. 8: mfc\samples\dlltrace\hello1.rc, comment="DLL sample and application", size=1203
  593. 8: mfc\samples\dlltrace\hello1.sts, comment="DLL sample and application", size=7001
  594. 8: mfc\samples\helloapp\helloapp.cpp, comment="World's smallest MFC app", size=1109
  595. 8: mfc\samples\helloapp\helloapp.def, comment="World's smallest MFC app", size=701
  596. 8: mfc\samples\helloapp\helloapp.mak, comment="World's smallest MFC app", size=2582
  597. 8: mfc\samples\helloapp\helloapp.sts, comment="World's smallest MFC app", size=6988
  598. 11: mfc\samples\ctrltest\image1d.bmp, comment="Custom Control sample", size=1398
  599. 11: mfc\samples\ctrltest\image1f.bmp, comment="Custom Control sample", size=1398
  600. 11: mfc\samples\ctrltest\image1u.bmp, comment="Custom Control sample", size=1398
  601. 11: mfc\samples\ctrltest\image2d.bmp, comment="Custom Control sample", size=2038
  602. 11: mfc\samples\ctrltest\image2f.bmp, comment="Custom Control sample", size=2038
  603. 11: mfc\samples\ctrltest\image2u.bmp, comment="Custom Control sample", size=2038
  604. 11: mfc\samples\speakn\incorrec.wav, comment="Multimedia/Pen Speech Sample", size=9996
  605. 11: mfc\samples\speakn\intro.dib, comment="Multimedia/Pen Speech Sample", size=14856
  606. 8: mfc\samples\oserver\item.dlg, comment="OLE server sample app", size=998
  607. 8: mfc\samples\oclient\itemwnd.cpp, comment="OLE client sample app", size=8739
  608. 8: mfc\samples\oclient\itemwnd.h, comment="OLE client sample app", size=2731
  609. 8: mfc\lib\lafxdwd.lib, comment="MFC Large Windows Debug DLL Support", size=582497
  610. 3: mfc\samples\fileview\linefile.cpp, comment="Text file viewer application", size=3334
  611. 8: mfc\samples\templdef\list.ctt, comment="MFC list template", size=15651
  612. 10: mfc\src\list_o.cpp, comment="MFC source code file", size=8693
  613. 10: mfc\src\list_p.cpp, comment="MFC source code file", size=8281
  614. 10: mfc\src\list_s.cpp, comment="MFC source code file", size=9019
  615. 8: mfc\lib\mafxcr.lib, comment="MFC Medium MS-DOS Retail", size=173947
  616. 10: mfc\lib\mafxcrd.lib, comment="MFC Medium MS-DOS Debug", size=306805
  617. 10: mfc\lib\mafxcw.lib, comment="MFC Medium Windows Retail", size=461961
  618. 10: mfc\lib\mafxcwd.lib, comment="MFC Medium Windows Debug", size=689143
  619. 8: mfc\samples\oclient\mainwnd.cpp, comment="OLE client sample app", size=12670
  620. 8: mfc\samples\oserver\mainwnd.cpp, comment="OLE server sample app", size=6263
  621. 8: mfc\samples\showfont\mainwnd.cpp, comment="Showfont sample app", size=10037
  622. 11: mfc\samples\minsvr\mainwnd.cpp, comment="Minimal OLE Server", size=2236
  623. 11: mfc\samples\minsvrmi\mainwnd.cpp, comment="Minimal OLE Server/MI", size=4216
  624. 8: mfc\samples\oclient\mainwnd.h, comment="OLE client sample app", size=2953
  625. 8: mfc\samples\oserver\mainwnd.h, comment="OLE server sample app", size=1473
  626. 8: mfc\samples\showfont\mainwnd.h, comment="Showfont sample app", size=2236
  627. 8: mfc\samples\about2\makefile, comment="About2 sample from Petzold", size=1484
  628. 8: mfc\samples\chart\makefile, comment="Charting sample application", size=1679
  629. 8: mfc\samples\dlltrace\makefile, comment="DLL sample and application", size=1791
  630. 3: mfc\samples\fileview\makefile, comment="Text file viewer application", size=1486
  631. 8: mfc\samples\hello\makefile, comment="Hello/Generic application", size=1216
  632. 8: mfc\samples\helloapp\makefile, comment="World's smallest MFC app", size=756
  633. 8: mfc\samples\mdi\makefile, comment="Bounce/Hello MDI app", size=1470
  634. 8: mfc\samples\minmdi\makefile, comment="World's smallest MDI app", size=1242
  635. 8: mfc\samples\multipad\makefile, comment="Multipad sample app", size=1730
  636. 8: mfc\samples\oclient\makefile, comment="OLE client sample app", size=1621
  637. 8: mfc\samples\oserver\makefile, comment="OLE server sample app", size=1666
  638. 3: mfc\samples\restool\makefile, comment="Restool app", size=1072
  639. 8: mfc\samples\showfont\makefile, comment="Showfont sample app", size=1630
  640. 8: mfc\samples\templdef\makefile, comment="makefile to build template tool", size=1068
  641. 8: mfc\samples\testclnt\makefile, comment="MFC OLE Test Client Sample", size=1972
  642. 11: mfc\samples\testserv\makefile, comment="MFC OLE Test Server Sample", size=1889
  643. 11: mfc\samples\tracer\makefile, comment="MFC Diagnostic Trace Control Sample", size=1167
  644. 11: mfc\samples\ctrltest\makefile, comment="Custom Control sample", size=1649
  645. 11: mfc\samples\minsvr\makefile, comment="Minimal OLE Server", size=1412
  646. 11: mfc\samples\minsvrmi\makefile, comment="Minimal OLE Server/MI", size=1427
  647. 11: mfc\samples\speakn\makefile, comment="Multimedia/Pen Speech Sample", size=1275
  648. 10: mfc\src\makefile, comment="nmake makefile to build all libraries", size=7669
  649. 8: mfc\samples\templdef\map.ctt, comment="MFC map template", size=13340
  650. 10: mfc\src\map_pp.cpp, comment="MFC source code file", size=7127
  651. 10: mfc\src\map_pw.cpp, comment="MFC source code file", size=7147
  652. 8: mfc\samples\templdef\map_s.ctt, comment="MFC string map template", size=13157
  653. 10: mfc\src\map_so.cpp, comment="MFC source code file", size=8372
  654. 10: mfc\src\map_sp.cpp, comment="MFC source code file", size=7682
  655. 10: mfc\src\map_ss.cpp, comment="MFC source code file", size=8597
  656. 10: mfc\src\map_wo.cpp, comment="MFC source code file", size=7820
  657. 10: mfc\src\map_wp.cpp, comment="MFC source code file", size=7144
  658. 8: mfc\samples\mdi\mdi.cpp, comment="Bounce/Hello MDI app", size=3975
  659. 8: mfc\samples\mdi\mdi.def, comment="Bounce/Hello MDI app", size=726
  660. 8: mfc\samples\mdi\mdi.h, comment="Bounce/Hello MDI app", size=1528
  661. 8: mfc\samples\mdi\mdi.ico, comment="Bounce/Hello MDI app", size=766
  662. 8: mfc\samples\mdi\mdi.mak, comment="Bounce/Hello MDI app", size=3908
  663. 8: mfc\samples\mdi\mdi.rc, comment="Bounce/Hello MDI app", size=2899
  664. 8: mfc\samples\mdi\mdi.sts, comment="Bounce/Hello MDI app", size=7050
  665. 10: mfc\src\memory.cpp, comment="MFC source code file", size=17097
  666. 8: mfc\samples\multipad\menu.h, comment="Multipad sample app", size=1821
  667. 11: mfc\samples\minsvr\mindoc.cpp, comment="Minimal OLE Server", size=1071
  668. 11: mfc\samples\minsvr\minitem.cpp, comment="Minimal OLE Server", size=2843
  669. 8: mfc\samples\minmdi\minmdi.cpp, comment="World's smallest MDI app", size=2443
  670. 8: mfc\samples\minmdi\minmdi.def, comment="World's smallest MDI app", size=738
  671. 8: mfc\samples\minmdi\minmdi.h, comment="World's smallest MDI app", size=1360
  672. 8: mfc\samples\minmdi\minmdi.mak, comment="World's smallest MDI app", size=2844
  673. 8: mfc\samples\minmdi\minmdi.rc, comment="World's smallest MDI app", size=908
  674. 8: mfc\samples\minmdi\minmdi.sts, comment="World's smallest MDI app", size=6986
  675. 11: mfc\samples\minsvr\minsvr.cpp, comment="Minimal OLE Server", size=2346
  676. 11: mfc\samples\minsvr\minsvr.def, comment="Minimal OLE Server", size=714
  677. 11: mfc\samples\minsvr\minsvr.h, comment="Minimal OLE Server", size=3352
  678. 11: mfc\samples\minsvr\minsvr.ico, comment="Minimal OLE Server", size=766
  679. 11: mfc\samples\minsvr\minsvr.mak, comment="Minimal OLE Server", size=4624
  680. 11: mfc\samples\minsvr\minsvr.rc, comment="Minimal OLE Server", size=976
  681. 11: mfc\samples\minsvr\minsvr.reg, comment="Minimal OLE Server", size=216
  682. 11: mfc\samples\minsvr\minsvr.sts, comment="Minimal OLE Server", size=7062
  683. 11: mfc\samples\minsvrmi\minsvrmi.cpp, comment="Minimal OLE Server/MI", size=3250
  684. 11: mfc\samples\minsvrmi\minsvrmi.def, comment="Minimal OLE Server/MI", size=732
  685. 11: mfc\samples\minsvrmi\minsvrmi.h, comment="Minimal OLE Server/MI", size=2684
  686. 11: mfc\samples\minsvrmi\minsvrmi.ico, comment="Minimal OLE Server/MI", size=766
  687. 11: mfc\samples\minsvrmi\minsvrmi.mak, comment="Minimal OLE Server/MI", size=3549
  688. 11: mfc\samples\minsvrmi\minsvrmi.rc, comment="Minimal OLE Server/MI", size=982
  689. 11: mfc\samples\minsvrmi\minsvrmi.reg, comment="Minimal OLE Server/MI", size=246
  690. 11: mfc\samples\minsvrmi\minsvrmi.sts, comment="Minimal OLE Server/MI", size=7066
  691. 8: mfc\samples\templdef\mkcoll.bat, comment="batch file to build templates", size=2673
  692. 8: mfc\samples\multipad\mpfile.cpp, comment="Multipad sample app", size=6134
  693. 8: mfc\samples\multipad\mpfind.cpp, comment="Multipad sample app", size=6014
  694. 8: mfc\samples\multipad\mpinit.cpp, comment="Multipad sample app", size=1713
  695. 8: mfc\samples\multipad\mpmain.cpp, comment="Multipad sample app", size=20350
  696. 8: mfc\samples\multipad\mpprint.cpp, comment="Multipad sample app", size=5624
  697. 8: mfc\samples\multipad\multipad.def, comment="Multipad sample app", size=733
  698. 8: mfc\samples\multipad\multipad.dlg, comment="Multipad sample app", size=2080
  699. 8: mfc\samples\multipad\multipad.h, comment="Multipad sample app", size=4710
  700. 8: mfc\samples\multipad\multipad.ico, comment="Multipad sample app", size=766
  701. 8: mfc\samples\multipad\multipad.mak, comment="Multipad sample app", size=5945
  702. 8: mfc\samples\multipad\multipad.rc, comment="Multipad sample app", size=6467
  703. 8: mfc\samples\multipad\multipad.sts, comment="Multipad sample app", size=7057
  704. 11: mfc\samples\ctrltest\muscroll.dll, comment="Custom Control sample", size=11776
  705. 11: mfc\samples\ctrltest\muscroll.h, comment="Custom Control sample", size=2185
  706. 8: mfc\samples\testclnt\newclnt.cpp, comment="MFC OLE Test Client Sample", size=2344
  707. 8: mfc\samples\testclnt\newclnt.h, comment="MFC OLE Test Client Sample", size=897
  708. 8: mfc\samples\testclnt\newdoc.cpp, comment="MFC OLE Test Client Sample", size=1457
  709. 8: mfc\samples\testclnt\newdoc.h, comment="MFC OLE Test Client Sample", size=1063
  710. 11: mfc\samples\testserv\newserv.cpp, comment="MFC OLE Test Server Sample", size=4389
  711. 11: mfc\samples\testserv\newserv.h, comment="MFC OLE Test Server Sample", size=1259
  712. 8: mfc\samples\multipad\notepad.ico, comment="Multipad sample app", size=766
  713. 10: mfc\src\object.cpp, comment="MFC source code file", size=4998
  714. 8: mfc\samples\oclient\oclient.cpp, comment="OLE client sample app", size=1087
  715. 8: mfc\samples\oclient\oclient.def, comment="OLE client sample app", size=722
  716. 8: mfc\samples\oclient\oclient.h, comment="OLE client sample app", size=1191
  717. 8: mfc\samples\oclient\oclient.ico, comment="OLE client sample app", size=766
  718. 8: mfc\samples\oclient\oclient.mak, comment="OLE client sample app", size=4820
  719. 8: mfc\samples\oclient\oclient.rc, comment="OLE client sample app", size=3449
  720. 8: mfc\samples\oclient\oclient.sts, comment="OLE client sample app", size=7079
  721. 11: mfc\samples\ctrltest\okd.bmp, comment="Custom Control sample", size=1366
  722. 11: mfc\samples\ctrltest\okf.bmp, comment="Custom Control sample", size=1366
  723. 11: mfc\samples\ctrltest\oku.bmp, comment="Custom Control sample", size=1366
  724. 10: mfc\src\olecli.cpp, comment="MFC source code file", size=23303
  725. 10: mfc\src\olefile.cpp, comment="MFC source code file", size=2577
  726. 10: mfc\src\olemisc.cpp, comment="MFC source code file", size=6195
  727. 10: mfc\src\oleptr_.h, comment="MFC source code file", size=1177
  728. 10: mfc\src\olesvr.cpp, comment="MFC source code file", size=30988
  729. 10: mfc\src\oleui.cpp, comment="MFC source code file", size=9765
  730. 10: mfc\src\oleui2.cpp, comment="MFC source code file", size=15835
  731. 11: mfc\samples\ctrltest\paredit.cpp, comment="Custom Control sample", size=3681
  732. 11: mfc\samples\ctrltest\paredit.h, comment="Custom Control sample", size=2161
  733. 11: mfc\samples\ctrltest\paredit2.cpp, comment="Custom Control sample", size=4186
  734. 10: mfc\src\penctrl.cpp, comment="MFC source code file", size=1516
  735. 11: mfc\samples\tutorial\person.cpp, comment="tutorial samples applications", size=4582
  736. 11: mfc\samples\tutorial\person.h, comment="tutorial samples applications", size=3843
  737. 11: mfc\samples\tutorial\phbook, comment="tutorial samples applications", size=1765
  738. 11: mfc\samples\tutorial\phbook.def, comment="tutorial samples applications", size=697
  739. 11: mfc\samples\tutorial\phbook.dlg, comment="tutorial samples applications", size=3827
  740. 11: mfc\samples\tutorial\phbook.ico, comment="tutorial samples applications", size=766
  741. 11: mfc\samples\tutorial\phbook.mak, comment="tutorial samples applications", size=4220
  742. 11: mfc\samples\tutorial\phbook.rc, comment="tutorial samples applications", size=1632
  743. 11: mfc\samples\tutorial\phbook.sts, comment="tutorial samples applications", size=7002
  744. 11: mfc\samples\speakn\pig.dib, comment="Multimedia/Pen Speech Sample", size=6112
  745. 11: mfc\samples\speakn\pig.wav, comment="Multimedia/Pen Speech Sample", size=18488
  746. 10: mfc\src\plex.cpp, comment="MFC source code file", size=1225
  747. 10: mfc\src\plex.h, comment="MFC source code file", size=872
  748. 11: mfc\samples\speakn\question.wav, comment="Multimedia/Pen Speech Sample", size=10430
  749. 8: mfc\README.TXT, comment="Introduction to the MFC library", size=10263
  750. 11: mfc\doc\readme.txt, comment="overview of tech notes", size=2415
  751. 8: mfc\lib\readme.txt, comment="Information file for MFC Libraries", size=1493
  752. 8: mfc\samples\readme.txt, comment="explanation of the MFC Samples ", size=33651
  753. 8: mfc\samples\about2\readme.txt, comment="About2 sample from Petzold", size=4029
  754. 8: mfc\samples\hello\readme.txt, comment="Hello/Generic application", size=3703
  755. 8: mfc\samples\templdef\readme.txt, comment="instructions", size=1681
  756. 8: mfc\samples\testclnt\readme.txt, comment="MFC OLE Test Client Sample", size=2375
  757. 11: mfc\samples\testserv\readme.txt, comment="MFC OLE Test Server Sample", size=2200
  758. 11: mfc\samples\tutorial\readme.txt, comment="tutorial samples applications", size=1666
  759. 11: mfc\samples\tutorial\char\readme.txt, comment="tutorial samples applications", size=105
  760. 11: mfc\samples\tutorial\win\readme.txt, comment="tutorial samples applications", size=105
  761. 10: mfc\src\readme.txt, comment="how to build the libraries", size=5983
  762. 11: mfc\samples\speakn\replayd.bmp, comment="Multimedia/Pen Speech Sample", size=1014
  763. 11: mfc\samples\speakn\replayf.bmp, comment="Multimedia/Pen Speech Sample", size=1014
  764. 11: mfc\samples\speakn\replayu.bmp, comment="Multimedia/Pen Speech Sample", size=1014
  765. 8: mfc\samples\about2\resource.h, comment="About2 sample from Petzold", size=1146
  766. 8: mfc\samples\chart\resource.h, comment="Charting sample application", size=1445
  767. 8: mfc\samples\dlltrace\resource.h, comment="DLL sample and application", size=546
  768. 3: mfc\samples\fileview\resource.h, comment="Text file viewer application", size=720
  769. 8: mfc\samples\hello\resource.h, comment="Hello/Generic application", size=669
  770. 8: mfc\samples\mdi\resource.h, comment="Bounce/Hello MDI app", size=1334
  771. 8: mfc\samples\minmdi\resource.h, comment="World's smallest MDI app", size=661
  772. 8: mfc\samples\multipad\resource.h, comment="Multipad sample app", size=1782
  773. 8: mfc\samples\oclient\resource.h, comment="OLE client sample app", size=2151
  774. 8: mfc\samples\oserver\resource.h, comment="OLE server sample app", size=732
  775. 8: mfc\samples\showfont\resource.h, comment="Showfont sample app", size=4425
  776. 8: mfc\samples\testclnt\resource.h, comment="MFC OLE Test Client Sample", size=2105
  777. 11: mfc\samples\testserv\resource.h, comment="MFC OLE Test Server Sample", size=1632
  778. 11: mfc\samples\minsvr\resource.h, comment="Minimal OLE Server", size=660
  779. 11: mfc\samples\minsvrmi\resource.h, comment="Minimal OLE Server/MI", size=660
  780. 11: mfc\samples\tutorial\resource.h, comment="tutorial samples applications", size=1142
  781. 3: mfc\samples\restool\restool.cpp, comment="Restool app", size=14969
  782. 3: mfc\samples\restool\restool.mak, comment="Restool app", size=1758
  783. 3: mfc\samples\restool\restool.sts, comment="Restool app", size=6266
  784. 8: mfc\lib\safxcw.lib, comment="MFC Small Windows Retail", size=441479
  785. 8: mfc\lib\safxcwd.lib, comment="MFC Small Windows Debug", size=656365
  786. 11: mfc\samples\testserv\servdoc.cpp, comment="MFC OLE Test Server Sample", size=2779
  787. 11: mfc\samples\testserv\servdoc.h, comment="MFC OLE Test Server Sample", size=1482
  788. 8: mfc\samples\showfont\showfont.cpp, comment="Showfont sample app", size=1778
  789. 8: mfc\samples\showfont\showfont.def, comment="Showfont sample app", size=711
  790. 8: mfc\samples\showfont\showfont.h, comment="Showfont sample app", size=1685
  791. 8: mfc\samples\showfont\showfont.ico, comment="Showfont sample app", size=766
  792. 8: mfc\samples\showfont\showfont.mak, comment="Showfont sample app", size=5140
  793. 8: mfc\samples\showfont\showfont.rc, comment="Showfont sample app", size=8088
  794. 8: mfc\samples\showfont\showfont.sts, comment="Showfont sample app", size=7047
  795. 11: mfc\samples\speakn\speakn.cpp, comment="Multimedia/Pen Speech Sample", size=7354
  796. 11: mfc\samples\speakn\speakn.def, comment="Multimedia/Pen Speech Sample", size=746
  797. 11: mfc\samples\speakn\speakn.h, comment="Multimedia/Pen Speech Sample", size=3318
  798. 11: mfc\samples\speakn\speakn.ico, comment="Multimedia/Pen Speech Sample", size=766
  799. 11: mfc\samples\speakn\speakn.mak, comment="Multimedia/Pen Speech Sample", size=2887
  800. 11: mfc\samples\speakn\speakn.rc, comment="Multimedia/Pen Speech Sample", size=2890
  801. 11: mfc\samples\speakn\speakn.sts, comment="Multimedia/Pen Speech Sample", size=6850
  802. 11: mfc\samples\ctrltest\spin.cpp, comment="Custom Control sample", size=823
  803. 11: mfc\samples\ctrltest\spin.h, comment="Custom Control sample", size=2332
  804. 11: mfc\samples\ctrltest\spintest.cpp, comment="Custom Control sample", size=2746
  805. 11: mfc\samples\ctrltest\spintest.dlg, comment="Custom Control sample", size=1006
  806. 10: mfc\src\string.cpp, comment="MFC source code file", size=7212
  807. 10: mfc\src\stringex.cpp, comment="MFC source code file", size=5790
  808. 11: mfc\samples\ctrltest\subtest.cpp, comment="Custom Control sample", size=1875
  809. 11: mfc\samples\ctrltest\subtest.dlg, comment="Custom Control sample", size=631
  810. 8: mfc\samples\testclnt\tcfile.cpp, comment="MFC OLE Test Client Sample", size=6973
  811. 8: mfc\samples\testclnt\tcobject.cpp, comment="MFC OLE Test Client Sample", size=6583
  812. 8: mfc\samples\templdef\templdef.cpp, comment="source for template tool", size=13778
  813. 8: mfc\samples\templdef\templdef.mak, comment="source for template tool", size=1759
  814. 8: mfc\samples\templdef\templdef.sts, comment="source for template tool", size=6267
  815. 8: mfc\samples\testclnt\testclnt.cpp, comment="MFC OLE Test Client Sample", size=16217
  816. 8: mfc\samples\testclnt\testclnt.def, comment="MFC OLE Test Client Sample", size=725
  817. 8: mfc\samples\testclnt\testclnt.h, comment="MFC OLE Test Client Sample", size=3406
  818. 8: mfc\samples\testclnt\testclnt.ico, comment="MFC OLE Test Client Sample", size=766
  819. 8: mfc\samples\testclnt\testclnt.mak, comment="MFC OLE Test Client Sample", size=7380
  820. 8: mfc\samples\testclnt\testclnt.rc, comment="MFC OLE Test Client Sample", size=2893
  821. 8: mfc\samples\testclnt\testclnt.sts, comment="MFC OLE Test Client Sample", size=7081
  822. 8: mfc\samples\testclnt\tests.cpp, comment="MFC OLE Test Client Sample", size=3817
  823. 11: mfc\samples\testserv\tests.cpp, comment="MFC OLE Test Server Sample", size=3645
  824. 11: mfc\samples\testserv\testserv.cpp, comment="MFC OLE Test Server Sample", size=15173
  825. 11: mfc\samples\testserv\testserv.def, comment="MFC OLE Test Server Sample", size=735
  826. 11: mfc\samples\testserv\testserv.h, comment="MFC OLE Test Server Sample", size=2750
  827. 11: mfc\samples\testserv\testserv.ico, comment="MFC OLE Test Server Sample", size=766
  828. 11: mfc\samples\testserv\testserv.mak, comment="MFC OLE Test Server Sample", size=7559
  829. 11: mfc\samples\testserv\testserv.rc, comment="MFC OLE Test Server Sample", size=2688
  830. 11: mfc\samples\testserv\testserv.reg, comment="MFC OLE Test Server Sample", size=1191
  831. 11: mfc\samples\testserv\testserv.sts, comment="MFC OLE Test Server Sample", size=7081
  832. 10: mfc\src\time.cpp, comment="MFC source code file", size=5402
  833. 11: mfc\doc\tn001.txt, comment="tech note on class registration", size=5592
  834. 11: mfc\doc\tn002.txt, comment="tech note on persistent objects", size=10231
  835. 11: mfc\doc\tn003.txt, comment="tech note on handle maps", size=2993
  836. 11: mfc\doc\tn004.txt, comment="tech note on templates", size=7017
  837. 11: mfc\doc\tn005.txt, comment="tech note on MDI", size=4529
  838. 11: mfc\doc\tn006.txt, comment="tech note on message maps", size=9003
  839. 11: mfc\doc\tn007.txt, comment="tech note on Windows debugging aids", size=5078
  840. 11: mfc\doc\tn008.txt, comment="tech note on Foundation OLE support", size=17302
  841. 11: mfc\doc\tn009.txt, comment="tech note on writing an OLE client with MFC", size=15081
  842. 11: mfc\doc\tn010.txt, comment="tech note on writing an OLE server with MFC", size=17020
  843. 11: mfc\doc\tn011.txt, comment="tech note on writing a DLL with MFC", size=8800
  844. 11: mfc\doc\tn012.txt, comment="tech note on MFC/Win 3.1 robustness features", size=10544
  845. 11: mfc\doc\tn013.txt, comment="tech note on COMMDLG.DLL", size=26028
  846. 11: mfc\doc\tn014.txt, comment="tech note on MFC custom control features", size=14831
  847. 11: mfc\doc\tn015.txt, comment="tech note on MFC support of Pen for Windows", size=7208
  848. 11: mfc\doc\tn016.txt, comment="tech note on use of multiple inheritance in MFC", size=5868
  849. 10: mfc\src\trace.cpp, comment="MFC source code file", size=4340
  850. 8: mfc\samples\dlltrace\traceapi.h, comment="DLL sample and application", size=819
  851. 10: mfc\src\tracedat.h, comment="MFC source code file", size=2823
  852. 8: mfc\samples\dlltrace\tracer.cpp, comment="DLL sample and application", size=2620
  853. 11: mfc\samples\tracer\tracer.cpp, comment="MFC Diagnostic Trace Control Sample", size=2735
  854. 8: mfc\samples\dlltrace\tracer.def, comment="DLL sample and application", size=697
  855. 11: mfc\samples\tracer\tracer.def, comment="MFC Diagnostic Trace Control Sample", size=654
  856. 11: mfc\samples\tracer\tracer.ico, comment="MFC Diagnostic Trace Control Sample", size=766
  857. 8: mfc\samples\dlltrace\tracer.mak, comment="DLL sample and application", size=2072
  858. 11: mfc\samples\tracer\tracer.mak, comment="MFC Diagnostic Trace Control Sample", size=2774
  859. 8: mfc\samples\dlltrace\tracer.rc, comment="DLL sample and application", size=1365
  860. 11: mfc\samples\tracer\tracer.rc, comment="MFC Diagnostic Trace Control Sample", size=1309
  861. 8: mfc\samples\dlltrace\tracer.sts, comment="DLL sample and application", size=6506
  862. 11: mfc\samples\tracer\tracer.sts, comment="MFC Diagnostic Trace Control Sample", size=6986
  863. 10: mfc\src\trace_.h, comment="MFC source code file", size=522
  864. 11: mfc\samples\speakn\train.dib, comment="Multimedia/Pen Speech Sample", size=8492
  865. 11: mfc\samples\speakn\train.wav, comment="Multimedia/Pen Speech Sample", size=21054
  866. 11: mfc\samples\testserv\tsfile.cpp, comment="MFC OLE Test Server Sample", size=6569
  867. 11: mfc\samples\testserv\tsobject.cpp, comment="MFC OLE Test Server Sample", size=6896
  868. 11: mfc\samples\testserv\tsobject.h, comment="MFC OLE Test Server Sample", size=2187
  869. 10: mfc\src\validadd.cpp, comment="MFC source code file", size=3750
  870. 10: mfc\src\version.cpp, comment="MFC source code file", size=949
  871. 11: mfc\samples\tutorial\view.cpp, comment="tutorial samples applications", size=29663
  872. 11: mfc\samples\tutorial\view.h, comment="tutorial samples applications", size=3997
  873. 11: mfc\samples\ctrltest\wclstest.cpp, comment="Custom Control sample", size=2670
  874. 11: mfc\samples\ctrltest\wclstest.dlg, comment="Custom Control sample", size=920
  875. 11: mfc\samples\speakn\welcome.wav, comment="Multimedia/Pen Speech Sample", size=18664
  876. 10: mfc\src\winapp.cpp, comment="MFC source code file", size=9493
  877. 10: mfc\src\winbtn.cpp, comment="MFC source code file", size=3697
  878. 10: mfc\src\winctrl.cpp, comment="MFC source code file", size=5290
  879. 10: mfc\src\windlgs.cpp, comment="MFC source code file", size=20718
  880. 10: mfc\src\window.cpp, comment="MFC source code file", size=38149
  881. 10: mfc\src\window_.h, comment="MFC source code file", size=1111
  882. 10: mfc\src\wingdi.cpp, comment="MFC source code file", size=8075
  883. 10: mfc\src\winhand_.h, comment="MFC source code file", size=3402
  884. 10: mfc\src\winmain.cpp, comment="MFC source code file", size=1875
  885. 10: mfc\src\winmdi.cpp, comment="MFC source code file", size=6782
  886. 10: mfc\src\winmenu.cpp, comment="MFC source code file", size=2704
  887. 10: mfc\src\winstr.cpp, comment="MFC source code file", size=1257
  888.  
  889. [list if_pcode_dll_lib 1]
  890. 5: lib\PCDM.LIB, comment="Pcode DLL support library", size=21559
  891.  
  892. [list if_pcode_help 1]
  893. 4: help\PCODE.HLP, comment="Help for PCode", size=77337
  894.  
  895. [list if_pcode_lib 1]
  896. 5: lib\PCD.LIB, comment="Pcode interpreter", size=21559
  897.  
  898. [list if_pwb_help 1]
  899. 9: help\PWB.HLP, comment="Help for PWB", size=576442
  900.  
  901. [list if_pwb 1]
  902. 4: include\EXT.H, comment="PWB Extension header file", size=31004
  903. 7: lib\EXTHDR.OBJ, comment="PWB Extension object module", size=279
  904. 7: lib\EXTSUP.LIB, comment="PWB Extension supplemental library", size=29696
  905. 7: bin\PWB.EXE, comment="MS-DOS Programmer's Workbench", size=555874
  906. 7: bin\PWB.ICO, comment="Icon for PWB", size=1086
  907. 7: bin\PWB.PIF, comment="PIF file for PWB", size=545
  908. 4: bin\PWBBASIC.MXT, comment="BASIC Extension for PWB", "bin\PWBBASIC.XXT", RENAME, size=19200
  909. 7: bin\PWBC.MXT, comment="C Extension for PWB", size=44227
  910. 4: bin\PWBFORT.MXT, comment="FORTRAN Extension for PWB", "bin\PWBFORT.XXT", RENAME, size=25150
  911. 7: bin\PWBHELP.MXT, comment="Help Extension for PWB", size=47656
  912. 4: bin\PWBMASM.MXT, comment="MASM Extension for PWB", "bin\PWBMASM.XXT", RENAME, size=20530
  913. 4: bin\PWBROWSE.MXT, comment="Browser Extension for PWB", size=113856
  914. 7: bin\PWBUTILS.MXT, comment="Utilities for MS-DOS PWB", size=31524
  915. 4: init\SAMPLE.INI, comment="PWB TOOLS.INI Samples", size=22477
  916. 4: init\TOOLS.PRE, comment="Sample TOOLS.INI file", "init\TOOLS.C70", RENAME, size=8433
  917.  
  918. [list if_quick_win_lib 1]
  919. 1: lib\QWIN.LIB, comment="Windows 3.x quickwin library", size=53501
  920.  
  921. [list if_quickwin_help 1]
  922. 4: bin\QWIN.HLP, comment="Windows QuickWin Help", size=24412
  923.  
  924. [list if_real_compiler 1]
  925. 2: bin\BSCMAKE.EXE, comment="Browser Database Maintenance Utility", size=123296
  926. 2: bin\BSCMAKEV.EXE, comment="Browser Database Maintenance Utility (for VM)", size=127520
  927. 3: bin\C1.ERR, comment="Error messages for MS-DOS compiler pass 1", size=48637
  928. 3: bin\C13216.EXE, comment="MS-DOS compiler - pass 1", size=258048
  929. 3: bin\C1XX3216.EXE, comment="MS-DOS C++ compiler - pass 1", size=423936
  930. 3: bin\C23.ERR, comment="Error messages for MS-DOS compiler passes 2 and 3", size=4401
  931. 3: bin\C23216.EXE, comment="MS-DOS compiler - pass 2", size=434176
  932. 3: bin\C23PCD.EXE, comment="PCode pass 2", size=241974
  933. 3: bin\C33216.EXE, comment="MS-DOS compiler - pass 3", size=179200
  934. 3: bin\CL.DEF, comment="Default .DEF file used by Linker", size=1761
  935. 3: bin\CL.ERR, comment="Error messages for MS-DOS CL.EXE", size=1844
  936. 3: bin\CL.EXE, comment="MS-DOS compiler driver", size=71680
  937. 3: bin\CL.MSG, comment="Message file for MS-DOS CL.EXE", size=3869
  938. 6: bin\CVPACK.EXE, comment="Debugging Information Compactor", size=127376
  939. 2: bin\EXEHDR.EXE, comment="File Header Utility", size=39377
  940. 2: bin\EXP.EXE, comment="File Expunge Utility", size=18757
  941. 2: bin\HELPMAKE.EXE, comment="Help File Maintenance Utility", size=55585
  942. 2: bin\ILINK.EXE, comment="Incremental Linker", size=26202
  943. 2: bin\IMPLIB.EXE, comment="Import Library Manager", size=36589
  944. 2: bin\LINK.EXE, comment="Segmented Executable Linker", size=199552
  945. 6: bin\MPC.EXE, comment="Make P-code utility ", size=175840
  946. 10: bin\MS32EM87.DLL, comment="MS-DOSX32 FP emulator dll", size=69627
  947. 10: bin\MS32KRNL.DLL, comment="MS-DOSX32 kernel", size=68608
  948. 10: bin\NMAKE.EXE, comment="Program Maintenance Utility ", size=86809
  949. 2: bin\PWBRMAKE.EXE, comment="Browser Database Maintenance Utility (calls BSCMAKE)", size=7983
  950. 3: bin\Q23.EXE, comment="MS-DOS Quick compiler", size=139076
  951. 2: bin\RM.EXE, comment="File Removal Utility", size=14799
  952. 2: bin\SBRPACK.EXE, comment="Browser Information Compactor", size=17869
  953. 10: bin\TRACE.EXE, comment="MOVE Trace Utility", size=23728
  954. 2: bin\UNDEL.EXE, comment="File Undelete Utility", size=19519
  955.  
  956. [list if_runtime_misc 1]
  957. 5: lib\BINMODE.OBJ, comment="Changes default I/O from text to binary", size=127
  958. 5: lib\COMMODE.OBJ, comment="Sets global files commit mode to commit", size=116
  959. 5: lib\COURB.FON, comment="Font for Graphics Library", size=19088
  960. 5: lib\CRTCOM.LIB, comment="MS-DOS run-time  Library ", size=4633
  961. 5: lib\FILEINFO.OBJ, comment="Allows child programs to inherit files", size=119
  962. 5: lib\HELVB.FON, comment="Font for Graphics Library", size=50880
  963. 5: lib\LSEEKCHK.OBJ, comment="Error checking lseek()", size=119
  964. 5: lib\MODERN.FON, comment="Font for Graphics Library", size=7584
  965. 5: lib\MOVETR.LIB, comment="MOVE library (with TRACE.EXE support)", size=9251
  966. 5: lib\OLDNAMES.LIB, comment="Allows pre-ANSI names for source compatibility", size=5647
  967. 5: lib\ROMAN.FON, comment="Font for Graphics Library", size=11120
  968. 5: lib\SCRIPT.FON, comment="Font for Graphics Library", size=10304
  969. 5: lib\SETARGV.OBJ, comment="Expands wildcards in command-line arguments", size=142
  970. 5: lib\TMSRB.FON, comment="Font for Graphics Library", size=45936
  971. 5: lib\VARSTCK.OBJ, comment="Allows heap and stack to compete for space", size=170
  972.  
  973. [list if_samples 1]
  974. 4: samples\pwbtutor\ANNUITY1.C, comment="PWB Tutorial single-module example (w/errors)", size=1997
  975. 4: samples\pwbtutor\ANNUITY2.C, comment="PWB Tutorial single-module example", size=1946
  976. 4: samples\pwbexten\BASE.C, comment="PWB extension outline (uncommented)", size=1084
  977. 4: samples\pwbtutor\CNT.MAK, comment="Sample non-PWB makefile", size=1141
  978. 4: samples\cpptutor\CONST.CPP, comment="Tutorial Sample", size=276
  979. 4: samples\pwbtutor\COUNT.C, comment="PWB Tutorial multimodule example", size=2805
  980. 4: samples\pwbtutor\COUNT.H, comment="PWB Tutorial multimodule example", size=471
  981. 4: samples\pwbtutor\COUNTBUF.C, comment="PWB Tutorial multimodule example", size=1088
  982. 4: samples\pwbtutor\COUNTCH.C, comment="PWB Tutorial multimodule example", size=572
  983. 4: samples\cpptutor\DATE.CPP, comment="Tutorial Sample", size=1022
  984. 4: samples\cpptutor\DATE.H, comment="Tutorial Sample", size=1392
  985. 4: samples\cpptutor\DEFARG.CPP, comment="Tutorial Sample", size=639
  986. 4: samples\cpptutor\DEMO.CPP, comment="Tutorial Sample", size=951
  987. 4: samples\pwbexten\DISKMENU.C, comment="Sample PWB extension", size=22761
  988. 4: samples\cpptutor\EMPLIST.CPP, comment="Tutorial Sample", size=3532
  989. 4: samples\cpptutor\EMPLOYEE.CPP, comment="Tutorial Sample", size=1359
  990. 4: samples\cpptutor\EMPLOYEE.H, comment="Tutorial Sample", size=1322
  991. 4: samples\cpptutor\ENUM.CPP, comment="Tutorial Sample", size=496
  992. 4: samples\cpptutor\ood\EVENT.CPP, comment="Tutorial Sample", size=2239
  993. 4: samples\cpptutor\ood\EVENT.H, comment="Tutorial Sample", size=10118
  994. 4: samples\iostutor\EXIOS101.CPP, comment="Iostream Demo", size=217
  995. 4: samples\iostutor\EXIOS102.CPP, comment="Iostream Demo", size=248
  996. 4: samples\iostutor\EXIOS103.CPP, comment="Iostream Demo", size=342
  997. 4: samples\iostutor\EXIOS104.CPP, comment="Iostream Demo", size=274
  998. 4: samples\iostutor\EXIOS105.CPP, comment="Iostream Demo", size=446
  999. 4: samples\iostutor\EXIOS106.CPP, comment="Iostream Demo", size=500
  1000. 4: samples\iostutor\EXIOS107.CPP, comment="Iostream Demo", size=526
  1001. 4: samples\iostutor\EXIOS108.CPP, comment="Iostream Demo", size=253
  1002. 4: samples\iostutor\EXIOS109.CPP, comment="Iostream Demo", size=248
  1003. 4: samples\iostutor\EXIOS110.CPP, comment="Iostream Demo", size=171
  1004. 4: samples\iostutor\EXIOS111.CPP, comment="Iostream Demo", size=254
  1005. 4: samples\iostutor\EXIOS112.CPP, comment="Iostream Demo", size=244
  1006. 4: samples\iostutor\EXIOS113.CPP, comment="Iostream Demo", size=309
  1007. 4: samples\iostutor\EXIOS114.CPP, comment="Iostream Demo", size=436
  1008. 4: samples\iostutor\EXIOS115.CPP, comment="Iostream Demo", size=610
  1009. 4: samples\iostutor\EXIOS116.CPP, comment="Iostream Demo", size=670
  1010. 4: samples\iostutor\EXIOS117.CPP, comment="Iostream Demo", size=230
  1011. 4: samples\iostutor\EXIOS118.CPP, comment="Iostream Demo", size=228
  1012. 4: samples\iostutor\EXIOS119.CPP, comment="Iostream Demo", size=512
  1013. 4: samples\iostutor\EXIOS120.CPP, comment="Iostream Demo", size=505
  1014. 4: samples\iostutor\EXIOS121.CPP, comment="Iostream Demo", size=466
  1015. 4: samples\iostutor\EXIOS122.CPP, comment="Iostream Demo", size=441
  1016. 4: samples\iostutor\EXIOS201.CPP, comment="Iostream Demo", size=378
  1017. 4: samples\iostutor\EXIOS202.CPP, comment="Iostream Demo", size=1069
  1018. 4: samples\iostutor\EXIOS203.CPP, comment="Iostream Demo", size=578
  1019. 4: samples\iostutor\EXIOS204.CPP, comment="Iostream Demo", size=373
  1020. 4: samples\iostutor\EXIOS204.MAK, comment="Iostream Demo Makefile", size=2744
  1021. 4: samples\iostutor\EXIOS204.STS, comment="Iostream Demo Status File", size=6485
  1022. 4: samples\pwbtutor\EXTRA.TXT, comment="PWB Tutorial multimodule example", size=1029
  1023. 4: samples\pwbexten\FILTER.C, comment="Sample PWB extension", size=10764
  1024. 4: samples\cpptutor\FRAC1.CPP, comment="Tutorial Sample", size=1842
  1025. 4: samples\cpptutor\FRAC1.H, comment="Tutorial Sample", size=1028
  1026. 4: samples\cpptutor\FRAC2.CPP, comment="Tutorial Sample", size=2198
  1027. 4: samples\cpptutor\FRAC2.H, comment="Tutorial Sample", size=1267
  1028. 4: samples\cpptutor\HANDLER.CPP, comment="Tutorial Sample", size=581
  1029. 4: samples\iostutor\HSTREAM.CPP, comment="Iostream Demo", size=5208
  1030. 4: samples\iostutor\HSTREAM.H, comment="Iostream Demo", size=601
  1031. 4: samples\pwbexten\INDENT.C, comment="Sample PWB extension", size=9997
  1032. 4: samples\cpptutor\INLINE.CPP, comment="Tutorial Sample", size=669
  1033. 4: samples\cpptutor\INTARRAY.CPP, comment="Tutorial Sample", size=917
  1034. 4: samples\cpptutor\INTARRAY.H, comment="Tutorial Sample", size=428
  1035. 4: samples\cpptutor\ood\INTERACT.CPP, comment="Tutorial Sample", size=13046
  1036. 4: samples\cpptutor\ood\INTERACT.H, comment="Tutorial Sample", size=10470
  1037. 4: samples\pwbexten\ISEARCH.C, comment="Sample PWB extension", size=10738
  1038. 4: samples\cpptutor\ood\LIFEWIN.CPP, comment="Tutorial Sample", size=20878
  1039. 4: samples\cpptutor\ood\LIFEWIN.H, comment="Tutorial Sample", size=3078
  1040. 4: samples\cpptutor\LINKAGE.CPP, comment="Tutorial Sample", size=957
  1041. 4: samples\cpptutor\ood\LIST.CPP, comment="Tutorial Sample", size=7975
  1042. 4: samples\cpptutor\ood\LIST.H, comment="Tutorial Sample", size=4184
  1043. 4: samples\cpptutor\ood\MISC.CPP, comment="Tutorial Sample", size=5101
  1044. 4: samples\cpptutor\ood\MISC.H, comment="Tutorial Sample", size=4996
  1045. 4: samples\cpptutor\NEWDEL.CPP, comment="Tutorial Sample", size=666
  1046. 4: samples\cpptutor\NEWDEL2.CPP, comment="Tutorial Sample", size=803
  1047. 4: samples\cpptutor\NEWDEL3.CPP, comment="Tutorial Sample", size=1462
  1048. 4: samples\cpptutor\NEWDEL4.CPP, comment="Tutorial Sample", size=1083
  1049. 4: samples\cpptutor\ood\OODEMO.CPP, comment="Tutorial Sample", size=2440
  1050. 4: samples\cpptutor\ood\OODEMO.MAK, comment="Tutorial Sample", size=6889
  1051. 4: samples\cpptutor\ood\OODEMO.STS, comment="Tutorial Sample", size=6632
  1052. 4: samples\cpptutor\ood\OODEMO.TXT, comment="Tutorial Sample", size=2120
  1053. 4: samples\cpptutor\OVERLOAD.CPP, comment="Tutorial Sample", size=524
  1054. 4: samples\iostutor\PAYROLL, comment="Iostream Demo", size=32
  1055. 4: samples\cpptutor\PERSINFO.CPP, comment="Tutorial Sample", size=318
  1056. 4: samples\cpptutor\PERSINFO.H, comment="Tutorial Sample", size=539
  1057. 4: samples\cpptutor\PHONLIST.CPP, comment="Tutorial Sample", size=1202
  1058. 4: samples\cpptutor\PHONLIST.H, comment="Tutorial Sample", size=1021
  1059. 4: samples\cpptutor\ood\PRIM.CPP, comment="Tutorial Sample", size=1784
  1060. 4: samples\cpptutor\ood\PRIM.H, comment="Tutorial Sample", size=5020
  1061. 4: include\READCHAR.H, comment="PWB extension include file for ReadChar", size=5569
  1062. 4: samples\iostutor\README.TXT, comment="Iostream Demo", size=347
  1063. 4: samples\cpptutor\REFADDR.CPP, comment="Tutorial Sample", size=361
  1064. 4: samples\cpptutor\REFDEMO.CPP, comment="Tutorial Sample", size=460
  1065. 4: samples\cpptutor\REFPARM.CPP, comment="Tutorial Sample", size=1236
  1066. 4: samples\SAMPLES.TXT, comment="Samples Document", size=7858
  1067. 4: samples\cpptutor\SAVINGS.CPP, comment="Tutorial Sample", size=294
  1068. 4: samples\cpptutor\SAVINGS.H, comment="Tutorial Sample", size=763
  1069. 4: samples\cpptutor\SCOPERES.CPP, comment="Tutorial Sample", size=406
  1070. 4: samples\pwbexten\SKEL.C, comment="PWB extension outline (uncommented)", size=3498
  1071. 4: samples\cpptutor\STRNG.CPP, comment="Tutorial Sample", size=1797
  1072. 4: samples\cpptutor\STRNG.H, comment="Tutorial Sample", size=1007
  1073. 4: samples\pwbexten\TEXT.C, comment="Sample PWB extension", size=42751
  1074. 4: samples\cpptutor\ood\TEXTWIN.CPP, comment="Tutorial Sample", size=20142
  1075. 4: samples\cpptutor\ood\TEXTWIN.H, comment="Tutorial Sample", size=5195
  1076. 4: samples\pwbexten\TWOKEY.C, comment="Sample PWB extension", size=4250
  1077. 4: samples\pwbexten\UREPEAT.C, comment="Sample PWB extension", size=4723
  1078. 4: samples\cpptutor\VARDECL.CPP, comment="Tutorial Sample", size=489
  1079. 4: samples\cpptutor\ood\WINMGR.CPP, comment="Tutorial Sample", size=10025
  1080. 4: samples\cpptutor\ood\WINMGR.H, comment="Tutorial Sample", size=895
  1081.  
  1082. [list if_small_alt 1]
  1083. 5: lib\SLIBFA.LIB, comment="Alternate math library (small model)", size=59549
  1084.  
  1085. [list if_small_graph_alt 1]
  1086. 5: lib\SGRAPHFA.LIB, comment="Graphics alternate fp - small/compact", size=4131
  1087.  
  1088. [list if_small_graph_noalt 1]
  1089. 5: lib\SGRAPHFP.LIB, comment="Graphics emulator fp - small/compact", size=4131
  1090.  
  1091. [list if_small_noalt 1]
  1092. 5: lib\SLIBFP.LIB, comment="Floating-point library (small model)", size=72107
  1093.  
  1094. [list if_small_quick_win 1]
  1095. 1: lib\SLIBCQ.LIB, comment="Windows 3.x qwin C library - small model", size=8353
  1096.  
  1097. [list if_small_real 1]
  1098. 5: lib\SLIBCR.LIB, comment="MS-DOS run-time library (small model)", size=151525
  1099.  
  1100. [list if_small_win_alt 1]
  1101. 1: lib\SLIBFAW.LIB, comment="Windows 3.x alternate math library- small model", size=60061
  1102.  
  1103. [list if_small_win_dll 1]
  1104. 5: lib\SDLLCW.LIB, comment="Windows 3.x dll libs- small model", size=117561
  1105. 6: lib\SDLLCXXW.LIB, comment="Windows 3.x C++ DLL libs- small model", size=56735
  1106.  
  1107. [list if_small_win_noalt 1]
  1108. 5: lib\SLIBFPW.LIB, comment="Windows 3.x em/87 math library- small model", size=74171
  1109.  
  1110. [list if_small_win_nocrt 1]
  1111. 1: lib\SNOCRTDW.LIB, comment="Windows 3.x DLL nocrt library- small model", size=2071
  1112. 1: lib\SNOCRTW.LIB, comment="Windows 3.x exe nocrt library-small model", size=2583
  1113.  
  1114. [list if_small_win 1]
  1115. 1: lib\SLIBCW.LIB, comment="Windows 3.x exe libs - small model", size=128383
  1116.  
  1117. [list if_small 1]
  1118. 5: lib\SLIBCXX.LIB, comment="C++ IOStream Library--small model", size=61403
  1119.  
  1120. [list if_startup_real 1]
  1121. 7: source\startup\dos\CRT0.ASM, comment="MS-DOS specific startup source file", size=14150
  1122. 7: source\startup\dos\CRT0DAT.ASM, comment="MS-DOS specific startup source file", size=22091
  1123. 7: source\startup\dos\CRT0MSG.ASM, comment="MS-DOS specific startup source file", size=3205
  1124. 7: source\startup\dos\EXECMSG.ASM, comment="MS-DOS specific startup source file", size=1171
  1125. 7: source\startup\dos\NMSGHDR.ASM, comment="MS-DOS specific startup source file", size=4775
  1126. 7: source\startup\dos\NULBODY.LNK, comment="MS-DOS specific startup source file", size=101
  1127. 7: source\startup\dos\STDALLOC.ASM, comment="MS-DOS specific startup source file", size=2634
  1128. 7: source\startup\dos\STDARGV.ASM, comment="MS-DOS specific startup source file", size=16566
  1129. 7: source\startup\dos\STDENVP.ASM, comment="MS-DOS specific startup source file", size=8193
  1130.  
  1131. [list if_startup_win 1]
  1132. 7: source\startup\win\CRT0.ASM, comment="Windows specific startup source file", size=12837
  1133. 7: source\startup\win\FATAL.ASM, comment="Windows specific startup source file", size=3560
  1134. 7: source\startup\win\NOQWIN.ASM, comment="Windows specific startup source file", size=3230
  1135. 7: source\startup\win\NULBODY.DEF, comment="Windows specific startup source file", size=175
  1136. 7: source\startup\win\NULBODY.LNK, comment="Windows specific startup source file", size=123
  1137. 7: source\startup\win\QWCINIT.ASM, comment="Windows specific startup source file", size=5211
  1138. 7: source\startup\win\STUBMAIN.ASM, comment="Windows specific startup source file", size=2597
  1139. 7: source\startup\win\STUBWEP.ASM, comment="Windows specific startup source file", size=1369
  1140. 7: source\startup\win\WCHKSTK.ASM, comment="Windows specific startup source file", size=2850
  1141. 7: source\startup\win\WEP.ASM, comment="Windows specific startup source file", size=3985
  1142. 7: source\startup\win\WFILE.ASM, comment="Windows specific startup source file", size=1629
  1143. 7: source\startup\win\WINDGRP.ASM, comment="Windows specific startup source file", size=1167
  1144. 7: source\startup\win\WINDGRPX.C, comment="Windows specific startup source file", size=519
  1145. 7: source\startup\win\WNULL.ASM, comment="Windows specific startup source file", size=822
  1146.  
  1147. [list if_startup 1]
  1148. 7: source\startup\CHKSTK.ASM, comment="OS Independent startup source file", size=3793
  1149. 7: source\startup\CHKSUM.ASM, comment="OS Independent startup source file", size=3257
  1150. 7: source\startup\CMACROS.INC, comment="OS Independent startup source file", size=12035
  1151. 7: source\startup\CMSGS.INC, comment="OS Independent startup source file", size=3701
  1152. 7: source\startup\CRT0FP.ASM, comment="OS Independent startup source file", size=2007
  1153. 7: source\startup\CSTARTUP.BAT, comment="Build batchfile for startup sources", size=3840
  1154. 7: source\startup\CSUB.BAT, comment="Subroutine file for cstartup.bat", size=1322
  1155. 7: source\startup\DEFSEGS.INC, comment="OS Independent startup source file", size=6058
  1156. 7: source\startup\FCNTL.INC, comment="OS Independent startup source file", size=1562
  1157. 7: source\startup\FILE.ASM, comment="OS Independent startup source file", size=2648
  1158. 7: source\startup\FILE2.H, comment="OS Independent startup source file", size=1792
  1159. 7: source\startup\FMSGHDR.ASM, comment="OS Independent startup source file", size=2100
  1160. 7: source\startup\HEAP.INC, comment="OS Independent startup source file", size=3612
  1161. 7: source\startup\INTERNAL.H, comment="OS Independent startup source file", size=3956
  1162. 7: source\startup\MAKEFILE.DOS, comment="Makefile for MS-DOS Startup", size=4537
  1163. 7: source\startup\MAKEFILE.WIN, comment="Makefile for Windows Startup", size=5168
  1164. 7: source\startup\MSDOS.H, comment="OS Independent startup source file", size=6064
  1165. 7: source\startup\MSDOS.INC, comment="OS Independent startup source file", size=7360
  1166. 7: source\startup\NULBODY.C, comment="OS Independent startup source file", size=30
  1167. 7: source\startup\RCHKSTK.ASM, comment="OS Independent startup source file", size=3572
  1168. 7: source\startup\README.TXT, comment="Startup build instructions", size=6257
  1169. 7: source\startup\REGISTER.H, comment="OS Independent startup source file", size=396
  1170. 7: source\startup\RTERR.INC, comment="OS Independent startup source file", size=4571
  1171. 7: source\startup\SETARGV.ASM, comment="OS Independent startup source file", size=971
  1172. 7: source\startup\STDIO.INC, comment="OS Independent startup source file", size=1581
  1173. 7: source\startup\STDLIB.INC, comment="OS Independent startup source file", size=1054
  1174. 7: source\startup\VERSION.INC, comment="OS Independent startup source file", size=575
  1175. 7: source\startup\WILD.C, comment="OS Independent startup source file", size=6574
  1176. 7: source\startup\WINDLL.MKF, comment="Makefile for Windows DLL startup", size=830
  1177. 7: source\startup\WINEXE.MKF, comment="Makefile for Windows EXE startup", size=810
  1178. 7: source\startup\_FILE.C, comment="OS Independent startup source file", size=1302
  1179.  
  1180. [list if_win_lib 1]
  1181. 1: lib\NOQWIN.LIB, comment="Windows 3.x non-quickwin library", size=2063
  1182.  
  1183. [list if_wx 1]
  1184. 7: bin\WX.EXE, comment="Windows Spawner", size=14215
  1185. 7: bin\WXSRVR.EXE, comment="Windows Spawn Server", size=17920
  1186.  
  1187. [list release_info 1]
  1188. 1: .\ANSWERS.TXT, comment="Questions and Answers for Microsoft C/C++ 7.0", size=13125
  1189. 1: .\DETAILS.TXT, comment="Detailed information about topics in README.TXT", size=32900
  1190. 1: .\ERRATA1.TXT, comment="Documentation Changes for Microsoft C/C++ 7.0", size=40675
  1191. 1: .\ERRATA2.TXT, comment="Documentation Changes for Microsoft C/C++ 7.0", size=52557
  1192. 1: .\PACKING.TXT, comment="This listing of files for Microsoft C/C++ 7.0 ", size=46230
  1193. 1: .\README.TXT, comment="New Information for Microsoft C/C++ 7.0", size=25774
  1194.  
  1195. [list setup 1]
  1196. 1: .\CSETUP.EXE, comment="MS-DOS Setup Component", NOCOPY, size=160778
  1197. 1: .\CSETUP.INF, comment="MS-DOS Setup program information file", NOCOPY, size=47742
  1198. 1: .\DETCMD.DLL, comment="Windows Setup DLL", size=24096
  1199. 1: .\SETUP.EXE, comment="Boot Setup program -- installs Microsoft C/C++ 7.0", NOCOPY, size=51456
  1200. 1: .\VER.DLL, comment="Windows Setup DLL", size=18414
  1201. 1: .\WSETUP.EXE, comment="Windows Setup Component", size=383152
  1202. 1: .\WSETUP.HLP, comment="WinHelp for Windows Setup Component", size=21110
  1203. 1: .\WSETUP.INF, comment="Windows Setup program information file", size=63707
  1204.  
  1205. ; list of files to remove if user wants components of libraries deleted
  1206. [list if_del_comps]
  1207. {include list copy_always_lib}
  1208. {include list copy_always_real_lib}
  1209. {include list if_chipmath}
  1210. {include list if_compact_alt}
  1211. {include list if_compact_noalt}
  1212. {include list if_compact_real}
  1213. {include list if_compact}
  1214. {include list if_emulator}
  1215. {include list if_large_alt}
  1216. {include list if_large_noalt}
  1217. {include list if_large_real}
  1218. {include list if_large}
  1219. {include list if_medium_alt}
  1220. {include list if_medium_graph_alt}
  1221. {include list if_medium_graph_noalt}
  1222. {include list if_medium_noalt}
  1223. {include list if_medium_or_large_real_lib}
  1224. {include list if_medium_real}
  1225. {include list if_medium}
  1226. {include list if_pcode_lib}
  1227. {include list if_small_alt}
  1228. {include list if_small_graph_alt}
  1229. {include list if_small_graph_noalt}
  1230. {include list if_small_noalt}
  1231. {include list if_small_real}
  1232. {include list if_small}
  1233.  
  1234. ; list of files to search for single-file copy command
  1235. [list search_files]
  1236. {include list copy_always_lib}
  1237. {include list copy_always_real_lib}
  1238. {include list copy_always}
  1239. {include list if_chipmath}
  1240. {include list if_codeview_real}
  1241. {include list if_codeview_win}
  1242. {include list if_compact_alt}
  1243. {include list if_compact_noalt}
  1244. {include list if_compact_quick_win}
  1245. {include list if_compact_real}
  1246. {include list if_compact_win_alt}
  1247. {include list if_compact_win_dll}
  1248. {include list if_compact_win_noalt}
  1249. {include list if_compact_win_nocrt}
  1250. {include list if_compact_win}
  1251. {include list if_compact}
  1252. {include list if_config_cv}
  1253. {include list if_config_win}
  1254. {include list if_config}
  1255. {include list if_emulator}
  1256. {include list if_graphics_samples}
  1257. {include list if_graphics}
  1258. {include list if_help}
  1259. {include list if_include}
  1260. {include list if_large_alt}
  1261. {include list if_large_noalt}
  1262. {include list if_large_quick_win}
  1263. {include list if_large_real}
  1264. {include list if_large_win_alt}
  1265. {include list if_large_win_dll}
  1266. {include list if_large_win_noalt}
  1267. {include list if_large_win_nocrt}
  1268. {include list if_large_win}
  1269. {include list if_large}
  1270. {include list if_libw}
  1271. {include list if_lib}
  1272. {include list if_medium_alt}
  1273. {include list if_medium_graph_alt}
  1274. {include list if_medium_graph_noalt}
  1275. {include list if_medium_noalt}
  1276. {include list if_medium_or_large_real_lib}
  1277. {include list if_medium_quick_win}
  1278. {include list if_medium_real}
  1279. {include list if_medium_win_alt}
  1280. {include list if_medium_win_dll}
  1281. {include list if_medium_win_noalt}
  1282. {include list if_medium_win_nocrt}
  1283. {include list if_medium_win}
  1284. {include list if_medium}
  1285. {include list if_mfc_help}
  1286. {include list if_mfc}
  1287. {include list if_pcode_dll_lib}
  1288. {include list if_pcode_help}
  1289. {include list if_pcode_lib}
  1290. {include list if_pwb_help}
  1291. {include list if_pwb}
  1292. {include list if_quick_win_lib}
  1293. {include list if_quickwin_help}
  1294. {include list if_real_compiler}
  1295. {include list if_runtime_misc}
  1296. {include list if_samples}
  1297. {include list if_small_alt}
  1298. {include list if_small_graph_alt}
  1299. {include list if_small_graph_noalt}
  1300. {include list if_small_noalt}
  1301. {include list if_small_quick_win}
  1302. {include list if_small_real}
  1303. {include list if_small_win_alt}
  1304. {include list if_small_win_dll}
  1305. {include list if_small_win_noalt}
  1306. {include list if_small_win_nocrt}
  1307. {include list if_small_win}
  1308. {include list if_small}
  1309. {include list if_startup_real}
  1310. {include list if_startup_win}
  1311. {include list if_startup}
  1312. {include list if_win_lib}
  1313. {include list if_wx}
  1314. {include list release_info}
  1315. {include list setup}
  1316.  
  1317. ;INSERT HERE    ^^^^^^^^^^^
  1318.  
  1319. [list remove]
  1320. ; required by toolkit, not used by C7
  1321.  
  1322.  
  1323. ;*********** more macros ***************
  1324. [macro]
  1325. ;required macros:
  1326. LISTMORE  = " MORE "
  1327. LISTEND   = " END "
  1328. HARDHDR   = "Hard Drive "
  1329. FLOPPYHDR = "Floppy Drive "
  1330. NETWORKHDR = "Network Drive "
  1331. ; CHKD is 2-char string used as checkmark in listboxes
  1332. CHKD = "√ "
  1333.  
  1334. ; other macros
  1335. TOGGLEHLP1  = "The TAB key toggles between ^1OK^0 and menu. The ARROW keys move"
  1336. TOGGLEHLP2  = "you in the menu. Mark entries using ENTER. Select OK to continue."
  1337.  
  1338. ; macros for Packing list generator (not used in Setup)
  1339. DISK        = "DISK"
  1340. DESC_HEADER = "Files                        Description"
  1341. DESC_ULINES = "-----                        -----------"
  1342. PLHEADER    = "Packing List for Microsoft C/C++ Version 7.0 "
  1343.  
  1344. ; macro used by wrong_dest_drive
  1345. WRONG_DIR = ""
  1346.  
  1347. KB_NEEDED = "0"
  1348. KB_FREE   = "0"
  1349.  
  1350. ;*********** menus ***************
  1351.  
  1352. [menu mainc]
  1353. ; leave 2 spaces at front for checkmark
  1354. "  Custom installation of MS C/C++ compiler"
  1355. "  Install the MS C/C++ compiler using defaults"
  1356. "  Run Setup without installing any files"
  1357. "  View important documentation notes (README.TXT)"
  1358. "  View the packing list (PACKING.TXT)"
  1359. "  Copy a file from the distribution disks"
  1360. "  Load or build additional libraries"
  1361. "  Exit Setup"
  1362.  
  1363. [menu yesno]
  1364. "Yes"
  1365. "No"
  1366.  
  1367. [menu choose_mode]
  1368. "MS-DOS"
  1369. "Windows 3.0"
  1370.  
  1371. [menu math_menu]
  1372. "Emulator math"
  1373. "80x87 chip math"
  1374. "Alternate math"
  1375.  
  1376. [menu models_menu]
  1377. "Small memory model"
  1378. "Medium memory model"
  1379. "Compact memory model"
  1380. "Large memory model"
  1381.  
  1382. [menu copyanotherm]
  1383. "Return to Setup main menu"
  1384. "Copy another file"
  1385. "Exit Setup"
  1386.  
  1387. [menu anotherhd]
  1388. "Install on a different hard disk"
  1389. "Change my answers to Setup questions"
  1390. "Continue with installation on this disk"
  1391. "Exit Setup"
  1392.  
  1393. [menu smallhd]
  1394. "Change my answers to Setup questions"
  1395. "Continue with installation on this disk"
  1396. "Exit Setup"
  1397.  
  1398.  
  1399. ; required menus below this point
  1400. [menu timestampm]
  1401. "Continue without overwriting my file"
  1402. "Replace my copy of the file"
  1403. "Exit Setup"
  1404.  
  1405. [menu contorexit]
  1406. "Continue"
  1407. "Exit Setup"
  1408.  
  1409. [menu retry]
  1410. "Try again"
  1411. "Exit Setup"
  1412.  
  1413. [menu formatorretry]
  1414. "Format the disk"
  1415. "Try again (do not format)"
  1416.  
  1417. [menu retryorignore]
  1418. "Try again"
  1419. "Ignore the error and continue"
  1420. "Exit Setup"
  1421.  
  1422. [menu readonlyerrm]
  1423. "Try to overwrite"
  1424. "Continue without copying"
  1425. "Exit Setup"
  1426.  
  1427. [menu build_err_m]
  1428. "Return to Setup main menu"
  1429. "Continue building libraries"
  1430. "Exit Setup"
  1431.  
  1432. [menu view_modify_opts]
  1433. "Let Setup update your system files for you"
  1434. "View the changes now"
  1435. "Save the changes to edit later"
  1436.  
  1437.  
  1438. ;***** colors *****
  1439. [color]
  1440. 1=high white
  1441. 2=blue,white
  1442. 3=white,blue
  1443. 4=white,black
  1444.  
  1445.  
  1446. ;********** header and footer screens ************
  1447.  
  1448. [screen header]
  1449. {color white,blue}
  1450. {at 2,1}
  1451. Microsoft C/C++ %VERS Setup
  1452. {at 0,2}
  1453. {line 60,205}
  1454. ;
  1455. ;
  1456. [screen error_header]
  1457. {include screen header}
  1458. {at 35,1}
  1459. ^1Setup Error^0
  1460. ;
  1461. ; footer screens
  1462. ;
  1463. [screen exit]
  1464. {clear 0,24,79,24}
  1465. {color black, white}
  1466. {at 67,24}
  1467. CTRL+C=Exit
  1468. ;
  1469. ;
  1470. [screen ent_exit]
  1471. {clear 0,24,79,24}
  1472. {color black, white}
  1473. {at 2,24}
  1474. ENTER=Continue
  1475. {at 67,24}
  1476. CTRL+C=Exit
  1477. ;
  1478. ;
  1479. [screen ent_sel_exit]
  1480. {clear 0,24,79,24}
  1481. {color black, white}
  1482. {at 2,24}
  1483. ENTER=Continue
  1484. {at 19,24}
  1485. =Make Selection
  1486. {at 67,24}
  1487. CTRL+C=Exit
  1488. ;
  1489. ;
  1490. [screen ent_sel_esc_f3_exit]
  1491. {clear 0,24,79,24}
  1492. {color black, white}
  1493. {at 2,24}
  1494. ENTER=Continue
  1495. {at 19,24}
  1496. =Make Selection
  1497. {at 39,24}
  1498. ESC=Cancel
  1499. {at 51,24}
  1500. F3=Select All
  1501. {at 67,24}
  1502. CTRL+C=Exit
  1503. ;
  1504. ;
  1505. [screen ent_f1_exit]
  1506. {clear 0,24,79,24}
  1507. {color black, white}
  1508. {at 2,24}
  1509. ENTER=Continue
  1510. {at 39,24}
  1511. F1=Additional Information
  1512. {at 67,24}
  1513. CTRL+C=Exit
  1514. ;
  1515. ;
  1516. [screen ent_sel_f1_exit]
  1517. {clear 0,24,79,24}
  1518. {color black, white}
  1519. {at 2,24}
  1520. ENTER=Continue
  1521. {at 19,24}
  1522. =Make Selection
  1523. {at 39,24}
  1524. F1=Additional Information
  1525. {at 67,24}
  1526. CTRL+C=Exit
  1527. ;
  1528. ;
  1529. [screen help_footer]
  1530. {clear 0,24,79,24}
  1531. {color white, blue}
  1532. {at 2,24}
  1533. ESC=Return to Setup
  1534. {at 30,24}
  1535. PgDn=Next Screen
  1536. {at 55,24}
  1537. PgUp=Previous Screen
  1538. ;
  1539. ;
  1540. [screen typedir]
  1541. If the directory does not exist, Setup will create it.
  1542.  
  1543. Setup proposes the following directory:
  1544.  
  1545. {input 5,55,1}
  1546.  
  1547. If you want to install these files in a different directory:
  1548.      Use the BACKSPACE key to erase the current selection.
  1549.      Type the directory name.
  1550. When the correct directory is displayed, press ENTER.
  1551. {include screen ent_exit}
  1552. ;
  1553. ;
  1554. ;**********    required screens ************
  1555. ;
  1556. [screen helpframe]
  1557. {color black, white}
  1558. {at 2,1}
  1559. ^2Additional Information^0
  1560. {at 0,2}
  1561. {line 60,205,blue,white}
  1562. {include screen help_footer}
  1563. ;
  1564. ;
  1565. [screen installing]
  1566. {include screen header}
  1567. {at 35,1}
  1568. ^1Installing^0
  1569. {at 0,4}
  1570. {center on}
  1571. Installing Microsoft C/C++ compiler %VERS...
  1572. {center off}
  1573. {include screen exit}
  1574. ;
  1575. ;
  1576. [screen mcopying]
  1577. {clear 0,10,79,13}
  1578. {At 8,10}
  1579. Setup is copying %SPATH%SFILE
  1580.               to %DPATH%DFILE.
  1581.  
  1582. There are %NUM files left to copy.
  1583. ;
  1584. ;
  1585. [screen badmacro]
  1586. {include screen error_header}
  1587. {at 5,10}
  1588. Predefined macro "%SECTION" is missing in SETUP.INF
  1589. ;
  1590. ;
  1591. [screen insdiskpath]
  1592. {include screen header}
  1593. {at 35,1}
  1594. ^1File Not Found^0
  1595. {At 5,8}
  1596. Setup can't find the file %SFILE.
  1597.  
  1598. Please type the drive and directory where this file can be found.
  1599. Then press ENTER.
  1600.  
  1601. You can specify a floppy-disk drive or a hard-disk drive.
  1602.  
  1603. {input 10,60,1}
  1604. {include screen ent_exit}
  1605. ;
  1606. ;
  1607. [screen insdiskpath2]
  1608. {include screen header}
  1609. {at 35,1}
  1610. ^1Cannot Find File^0
  1611. {At 5,8}
  1612. Setup can't find the file %SFILE in the directory you specified.
  1613. Please try again now, or exit, find a copy of the file, and run
  1614. Setup later.
  1615.  
  1616. Please type the drive and directory where this file is located and
  1617. press ENTER. You can specify a floppy-disk drive or a hard-disk drive.
  1618.  
  1619. {input 10,60,1}
  1620. {include screen ent_exit}
  1621. ;
  1622. ;
  1623. [screen insdisknopath]
  1624. {include screen header}
  1625. {at 35,1}
  1626. ^1Insert Requested Disk^0
  1627. {At 5,8}
  1628. Please insert the disk labeled '%DISKNAME'
  1629. in drive %DRIVE and press ENTER.
  1630.  
  1631. {input 15,35,5}
  1632. {include menu contorexit}
  1633. {include screen ent_sel_exit}
  1634. ;
  1635. ;
  1636. [screen badsdisk]
  1637. {include screen header}
  1638. {at 35,1}
  1639. ^1Can't read disk^0
  1640. {At 5,8}
  1641. Setup can't read the disk in drive %DRIVE. Please be sure the
  1642. correct disk is inserted and the drive door is closed.
  1643.  
  1644. {input 15,35,5}
  1645. {include menu contorexit}
  1646. {include screen ent_sel_exit}
  1647. ;
  1648. ;
  1649. [screen wrongdisk]
  1650. {include screen header}
  1651. {at 35,1}
  1652. ^1Wrong disk^0
  1653. {At 5,8}
  1654. This does not appear to be %DISKNAME.
  1655. Please insert the disk labeled '%DISKNAME'
  1656. in drive %DRIVE and press ENTER.
  1657.  
  1658. {input 15,35,5}
  1659. {include menu contorexit}
  1660. {include screen ent_sel_exit}
  1661. ;
  1662. ;
  1663. [screen badddisk]
  1664. {include screen header}
  1665. {at 35,1}
  1666. ^1Error reading disk^0
  1667. {At 5,8}
  1668. Setup can't read the disk in drive %DRIVE.
  1669.  
  1670. {input 15,35,4}
  1671. {include menu formatorretry}
  1672. {include screen ent_sel_exit}
  1673. ;
  1674. ;
  1675. [screen readerr]
  1676. {include screen error_header}
  1677. {At 5,8}
  1678. An error occurred while reading the file %SFILE.
  1679.  
  1680. {input 15,35,5}
  1681. ; inserts menu retry or menu retryorignore
  1682. {include screen ent_sel_exit}
  1683. ;
  1684. ;
  1685. [screen writeerr]
  1686. {include screen error_header}
  1687. {At 5,8}
  1688. An error occurred while writing the file
  1689. %DPATH%DFILE.
  1690.  
  1691. {input 15,35,5}
  1692. ; inserts menu retry or menu retryorignore
  1693. {include screen ent_sel_exit}
  1694. ;
  1695. ;
  1696. [screen createerr]
  1697. {include screen error_header}
  1698. {At 5,8}
  1699. An error occurred while creating the file
  1700. %DPATH%DFILE.
  1701.  
  1702. {input 15,35,5}
  1703. ; inserts menu retry or menu retryorignore
  1704. {include screen ent_sel_exit}
  1705. ;
  1706. ;
  1707. [screen renameerr]
  1708. {include screen error_header}
  1709. {At 5,8}
  1710. An error occurred while renaming the file
  1711. %SPATH%SFILE to %DFILE.
  1712.  
  1713. {input 15,35,5}
  1714. ; inserts menu retry or menu retryorignore
  1715. {include screen ent_sel_exit}
  1716. ;
  1717. ;
  1718. [screen createdirerr]
  1719. {include screen error_header}
  1720. {At 5,8}
  1721. An error occurred while creating the directory
  1722. %DPATH.
  1723.  
  1724. {input 15,35,5}
  1725. ; inserts menu retry or menu retryorignore
  1726. {include screen ent_sel_exit}
  1727. ;
  1728. ;
  1729. [screen timestamperr]
  1730. {include screen error_header}
  1731. {At 5,8}
  1732. The version of the file %SFILE on your disk is newer than the
  1733. one supplied with Microsoft C/C++.
  1734.  
  1735. You can continue the installation process without copying this
  1736. file, or you can overwrite your copy of the file.
  1737.  
  1738. Setup suggests that you do not overwrite this file. If you decide
  1739. later that you want the version supplied with C/C++ %VERS, rename
  1740. your existing file and use Setup to copy the new version.
  1741.  
  1742. {input 15,45,5}
  1743. {include menu timestampm}
  1744. {include screen ent_sel_exit}
  1745. ;
  1746. ;
  1747. ; required screens not used by C
  1748. [screen nonvital]
  1749. {clear 0,0,0,0}
  1750. ;
  1751. [screen pathtoolong]
  1752. ; screen used by floppy-to-floppy setup only
  1753. [screen insnewdisk]
  1754. ;
  1755. ;
  1756. [screen readonlyerr]
  1757. {include screen error_header}
  1758. {at 5,8}
  1759. Setup is trying to copy to the read-only file
  1760. %DPATH%DFILE on your hard disk.
  1761.  
  1762. You can try to overwrite the file, skip the copy if you are sure
  1763. your file is correct, or you can exit Setup and delete your file.
  1764.  
  1765. {input 15,35,5}
  1766. {include menu readonlyerrm}
  1767. {include screen ent_sel_f1_exit}
  1768. ;
  1769. ;
  1770. [screen readme_beg_frame]
  1771. {help nohelp}
  1772. {at 0,23}
  1773. {line 80,220}
  1774. {clear 0,24,79,24}
  1775.    PgDn=Next screen           ** First Screen **             ESC=Exit README.TXT
  1776. ;
  1777. ;
  1778. [screen readme_middle_frame]
  1779. {help nohelp}
  1780. {at 0,23}
  1781. {line 80,220}
  1782. {clear 0,24,79,24}
  1783.    PgDn=Next screen          PgUp=Previous screen            ESC=Exit README.TXT
  1784. ;
  1785. ;
  1786. [screen readme_end_frame]
  1787. {help nohelp}
  1788. {at 0,23}
  1789. {line 80,220}
  1790. {clear 0,24,79,24}
  1791.    ** End of File **         PgUp=Previous screen            ESC=Exit README.TXT
  1792. ;
  1793. ;
  1794. [screen packing_beg_frame]
  1795. {help nohelp}
  1796. {at 0,23}
  1797. {line 80,220}
  1798. {clear 0,24,79,24}
  1799.    PgDn=Next screen           ** First Screen **            ESC=Exit PACKING.TXT
  1800. ;
  1801. ;
  1802. [screen packing_middle_frame]
  1803. {help nohelp}
  1804. {at 0,23}
  1805. {line 80,220}
  1806. {clear 0,24,79,24}
  1807.    PgDn=Next screen          PgUp=Previous screen           ESC=Exit PACKING.TXT
  1808. ;
  1809. ;
  1810. [screen packing_end_frame]
  1811. {help nohelp}
  1812. {at 0,23}
  1813. {line 80,220}
  1814. {clear 0,24,79,24}
  1815.    ** End of File **         PgUp=Previous screen           ESC=Exit PACKING.TXT
  1816. ;
  1817. ;
  1818. ; ********* C SCREENS **********************
  1819. ;
  1820. [screen nohelp]
  1821. {color black, white}
  1822. {at 10,10}
  1823. If you get this screen, please report it as a bug.
  1824.  
  1825. Setup has no additional information on this topic.
  1826.  
  1827. Press ESC to return to Setup.
  1828. ;
  1829. ;
  1830. [screen welcome]
  1831. {include screen header}
  1832. {at 4,3}
  1833. %MS_Setup %Setup_VER
  1834. %COPYRIGHT
  1835. Welcome to the Setup program for Microsoft C/C++.
  1836.  
  1837.      ^1This Setup program installs Microsoft C/C++ %VERS
  1838.          for the MS-DOS(R) operating system only.^0
  1839.  
  1840. If you want to develop software for Microsoft Windows(R), you must:
  1841.      1. Exit Setup now using CTRL+C
  1842.      2. Install Windows 3.1
  1843.      3. Run Setup from the Windows Program Manager.
  1844.  
  1845. The files on the distribution disks are compressed, so you must
  1846. use Setup to install them. You can also use Setup to decompress
  1847. and copy a single file, view the README.TXT file, or view
  1848. the packing list.
  1849.  
  1850. If you make a mistake, you can type CTRL+C at any time to quit and
  1851. start over. Setup never erases files from the distribution disks.
  1852.  
  1853. Press ENTER to continue or CTRL+C to exit.
  1854. {include screen ent_exit}
  1855. ;
  1856. ;
  1857. [screen mainmenu]
  1858. {help mainmenu_h}
  1859. {include screen header}
  1860. {at 35,1}
  1861. ^1Main Menu^0
  1862. {at 5,4}
  1863. Press F1 for information on how to use Setup,
  1864. or make a selection and press ENTER to continue.
  1865.  
  1866. {input 10,55,10}
  1867. {include menu mainc}
  1868. {at 5}
  1869.  
  1870. Use the ARROW (,) keys to make the selection, then press ENTER.
  1871. {include screen ent_sel_f1_exit}
  1872. ;
  1873. ;
  1874. [screen mainmenu_h]
  1875. {help mainmenu_h2}
  1876. {color black, white}
  1877. {at 5,4}
  1878. This Setup program prompts you for information it needs.
  1879. If in doubt about any option, select the default option.
  1880.  
  1881. Before Setup installs any files, you can change your answers.
  1882. You can also run Setup again at any time.
  1883.  
  1884. To see all of Setup's options before installing 
  1885. Microsoft C/C++, select
  1886.     ^2Run Setup without installing any files^0
  1887. from the main menu. Setup will prompt you for information
  1888. but will not copy any files.
  1889.  
  1890. To install Microsoft C/C++ using defaults
  1891. for all of Setup's options, choose
  1892.     ^2Install the Microsoft C/C++ compiler using defaults^0
  1893. from the main menu. Before Setup installs any files, it will give
  1894. you the opportunity to change any of your answers.
  1895.  
  1896. For more information on using Setup, press the PgDn key.
  1897. ;
  1898. ;
  1899. [screen mainmenu_h2]
  1900. {color black, white}
  1901. {at 5,3}
  1902. Setup asks for information in two ways.  For some questions, you
  1903. will be given a list of choices, which will look like:
  1904. {at 20}
  1905. {box 15,4,3,white,blue}
  1906. {at 21}
  1907. ^2  Choice One ^0
  1908. ^3  Choice Two ^0
  1909.  
  1910. {at 5}
  1911. To move the highlighted bar on a screen, use the ARROW keys (,)
  1912. When the choice you want is highlighted, press ENTER to continue.
  1913.  
  1914. If the word MORE appears at the bottom of the box, press the DOWN
  1915. ARROW key until you've seen all the options.
  1916.  
  1917. To specify a directory or file name, Setup gives you a field
  1918. that looks like:
  1919.                    ^4C:\C700\BIN                       ^0
  1920. Use the BACKSPACE key to erase characters,
  1921.     the ARROW keys to move the highlight around in text
  1922.     the HOME key to move to the beginning of the text
  1923.     the END key to move to the end of the text
  1924.  
  1925. ;
  1926. ;
  1927. [screen needhd]
  1928. {include screen header}
  1929. {at 35,1}
  1930. ^1Hard Disk Needed^0
  1931. {at 5,6}
  1932. Setup cannot find a hard disk attached to your system. You need a
  1933. hard disk to install Microsoft C/C++ version %VERS.
  1934.  
  1935. Some removable hard disk systems look like floppy drives to Setup,
  1936. but you can still install C/C++ %VERS on them. If you have a
  1937. removable hard disk or believe Setup made an error, press ENTER to
  1938. continue with Setup.
  1939.  
  1940. If you do not have a hard disk, press CTRL+C now to exit Setup, and
  1941. run Setup again after you have installed a hard disk.
  1942.  
  1943.  
  1944. Press ENTER to continue or CTRL+C to exit.
  1945. {include screen ent_exit}
  1946. ;
  1947. ;
  1948. [screen dirtmp]
  1949. {include screen header}
  1950. {at 35,1}
  1951. ^1TMP Environment Variable^0
  1952. {at 5,5}
  1953. Setup has determined that the TMP environment variable is not set or
  1954. that the TMP environment points to a directory that does not exist.
  1955.  
  1956. The LIB utility requires that TMP be set to a valid path on your
  1957. hard drive. Since you have specified combined libraries, the TMP
  1958. environment variable needs to be defined.
  1959.  
  1960. {include screen typedir relative}
  1961. ;
  1962. ;
  1963. [screen comblibs]
  1964. {include screen header}
  1965. {at 35,1}
  1966. ^1Combined Libraries^0
  1967. {At 5,3}
  1968. In order to reduce the time spent linking programs, the C/C++
  1969. compiler uses "combined libraries."  A combined library is a file
  1970. containing two or more individual libraries (called component
  1971. libraries).  We recommend converting to combined libraries as the
  1972. compiler uses them by default.  You can leave the libraries in 
  1973. their component forms if you have MAKEFILEs that rely on this.
  1974.  
  1975. Setup automatically creates the combined libraries for the memory
  1976. model, math options, and the operating modes you specify.  Because
  1977. combined libraries require a considerable amount of disk space
  1978. (approximately 200-250K per library), you should build only those
  1979. libraries you need.  From Setup's main menu, you can build other
  1980. combined libraries later.
  1981.  
  1982. Build combined libraries?
  1983. {input 15,10,4}
  1984. {include menu yesno}
  1985. {include screen ent_sel_exit}
  1986. ;
  1987. ;
  1988. [screen math_opts]
  1989. {include screen header}
  1990. {at 35,1}
  1991. ^1Math Options^0
  1992. {At 5,3}
  1993. There are three options for floating-point math support:
  1994.  
  1995. 1. The emulator uses a math coprocessor if one is present; otherwise
  1996.    it emulates the coprocessor in software.  This is the default
  1997.    option for the compiler.
  1998. 2. The 80x87 library uses the math coprocessor if one is present, but
  1999.    it generates an error if the chip is not present at run time.
  2000. 3. The alternate-math library never uses the coprocessor, even if it
  2001.    is present.  It uses an alternative representation of numbers (thus
  2002.    the name) that is faster than the emulator if a coprocessor is not
  2003.    present.  However, this option sacrifices some accuracy in exchange
  2004.    for speed and size.
  2005.  
  2006. Install which Math options?
  2007. {input 15,30,5}
  2008. {include menu math_menu}
  2009. {at 12}
  2010. %TOGGLEHLP1
  2011. %TOGGLEHLP2
  2012. {include screen ent_sel_exit}
  2013. ;
  2014. ;
  2015. [screen math_reqd]
  2016. {help math_reqd_help}
  2017. {include screen header}
  2018. {at 35,1}
  2019. ^1Math Options Required^0
  2020. {At 5,6}
  2021. You must specify at least one floating-point math option.
  2022.  
  2023. Which Math options would you like
  2024. installed?
  2025. {input 15,30,5}
  2026. {include menu math_menu}
  2027. {at 12}
  2028. %TOGGLEHLP1
  2029. %TOGGLEHLP2
  2030. {include screen ent_sel_f1_exit}
  2031. ;
  2032. ;
  2033. [screen math_reqd_help]
  2034. {color black, white}
  2035. {at 5,4}
  2036. You must specify ^2at least one math option^0 since combined
  2037. libraries are composed of a C run-time component, a model-independent
  2038. component, a model-dependent math component, a C++ run-time
  2039. component, and a coprocessor chip or emulator support component.
  2040.  
  2041. There are three options for floating-point math support:
  2042.  
  2043. 1. The emulator uses a math coprocessor if one is present; otherwise
  2044.    it emulates the coprocessor in software.  This is the default
  2045.    option for the compiler.
  2046. 2. The 80x87 library uses the math coprocessor if one is present, but
  2047.    it generates an error if the chip is not present at run time.
  2048. 3. The alternate-math library never uses the coprocessor, even if it
  2049.    is present.  It uses an alternative representation of numbers (thus
  2050.    the name) that is faster than the emulator if a coprocessor is not
  2051.    present.  However, this option sacrifices some accuracy in exchange
  2052.    for speed and size.
  2053.  
  2054. You can choose any or all of the math options. However, ^2at least
  2055. one must be specified.^0
  2056. ;
  2057. ;
  2058. [screen mem_models]
  2059. {include screen header}
  2060. {at 35,1}
  2061. ^1Memory Models^0
  2062. {At 5,3}
  2063. The C/C++ compiler supports libraries for six memory models:
  2064.     tiny, small, medium, compact, large, and huge.
  2065. You can choose any or all of the memory models.
  2066.  
  2067. Since the libraries take up a lot of disk space, Setup
  2068. recommends you select only the memory models you use most often.
  2069.  
  2070. (Note that the large model libraries are also used for huge model
  2071. programs, and the small model libraries are also used for tiny model
  2072. programs).
  2073.  
  2074. You must specify at least one memory model.
  2075. Install which memory models?
  2076. {input 15,30,6}
  2077. {include menu models_menu}
  2078. {at 12}
  2079. %TOGGLEHLP1
  2080. %TOGGLEHLP2
  2081. {include screen ent_sel_exit}
  2082. ;
  2083. ;
  2084. [screen mem_models_lib]
  2085. {include screen header}
  2086. {at 35,1}
  2087. ^1Memory Models^0
  2088. {At 5,5}
  2089. The C/C++ compiler supports libraries for six memory models:
  2090.     tiny, small, medium, compact, large, and huge.
  2091. You can choose any or all of the memory models.
  2092.  
  2093. Since the libraries take up a lot of disk space, Setup
  2094. recommends you select only the memory models you use most often.
  2095.  
  2096. (Note that the large model libraries are also used for huge model
  2097. programs, and the small model libraries are also used for tiny
  2098. model programs).
  2099.  
  2100. Install which memory models?
  2101. {input 15,30,6}
  2102. {include menu models_menu}
  2103. {at 12}
  2104. %TOGGLEHLP1
  2105. %TOGGLEHLP2
  2106. {include screen ent_sel_exit}
  2107. ;
  2108. ;
  2109. [screen pwb]
  2110. {include screen header}
  2111. {at 35,1}
  2112. ^1Programmer's WorkBench^0
  2113. {At 5,6}
  2114. The Programmer's WorkBench (PWB) is a character-mode
  2115. development environment based on a full-screen editor.
  2116. PWB supports character-mode windows and the mouse.
  2117.  
  2118. You can edit, browse, build, run, debug your program, and
  2119. access Help without leaving the Programmer's WorkBench.
  2120.  
  2121. Install Microsoft Programmer's WorkBench?
  2122. {input 15,10,4}
  2123. {include menu yesno}
  2124. {include screen ent_sel_exit}
  2125. ;
  2126. ;
  2127. [screen helpfiles]
  2128. {include screen header}
  2129. {at 35,1}
  2130. ^1Help Files^0
  2131. {At 5,5}
  2132.  
  2133. Microsoft C/C++ %VERS has an online help database that can be
  2134. accessed from within PWB or from the command line with QuickHelp.
  2135.  
  2136. The Help files provide extensive information about PWB, C,
  2137. C++, the CodeView debugger, run-time library functions, Windows 
  2138. library functions, and utilities that come with MS C/C++. The 
  2139. Help system is fully indexed to help you find the information
  2140. you need quickly.
  2141.  
  2142. These files take about 2.7 MB of disk space. Install the Help
  2143. files if you have sufficient space on your machine.
  2144.  
  2145. Install Help files?
  2146. {input 15,10,4}
  2147. {include menu yesno}
  2148. {include screen ent_sel_exit}
  2149. ;
  2150. [screen samples]
  2151. {include screen header}
  2152. {at 35,1}
  2153. ^1Sample Programs^0
  2154. {At 5,5}
  2155. There are many sample C and C++ programs included with MS C/C++.
  2156. They include programs demonstrating the use of PWB and the
  2157. Microsoft Foundation Class Library.
  2158.  
  2159. If you choose not to copy the sample files now, you can install
  2160. them later using the file copying option in Setup's main menu.
  2161.  
  2162. Copy the sample programs?
  2163. {input 15,10,4}
  2164. {include menu yesno}
  2165. {include screen ent_sel_exit}
  2166. ;
  2167. ;
  2168. [screen destdrive]
  2169. {include screen header}
  2170. {at 35,1}
  2171. ^1Destination Drive^0
  2172. {At 5,5}
  2173. Setup has found more than one hard drive attached to your system.
  2174. Select the drive on which you want to install MS C/C++.
  2175.  
  2176. This drive will be the default when Setup asks you to specify
  2177. directory names. If you want to divide this product's components
  2178. among different hard drives, specify that drive when Setup asks
  2179. for the directory paths.
  2180.  
  2181. Please select the destination drive:
  2182. {input 15,20,5}
  2183. ; list of drives (built on the fly) goes here
  2184. {include screen ent_sel_exit}
  2185. ;
  2186. ;
  2187. [screen wrong_dest_drive]
  2188. {include screen header}
  2189. {at 35,1}
  2190. ^1Wrong Destination Drive^0
  2191. {At 5,5}
  2192. The destination path you have supplied ^1%WRONG_DIR^0 is
  2193. incorrect because the drive you have specified does not exist.
  2194. Setup has found the following hard disk(s) attached to your
  2195. system. You should select the drive on which you want the above
  2196. directory to be created.
  2197.  
  2198. This drive will become the drive for the directory path specified.
  2199.  
  2200. Please select the destination drive:
  2201. {input 15,20,5}
  2202. ; list of drives (built on the fly) goes here
  2203. {include screen ent_sel_exit}
  2204. ;
  2205. ;
  2206. [screen dirbase]
  2207. {include screen header}
  2208. {at 35,1}
  2209. ^1Installation Base Directory^0
  2210. {at 5,5}
  2211. Please specify the base directory for MS C/C++ installation.
  2212.  
  2213. Changing this directory changes the base path name used to create
  2214. pathnames for all of the directories that Setup creates.
  2215.  
  2216. {include screen typedir relative}
  2217. ;
  2218. ;
  2219. [screen dirbin]
  2220. {include screen header}
  2221. {at 35,1}
  2222. ^1Windows Executable Files^0
  2223. {at 5,4}
  2224. Please specify the directory in which to place the Windows executable
  2225. files and Windows DLLs.
  2226.  
  2227. {include screen typedir relative}
  2228. ;
  2229. ;
  2230. [screen dirlib]
  2231. {include screen header}
  2232. {at 35,1}
  2233. ^1Library Files^0
  2234. {at 5,5}
  2235. Please specify the directory for your C/C++ libraries.
  2236.  
  2237. This directory will contain the combined libraries created
  2238. by Setup as well as other libraries that Setup copies from the
  2239. source disks.
  2240.  
  2241. {include screen typedir relative}
  2242. ;
  2243. ;
  2244. ; source of component directories for library-building
  2245. [screen dirlib_src]
  2246. {include screen header}
  2247. {at 35,1}
  2248. ^1Source of Component Libraries^0
  2249. {At 5,5}
  2250. Please specify the source of the files for creating the
  2251. combined libraries. This can be a disk drive (such as A:),
  2252. or it can be a directory (such as C:\LIB\C) that contains
  2253. the libraries that were copied after running Setup earlier.
  2254.  
  2255. {input 10, 56, 1}
  2256.  
  2257. If you want to change the source of these files, use the
  2258. BACKSPACE key to erase the current selection, then type
  2259. the disk or directory name.
  2260.  
  2261. When the source shown above is correct, press ENTER to continue.
  2262. {include screen ent_exit}
  2263. ;
  2264. ;
  2265. [screen dirincl]
  2266. {include screen header}
  2267. {at 35,1}
  2268. ^1Include Files^0
  2269. {at 5,5}
  2270. Please specify the directory for your C/C++ include files.
  2271.  
  2272. Some files will also be placed in the \SYS subdirectory
  2273. of this directory.
  2274.  
  2275. {include screen typedir relative}
  2276. ;
  2277. ;
  2278. [screen dirinit]
  2279. {include screen header}
  2280. {at 35,1}
  2281. ^1Initialization Files^0
  2282. {at 5,5}
  2283. Please specify the directory for your C/C++ initialization
  2284. files for PWB and CodeView. A sample TOOLS.INI file (named
  2285. TOOLS.C70) is also copied to this directory.
  2286.  
  2287. {include screen typedir relative}
  2288. ;
  2289. ;
  2290. [screen dirhelp]
  2291. {include screen header}
  2292. {at 35,1}
  2293. ^1Help Files^0
  2294. {at 5,5}
  2295. Please specify the directory for your C/C++ Help files.
  2296.  
  2297. Help files for the MS C/C++ compiler and associated
  2298. tools are copied to this directory.
  2299.  
  2300. {include screen typedir relative}
  2301. ;
  2302. ;
  2303. [macro]
  2304. ; strings used to init the confirm listbox
  2305. INSTALL    = "Install "
  2306. NOINSTALL  = "Do not install "
  2307. COPY       = "Copy "
  2308. NOCOPY     = "Do not copy "
  2309. INCLUDE    = "Include "
  2310. NOINCLUDE  = "Do not include "
  2311.  
  2312. HELP_FILES    = "Online Help Files"
  2313. MFC_LIBRARY   = "Microsoft Foundation Class Library"
  2314. HOSTTEMP      = ""
  2315. TARGETTEMP    = ""
  2316.  
  2317. ; Used to separate lists like math and memory model lists
  2318. LIST_SEPARATOR = ", "
  2319.  
  2320. MATHTEMP      = ""
  2321. MATHOPTS      = "Math options:  "
  2322. EMULATOR      = "Emulator math"
  2323. CHIPMATH      = "80x87 chip math"
  2324. ALTMATH       = "Alternate math"
  2325. NOMATH        = "No math libraries"
  2326.  
  2327. MEMTEMP       = ""
  2328. MEMMODELS     = "Memory models:  "
  2329. SMALL         = "Small"
  2330. MEDIUM        = "Medium"
  2331. COMPACT       = "Compact"
  2332. LARGE         = "Large"
  2333. NOMODELS      = "No memory models"
  2334.  
  2335. BUILDCOMBLIBS = "Build combined libraries"
  2336. NOCOMBLIBS    = "Do not build combined libraries"
  2337.  
  2338. INSTALLPWB    = "Microsoft Programmer's WorkBench"
  2339. INSTALLSAMPLES= "Sample programs"
  2340.  
  2341. INSTALL_COMPILER = "Microsoft C/C++ compiler components"
  2342. INSTALL_RUNTIME  = "C/C++ run-time library components"
  2343. INSTALL_CODEVIEW = "CodeView debugger files"
  2344.  
  2345. DIRFORBASE    = "Installation Base Directory:  "
  2346. DIRFORREAL    = "Path for MS-DOS & Windows executables:  "
  2347. DIRFORLIB     = "Path for library files:  "
  2348. DIRFORLIBEXE  = "Path for LIB.EXE (MS-DOS executables):  "
  2349. DIRFORINCL    = "Path for include files:  "
  2350. DIRFORINIT    = "Path for initialization files:  "
  2351. DIRFORHELP    = "Path for help files:  "
  2352. DIRFORSOURCE  = "Path for source files:  "
  2353. DIRFORSTARTUP = "Path for C run-time startup files:  "
  2354. DIRFORMFC     = "Path for Microsoft Foundation Classes:  "
  2355. SRCFORLIB     = "Source for component library files:  "
  2356.  
  2357.  
  2358. [screen confirm]
  2359. {include screen header}
  2360. {at 35,1}
  2361. ^1Confirm Your Choices^0
  2362. {at 5,3}
  2363. To move between ^1OK^0 and list of items, use TAB.
  2364. To choose an option from the list, use ARROW (,) keys.
  2365. When the correct options are highlighted,
  2366.     TAB to ^1OK^0 and press ENTER.
  2367.  
  2368. {input 2,70,13}
  2369. ; menu is built on the fly
  2370. {at 5,22}
  2371. ^1Approximate Space Needed (in Kilobytes)  : %KB_NEEDED^0
  2372. ^1Approximate Space Free (in Kilobytes)    : %KB_FREE^0
  2373. {include screen ent_sel_exit}
  2374. ;
  2375. ;
  2376. [screen diskchk]
  2377. {include screen header}
  2378. {at 8, 5}
  2379. {center on}
  2380. Checking disk space requirements. Please wait...
  2381. {center off}
  2382. {include screen exit}
  2383. ;
  2384. ;
  2385. [screen freespace]
  2386. {include screen header}
  2387. {at 35,1}
  2388. ^1Not Enough Disk Space^0
  2389. {at 5,3}
  2390. There isn't enough free disk space on drive %DRIVE to install
  2391. C/C++ %VERS with the options you chose.
  2392.  
  2393. ^1You need another %KB_NEEDED K of disk space.^0
  2394.  
  2395. If Setup runs out of disk space, the compiler may not be installed
  2396. properly.
  2397.  
  2398. You can install fewer optional files, or you can delete existing
  2399. files and run Setup again.
  2400.  
  2401. If you believe Setup incorrectly determined the free space on your
  2402. hard disk, you can continue.
  2403.  
  2404. Please select one of the following:
  2405. {input 15,46,6}
  2406. ; menu 'anotherhd' is used if > 1 hard disk, else menu 'smallhd' goes here
  2407. {include screen ent_sel_exit}
  2408. ;
  2409. ;
  2410. ; user only sees this screen if running off hard disk and > 1 floppy drive found
  2411. [screen single_src_drive]
  2412. {include screen header}
  2413. {at 35,1}
  2414. ^1Copy Files^0
  2415. {At 5,5}
  2416. In order to copy files from the distribution disks, Setup needs
  2417. to know in which drive you will insert the disks.
  2418.  
  2419. Setup will prompt you to insert the correct disks as needed.
  2420.  
  2421. Please select the source of the distribution disks:
  2422. {input 15,20,5}
  2423. ; list of floppy drives (built on the fly) goes here
  2424. {include screen ent_sel_exit}
  2425. ;
  2426. ;
  2427. [screen single_copy_fname]
  2428. {include screen header}
  2429. {at 35,1}
  2430. ^1Enter File Name^0
  2431. {at 5,5}
  2432. Enter the base name, without drive or path designation,
  2433. of the file you want to copy.
  2434.  
  2435. You can use wildcards (*, ?) to specify more than one file.
  2436.  
  2437. From Setup's main menu, you can view the packing list.
  2438. The list includes a short description of each file on the
  2439. distribution disks.
  2440.  
  2441. To return to Setup's main menu, press ENTER without typing a name.
  2442.  
  2443. Please type the name of the file to copy:
  2444.  
  2445. {input 25,20,1}
  2446.  
  2447. {at 5}
  2448. Do not give a drive or directory name with the filename.
  2449. Use the BACKSPACE key to erase characters.
  2450. Use wildcards to specify more than one file.
  2451.  
  2452. When the filename is correct, press ENTER.
  2453. {include screen ent_exit}
  2454. ;
  2455. ;
  2456. [screen single_no_match]
  2457. {include screen header}
  2458. {at 35,1}
  2459. ^1Enter File Name^0
  2460. {at 5,4}
  2461. ^1The filename you gave does not match any file on the
  2462. distribution disks.^0
  2463.  
  2464. The packing list contains a complete list of files on the
  2465. distribution disks. The packing list can be viewed from Setup's
  2466. main menu. Refer to this list to determine the correct name of
  2467. the file you want to copy.
  2468.  
  2469. To return to Setup's main menu, press ENTER without typing a name.
  2470.  
  2471. Please type the name of the file to copy:
  2472.  
  2473. {input 25,20,1}
  2474.  
  2475. {at 5}
  2476. Do not give a drive or directory name with the filename. Use
  2477. the BACKSPACE key to erase characters. You can use wildcards to
  2478. specify more than one file.
  2479.  
  2480. When the filename is correct, press ENTER.
  2481. {include screen ent_exit}
  2482. ;
  2483. ;
  2484. [screen multiple_files]
  2485. {include screen header}
  2486. {at 35,1}
  2487. ^1Choose Files^0
  2488. {at 5,4}
  2489. There is more than one file on the C/C++ distribution disks 
  2490. with the name you gave. You can copy any of the files.
  2491. Below are the packing list descriptions of each file.
  2492.  
  2493. Use the ARROW (,) keys to select a file, then press SPACEBAR
  2494. to mark it. Repeat until you have marked all the files you want to
  2495. copy. When you are ready to copy the files, press ENTER.
  2496.  
  2497. {input 5,70,11}
  2498. ; listbox is built on the fly
  2499. {include screen ent_sel_esc_f3_exit}
  2500. ;
  2501. ;
  2502. [screen single_copy_dest]
  2503. {include screen header}
  2504. {at 35,1}
  2505. ^1Enter Path^0
  2506. {at 5,5}
  2507. The packing list description of this file is:
  2508.     %SFILE -- %SECTION
  2509.  
  2510. Type the full path (drive and directory) to show where you
  2511. want the selected file to be copied. Do not type the name of
  2512. the file, just the name of the directory.
  2513.  
  2514. Please type a drive and directory to which %SFILE should
  2515. be copied:
  2516.  
  2517. {input 10,60,1}
  2518.  
  2519. {at 5}
  2520. Use the BACKSPACE key to erase characters.
  2521.  
  2522. When the drive and directory are correct, press ENTER.
  2523. {include screen ent_exit}
  2524. ;
  2525. ;
  2526. [screen mult_copy_dest]
  2527. {include screen header}
  2528. {at 35,1}
  2529. ^1Enter Path^0
  2530. {at 5,5}
  2531. Type the full path (drive and directory) to show where you
  2532. want the selected files to be copied. Do not type the name of
  2533. the files, just the name of the directory.
  2534.  
  2535. Please type a drive and directory to show where the files should
  2536. be copied:
  2537.  
  2538. {input 10,60,1}
  2539.  
  2540. {at 5}
  2541. You can use the BACKSPACE key to erase characters.
  2542.  
  2543. When the correct drive and directory is displayed,
  2544. press ENTER.
  2545. {include screen ent_exit}
  2546. ;
  2547. ;
  2548. [screen single_copying]
  2549. {include screen header}
  2550. {at 5,5}
  2551. Copying...
  2552.  
  2553. {include screen exit}
  2554. ;
  2555. ;
  2556. ; notice that this screen is designed to overlay screen single_copying
  2557. [screen single_copy_another]
  2558. {include screen header}
  2559. {at 5,5}
  2560. Copying... finished.
  2561.  
  2562. Do you want to copy another file from the distribution disk?
  2563. {input 15,35,5}
  2564. {include menu copyanotherm}
  2565. {include screen ent_sel_exit}
  2566. ;
  2567. ;
  2568. [screen installworked]
  2569. {include screen header}
  2570. {at 35,1}
  2571. ^1Installation Complete^0
  2572. {At 5,6}
  2573. Setup has successfully installed Microsoft C/C++ %VERS.
  2574.  
  2575.  
  2576. Press ENTER to continue, or press CTRL+C to exit Setup.
  2577. {include screen ent_exit}
  2578. ;
  2579. ;
  2580. [macro]
  2581. NUMERRORS = "0"
  2582. NUMFILES  = "0"
  2583.  
  2584. [screen installerrs]
  2585. {include screen header}
  2586. {at 35,1}
  2587. ^1Installation Errors^0
  2588. {At 5,6}
  2589. Setup was not successful installing the Microsoft C/C++ compiler
  2590. Version %VERS. There were %NUMERRORS errors detected while copying
  2591. files, and %NUMFILES files were not installed because of those errors.
  2592.  
  2593. Microsoft C/C++ may not work correctly if it is not properly
  2594. installed. Please run Setup again after correcting the problems.
  2595.  
  2596.  
  2597. Press ENTER to continue, or press CTRL+C to exit Setup.
  2598. {include screen ent_exit}
  2599. ;
  2600. ;
  2601. [screen mult_linkers]
  2602. {include screen header}
  2603. {at 35,1}
  2604. ^1Multiple Linkers^0
  2605. {At 5,6}
  2606. WARNING:
  2607.  
  2608. Setup has found multiple linkers in your system's PATH.
  2609. You must use the LINK.EXE that comes with C/C++ %VERS for
  2610. linking programs assembled with C/C++ %VERS.
  2611.  
  2612. Please press ENTER to continue with Setup.
  2613. {include screen ent_exit}
  2614. ;
  2615. ;
  2616. [macro]
  2617. UNKNOWN = "of unknown type and version"
  2618. ISVERSION   = "version"
  2619. FOR         = " for "
  2620. LINKDOS     = "MS-DOS"
  2621. LINKOS2     = "OS2"
  2622. AND         = " and "
  2623.  
  2624. OLDLINKVERS = ""
  2625. NEWLINKVERS = ""
  2626.  
  2627. [screen which_linker]
  2628. {include screen header}
  2629. {at 35,1}
  2630. ^1Overwrite Linker^0
  2631. {At 5,5}
  2632. The version of LINK.EXE that you have in your AUTOEXEC.BAT %SPATH
  2633. statement is not the version supplied with the Microsoft C/C++.
  2634.  
  2635.   Your existing linker is %OLDLINKVERS.
  2636.  
  2637.   The new linker is %NEWLINKVERS.
  2638.  
  2639. Do you want to overwrite your copy of LINK.EXE?
  2640. {input 15,10,4}
  2641. {include menu yesno}
  2642. {include screen ent_sel_exit}
  2643. ;
  2644. ;
  2645. [macro]
  2646. MDIRBIN = ""
  2647. MDIRINIT = ""
  2648. NEWAUTOEXEC = "AUTOEXEC.C70"
  2649. NEWCONFIG = "CONFIG.C70"
  2650. TOOLSC7 = "TOOLS.C70"
  2651.  
  2652. [screen newfiles_real]
  2653. {include screen header}
  2654. {at 35,1}
  2655. ^1Environment Settings for MS-DOS^0
  2656. {At 5,5}
  2657. Setup has created the following files to help you configure
  2658. your system for using Microsoft C/C++ %VERS:
  2659.  
  2660. ^1%MDIRBIN%NEWAUTOEXEC^0 is a batch file
  2661. that sets environment variables for use by the C/C++ compiler.
  2662. The file should be run from the command line to set the environment
  2663. before running the C/C++ compiler and before starting Windows, or it
  2664. can be merged with an existing AUTOEXEC.BAT file.
  2665.  
  2666. ^1%MDIRINIT%NEWCONFIG^0 is a sample CONFIG.SYS
  2667. that sets up for use by the C/C++ compiler.
  2668. This file should be merged with your existing CONFIG.SYS and you
  2669. should ^1reboot if your current options are different from this.^0
  2670. {include screen ent_exit}
  2671. ;
  2672. ;
  2673. [screen tools_pre]
  2674. {include screen header}
  2675. {at 35,1}
  2676. ^1Sample PWB & CV Settings^0
  2677. {At 5,5}
  2678. Setup has created the following file to help you configure
  2679. your system for Microsoft C/C++:
  2680.  
  2681. ^1%MDIRINIT%TOOLSC7^0 is a sample file that contains various
  2682. settings used to initialize the CodeView debugger (CV) utility.
  2683. This file can be renamed as TOOLS.INI or be merged with an
  2684. existing file of that name.
  2685.  
  2686. This file also contains various settings used to initialize the
  2687. Programmer's WorkBench (PWB) utility. It also contains special
  2688. configuration information about the run-time libraries Setup
  2689. has installed. If you do not have a TOOLS.INI file, you should
  2690. copy this file to TOOLS.INI.
  2691.  
  2692. {include screen ent_exit}
  2693. ;
  2694. ;
  2695. ;******** Library-building screens **********
  2696. [macro]
  2697. SLIBLIST = ""
  2698. MLIBLIST = ""
  2699. CLIBLIST = ""
  2700. LLIBLIST = ""
  2701. ;
  2702. [screen start_libs]
  2703. {include screen header}
  2704. {at 35,1}
  2705. ^1Build Libraries^0
  2706. {At 5,5}
  2707. Setup will now begin building combined libraries ...
  2708. ;
  2709. ;
  2710. [screen creating_libs]
  2711. {include screen header}
  2712. {at 35,1}
  2713. ^1Building Library^0
  2714. {At 5,5}
  2715. Creating Library %DFILE
  2716. {at 8,15}
  2717. Libraries built:
  2718. {at 5,17}
  2719. %SLIBLIST
  2720. %MLIBLIST
  2721. %CLIBLIST
  2722. %LLIBLIST
  2723. {include screen exit}
  2724. ;
  2725. ;
  2726. [screen build_err]
  2727. {include screen header}
  2728. {at 35,1}
  2729. ^1Error Building Library^0
  2730. {At 5,5}
  2731. There was an error creating the library %DFILE
  2732.  
  2733. You can continue building other libraries that
  2734. you have requested, you can continue the rest
  2735. of Setup without building the libraries, or you can
  2736. exit Setup.
  2737.  
  2738. {input 15,32,5}
  2739. {include menu build_err_m}
  2740. {include screen ent_sel_exit}
  2741. ;
  2742. ;
  2743. [screen libs_built]
  2744. {include screen header}
  2745. {at 35,1}
  2746. ^1Libraries Built^0
  2747. {At 5,5}
  2748. Setup has successfully installed the libraries for
  2749. Microsoft C/C++ %VERS.
  2750.  
  2751.  
  2752. Press ENTER to return to the main Setup menu,
  2753. or press CTRL+C to exit Setup.
  2754. {include screen ent_exit}
  2755. ;
  2756. ;
  2757. [screen mfc]
  2758. {include screen header}
  2759. {at 35,1}
  2760. ^1Microsoft Foundation Classes^0
  2761. {At 5,5}
  2762.  
  2763. Microsoft C/C++ %VERS Setup installs the Microsoft Foundation
  2764. Class libraries. The Microsoft Foundation Classes are 
  2765. designed for programming applications for Windows in
  2766. C++.  They also include general purpose classes for
  2767. writing the non-graphical portions of your applications in C++.
  2768. The installation includes library source code and debugging
  2769. versions of the libraries for use with CodeView.  These
  2770. take approximately 7 MB of disk space.
  2771.  
  2772. Install Microsoft Foundation Classes?
  2773. {input 15,10,4}
  2774. {include menu yesno}
  2775. {include screen ent_sel_exit}
  2776. ;
  2777. [screen compiler]
  2778. {include screen header}
  2779. {at 35,1}
  2780. ^1C/C++ compiler components^0
  2781. {At 5,6}
  2782. Some compiler components run as 32-bit applications. These
  2783. components need a 32-bit Protected-Mode Interface server (DPMI) to
  2784. run. Windows 3.1 provides full DPMI support. To run the compiler in
  2785. MS-DOS, not Windows, you need to install 386-Max or some other DPMI
  2786. server.
  2787.  
  2788. Install C/C++ compiler components?
  2789. {input 15,10,4}
  2790. {include menu yesno}
  2791. {include screen ent_sel_exit}
  2792. ;
  2793. ;
  2794. [screen runtime]
  2795. {include screen header}
  2796. {at 35,1}
  2797. ^1Run-time Library components^0
  2798. {At 5,6}
  2799. The run-time library provides a run-time environment for the code
  2800. created with the Microsoft C/C++ compiler. You need to select this
  2801. component if you plan to call a Microsoft C run-time library
  2802. function. The C run-time component contains the include files and
  2803. the sources for the new dynamic overlay manager.
  2804.  
  2805. Install Run-time library components?
  2806. {input 15,10,4}
  2807. {include menu yesno}
  2808. {include screen ent_sel_exit}
  2809. ;
  2810. ;
  2811. [screen codeview]
  2812. {include screen header}
  2813. {at 35,1}
  2814. ^1Microsoft CodeView Debugger^0
  2815. {At 5,6}
  2816. In order to  debug the code generated by the Microsoft C/C++
  2817. compiler %VERS you need the CodeView source debugger. This
  2818. debugger uses the source information that the compiler generates
  2819. for you when you specify the /Zi command-line option.
  2820.  
  2821. Earlier versions of CodeView cannot be used with the code
  2822. created by the Microsoft C/C++ compiler because the debug
  2823. information generated by the compiler is not compatible.
  2824.  
  2825. Install the CodeView debugger?
  2826. {input 15,10,4}
  2827. {include menu yesno}
  2828. {include screen ent_sel_exit}
  2829. ;
  2830. ;
  2831. [screen run_gui]
  2832. {include screen header}
  2833. {at 35,1}
  2834. ^1Running under Windows^0
  2835. {At 5,6}
  2836. ^1Setup has detected that you are running under Microsoft Windows. If
  2837. you want to install Microsoft C/C++ %VERS for MS-DOS, exit
  2838. Setup and run from outside Windows. If you want to install Microsoft
  2839. C/C++ under Windows, then run Setup with the Run option on the File 
  2840. menu of the Program Manager.^0
  2841.  
  2842. Press ENTER to exit Setup ...
  2843.  
  2844. {include screen ent_exit}
  2845. ;
  2846. ;
  2847. [screen need_386]
  2848. {include screen header}
  2849. {at 35,1}
  2850. ^1C/C++ Compiler needs 80386^0
  2851. {At 5,6}
  2852. ^1Setup has detected that your machine does not have a 80386 or
  2853. higher processor in your machine. Microsoft C/C++ %VERS for
  2854. MS-DOS requires an 80386 processor.^0
  2855.  
  2856. Press ENTER to exit Setup ...
  2857.  
  2858. {include screen ent_exit}
  2859. ;
  2860. ;
  2861. [screen view_modify]
  2862. {help view_modify_help}
  2863. {include screen header}
  2864. {at 35,1}
  2865. ^1System Files^0
  2866. {At 5,6}
  2867. Setup needs to make changes to your AUTOEXEC.BAT and CONFIG.SYS
  2868. files.
  2869.  
  2870. Choose the appropriate option --
  2871.  
  2872. {input 15,50,5}
  2873. {include menu view_modify_opts}
  2874.  
  2875. {at 5}
  2876. Use the ARROW (,) keys to make the selection, then press ENTER.
  2877. {include screen ent_sel_f1_exit}
  2878. ;
  2879. ;
  2880. [screen view_modify_help]
  2881. {color black, white}
  2882. {at 5,4}
  2883.  
  2884. Setup will display your current file and a copy of your
  2885. current file with additions and changes clearly marked with
  2886. comments. If you approve the suggested changes, Setup will
  2887. save the updated file.
  2888.  
  2889. For additional information on configuring your computer for
  2890. C/C++ 7.0, see Chapter 3, Configuring Your System, in the
  2891. Getting Started manual.
  2892. ;
  2893. ;
  2894. [screen viewfile_help]
  2895. {color black, white}
  2896. {at 5,4}
  2897. The split screen editor allows you to view both the new and the old
  2898. versions of your system files. When Setup modifies a system file, it
  2899. gives you an option to view the original file and the changed version
  2900. of the file.
  2901.     For example, the Viewer will display your CONFIG.SYS file with 
  2902.     the changes Setup recommends adding to it, and the other window 
  2903.     will display your original file, CONFIG.OLD.
  2904.  
  2905. The Viewer has two modes:
  2906.     The default mode, in which the status bars on both windows are 
  2907.     highlighted. In this mode, both screens scroll at the same time.
  2908.  
  2909.     Another mode, which you access by pressing F3.
  2910.     In this mode, only one status bar is highlighted, and that file can
  2911.     be scrolled independently of the other file. In this mode you can:
  2912.         Move between files using TAB or F6
  2913.         Scroll using PgUp and PgDn
  2914. After viewing the two versions of the CONFIG.SYS file, you have two
  2915. options: Accept the changes by pressing ENTER
  2916.          Cancel the changes by pressing ESC
  2917. ;
  2918. ;
  2919. [screen upgrade_386max]
  2920. {include screen header}
  2921. {at 35,1}
  2922. ^1Upgrade 386MAX software^0
  2923. {At 5,6}
  2924. ^1Setup has detected that your machine has an older version of
  2925. 386-Max or Blue-Max. Microsoft C/C++ requires version 6.0 or later.^0
  2926.  
  2927. {include screen ent_exit}
  2928. ;
  2929. ;
  2930. [screen no_dpmi]
  2931. {include screen header}
  2932. {at 35,1}
  2933. ^1No DPMI Server^0
  2934. {At 5,6}
  2935. ^1Setup has not detected DPMI Services on your machine. 
  2936. Microsoft C/C++ %VERS requires Windows 3.1 or an
  2937. alternate DPMI server to run.^0
  2938.  
  2939. {include screen ent_exit}
  2940. ;
  2941. ;
  2942. [screen ctrl_alt_del]
  2943. {include screen header}
  2944. {at 35,1}
  2945. ^1Serious Setup Error^0
  2946. {At 5,6}
  2947. ^1Setup has encountered a serious problem while identifying
  2948. the type of hard disk on your machine. To correct this problem,
  2949. you need to restart your computer.
  2950.  
  2951. After restarting, run Setup again by typing setup /x. This skips
  2952. the automatic hardware detection.
  2953.  
  2954. Press CTRL+ALT+DEL now to restart your computer.^0
  2955. ;
  2956. ;
  2957.