home *** CD-ROM | disk | FTP | other *** search
/ CICA 1993 August / CICA.cdr / cis_libs / mswin32 / 17 / faqjul.txt < prev    next >
Encoding:
Text File  |  1992-08-24  |  11.0 KB  |  255 lines

  1. ************************************************************************
  2.     Windows NT FAQ List for Forum MSWIN32 (August 1, 92)
  3. ************************************************************************
  4.  
  5. Trap 0x0000000E
  6.  
  7. Question:
  8. When using the preferred graphical install method I get a Trap 0xE. What 
  9. is wrong?
  10.  
  11. Answer:
  12. This is a known problem which has several work-arounds available 
  13. depending on the hardware configuration.
  14.  
  15. The most common problem is due to a bug in the 3.5 inch BOOT DISK.  If 
  16. you are using this disk to install the kit and observe this problem, simply 
  17. make a disk copy of the working 5.25 inch disk.  You must make an exact 
  18. duplicate of this disk onto a new 3.5 inch 1.44MB floppy disk. Assuming 
  19. you have the 3.5 inch disk as your A: drive and the 5.25 inch disk as your 
  20. B: drive, follow these steps:
  21.  
  22.  * Boot into your systems CMOS program. 
  23.  * Change the setting for the 3.5 inch disk to a 1.2 MB 5.25 inch disk.
  24.  * Boot MS-DOS.
  25.  * Make a copy of the 1.2 MB disk by inserting a blank disk in A: and the 
  26.    5.25 BOOT DISK in B: drive.  Run 'DISKCOPY B: A:'.
  27.  * Boot back into your systems CMOS program.
  28.  * Change the setting for the 3.5 inch disk back to a 1.44 MB disk.
  29.  * Insert the new 3.5 inch 1.2 MB format BOOT DISK into A: and reboot.
  30.  
  31. Note: you may need to remove any existing \winnt directory found on your 
  32. hard disk first before running the install.
  33.  
  34. Another common work around is to disable one or more of the following:
  35.  
  36.  * All BIOS shadowing.
  37.  * All video shadowing.
  38.  * All external CPU caches.
  39.  * The Turbo switch (i.e. run the system at the slowest speed).
  40.  
  41. ************************************************************************
  42.  
  43. CVPACK: Fatal error CK1007: invalid Types table in module
  44.  
  45. In this release of Windows NT, there is a problem with the cvpack utility; 
  46. which results in the error "CVPACK: Fatal error CK1007: invalid Types 
  47. table in module".  CVPACK is compressing debug information in the 
  48. executable.  This step is required for source level debugging.  As a work 
  49. around to this problem,  to create an executable, compile without the /Zi 
  50. switch.  This will result in no debug information in the object modules.
  51.  
  52. Alternatively, you can remove the debug options during linking.  The 
  53. samples default to -debug:full and -debugtype:full.  Do not link with either 
  54. of these options.
  55.  
  56. This should allow you to create an executable for testing purposes while 
  57. we investigate the cvpack problem.
  58.  
  59. ************************************************************************
  60.  
  61. Sample Requests:
  62.  
  63. If you have a sample request for the next release (or possibly to be released 
  64. on CompuServe) please write out the details of your request and send them 
  65. to >internet:sdksamp@microsoft.com.  Also please include any information 
  66. about your need that might be relavent to tailor the sample to your need.  
  67. Please note that this is a one way alias, and that we are not likely to 
  68. respond by confirming the receipt of the request.  And also note that we 
  69. may not have the resources to create all the samples requested.  But we 
  70. will do our best based on need and resources.
  71.  
  72. ************************************************************************
  73.  
  74. Device Driver Requests:
  75.  
  76. Our standard means of releasing drivers is with our CD releases.  Although 
  77. we are not committing ourselves to continue this practice, currently all 
  78. fixed, updated, or new device drivers are being posted on Forum: WinNT, 
  79. Lib 2.  We are currently making every attempt to keep this library updated 
  80. with drivers as they become available.  If you have hardware that is not 
  81. currently supported , or does not have a driver posted in WinNT, Lib 2; 
  82. please make a device driver request by filling out the hwfeed.txt form and 
  83. mail it to us at >internet:winnthw@microsoft.com.  Please be aware that 
  84. because of our support demands right now, this is a one way alias; we are 
  85. not likely to respond directly to you to confirm that we have received your 
  86. request.
  87.  
  88. The hardware compatibility list can be found in MSWIN32, Lib 17. 
  89. 0692hw.txt.
  90.  
  91. Hwfeed.txt can be found in MSWIN32, Lib 17; or WINNT, Lib 1.
  92.  
  93. In order to send mail to the address mentioned via CompuServe, you have 
  94. to:
  95.  
  96.  * Leave the forum.
  97.  * At any "!" prompt, enter GO MAIL.
  98.  * Mail your request to:
  99.  ">internet:winnthw@microsoft.com"
  100.  
  101. ************************************************************************
  102.  
  103. Unicode Level of Support:
  104.  
  105. The July Preliminary Release of Windows NT SDK is a full unicode 
  106. implementation.  It supports unicode applications.  However, an alternate 
  107. input editors is not yet available.  Glyphs will be suitable for the Roman 
  108. languages.  Glyphs for Kanji are not yet available.
  109.  
  110. ************************************************************************
  111.  
  112. DELL Machine Only Recognize 16 MB of Memory
  113.  
  114. Summary:
  115. The ISA Dell 486D/50 25/50Mhz has a bios problem which prevents it 
  116. from seeing greater than 16MB of RAM under NT.
  117.  
  118. More Information:
  119. The ISA Dell 486D/50 25/50Mhz machine does not see greater than 16Mb 
  120. of RAM under Windows NT.  This is a known problem with the bios of the 
  121. Dell machine.  Dell is producing a upgrade to the bios which should be 
  122. available August 92.  If your machine demonstrates this problem, please 
  123. contact Dell after July 92 to receive their A08 bios upgrade.
  124.  
  125. ************************************************************************
  126.  
  127. Missing C++ Header Files: (iostream.h)
  128.  
  129. Summary:
  130. The iostream.h file was not included on the NT pre-release CD.  It is 
  131. necessary in order for an application to make use of C++ I/O.
  132.  
  133. More Information:
  134. This file will be posted to Compuserve as soon as it is ready and tested.  
  135. Until then, the suggested work around is to use printf() and stdio.h.
  136.  
  137. ************************************************************************
  138.  
  139. Requests for DDK or DDK Support
  140.  
  141. At present a Windows NT DDK is not available.  Several people at 
  142. Microsoft are currently working very hard to get the Windows NT DDK 
  143. ready for distribution.  If you would like to be placed on the mailing list for 
  144. information about this kit please send mail to:
  145.  
  146.      winntddk@microsoft.com
  147.  
  148. (prepend '>INTERNET:'  to this string if you are mailing from 
  149. Compuserve).  Please be aware that this is a one way alias, and that there 
  150. will be no email response/confirmation to your request.  Thank you for 
  151. your interest.
  152.  
  153. ************************************************************************
  154.  
  155. TCP/IP Support:
  156.  
  157. TCP/IP including ftp and some other tcp utilities is included in the July 
  158. preliminary Win32 development kit for NT  
  159.  
  160. Source routing are not included in the July version of TCP/IP, which 
  161. implies TCP/IP isn't supported on token ring cards for this release, and 
  162. LM2.1 clients aren't able to access NT servers across TCP/IP, regardless of 
  163. the net card in the NT server.  Source routing will be in later version of NT 
  164. TCP/IP.
  165.  
  166. Source routing is in the July version of NETBEUI, so some token ring 
  167. cards are supported (see 0692HW.TXT in lib 17), and LM2.1 clients can 
  168. access NT servers running the July version of NETBEUI
  169.  
  170. ************************************************************************
  171.  
  172. Windows NT is a Preliminary Release, not a Beta:
  173.  
  174. Windows NT is not yet in Beta.  The Win32 SDK for Windows NT is a 
  175. "Preliminary" release, intended for development of 32-bit applications for 
  176. Windows.  Our focus has been on the Windows NT Kernel and Win32 
  177. API.  The SDK does not include POSIX support and we have not yet had 
  178. an opportunity to complete testing of our support of 16-bit Windows and 
  179. MS-DOS applications.  Therefore, the SDK is not appropriate for Beta test 
  180. and evaluation.
  181.  
  182. There will be a very broad Beta program in the early fall that is intended for 
  183. end-users.  This release will include full support for MS-DOS, 16-bit 
  184. Windows and POSIX applications.  For our non-developer customers who 
  185. wish to obtain a beta release of Windows NT, please stay tuned to the 
  186. forum for availability and further details.
  187.  
  188. ************************************************************************
  189.  
  190. Hareware Compatibility List:
  191.  
  192. There is a hardware compatibility list which came with your release of 
  193. Windows NT.  It has also been posted on CompuServe, forum MSWin32, 
  194. Lib 17, filename: 0692HW.TXT.  Hardware listed in this file has been 
  195. preliminarily tested on the July 92 release of Windows NT, and is 
  196. supported.  We do not claim that hardware not on this list will not run; 
  197. however, it has not been tested and it is not supported at this time.
  198.  
  199. ************************************************************************
  200.  
  201. MSDN: Microsoft Developers Network CD:
  202.  
  203. The MSDN offers a quarterly paper and a CD program.  The CD is 
  204. intended to help developers with writing Microsoft Windows applications.  
  205. The first pre-release beta CD contains 34,000 pages containing: complete 
  206. copies of Microsoft Journals (MSJs); samples and source code; MS Press 
  207. books; tools; and articles covering programming, technical, and strategic 
  208. information for Windows.
  209.  
  210. This first planned shipping date of pre-release MSDN CD will be in 
  211. September.  Those developers who attended the PDC are already enrolled 
  212. in the pre-release program, and are on the regular mailing list.  They will 
  213. receive the first two pre-release CDs free of charge.
  214.  
  215. Those developers who receive the Developer Network News should 
  216. receive a pre-release program offer.
  217.  
  218. For those developers who did not attend the PDC and do not receive the 
  219. Developer Network News (and the pre-release program offer in the mail) 
  220. can call the Developer Service Team at 800-227-4679 x11771 to get 
  221. enrolled in the pre-release program for $30.
  222.  
  223. ************************************************************************
  224.  
  225. Bernoulli and Removeable Media Not Supported:
  226.  
  227. Bernoulli boxes and removable SCSI drives were not tested with this 
  228. release of Windows NT, and do not appear on the hardware compatibility 
  229. list.  Since the release we have seen evidence that Windows NT has some 
  230. problems with these devices.  We are aggresively pursuing this matter in 
  231. hopes of having it resolved by the next release.
  232.  
  233. ************************************************************************
  234.  
  235. Adaptec AHA 1542B Driver Can Cause Fatal System Error:
  236.  
  237. Summary:
  238. There is a known problem with the Adaptec AHA-1542B driver which 
  239. causes fatal system errors under some circumstances.
  240.  
  241. More Info:
  242. The problem is triggered by simultaneous I/O with the floppy and the hard 
  243. disk.  This will be corrected in the next release.  To avoid this you may 
  244. want to use an alternative floppy controller and disable he one on the 
  245. Adaptec.
  246.  
  247. ************************************************************************
  248.  
  249. The System Uses About 70 Threads:
  250.  
  251. With this release of Windows NT, Pview will show that the system running 
  252. without any active applications will use about 70 threads.  This is normal 
  253. for this release.  The majority of theses threads are system threads.
  254. ************************************************************************
  255.