home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / mswindo / programm / win32 / 2710 < prev    next >
Encoding:
Internet Message Format  |  1993-01-06  |  2.4 KB

  1. Path: sparky!uunet!pipex!bnr.co.uk!uknet!mcsun!Germany.EU.net!urmel.informatik.rwth-aachen.de!solaris.rz.tu-clausthal.de!root
  2. From: hochstae@allfiwib1.wiwi.uni-marburg.de (Christoph H. Hochstaetter)
  3. Newsgroups: comp.os.ms-windows.programmer.win32
  4. Subject: Re: Two beginner's questions
  5. Message-ID: <1993Jan6.135141.11288@solaris.rz.tu-clausthal.de>
  6. Date: 6 Jan 93 13:51:41 GMT
  7. References: <1icf97INNf7i@flop.ENGR.ORST.EDU>
  8. Sender: root@solaris.rz.tu-clausthal.de (Operator)
  9. Reply-To: hochstae@allfiwib1.wiwi.uni-marburg.de (Christoph H. Hochstaetter)
  10. Organization: Techn. Univ. Clausthal
  11. Lines: 33
  12. News-Software: IBM OS/2 PM RN (NR/2) v0.16 by O. Vishnepolsky and R. Rogers
  13.  
  14. In <1icf97INNf7i@flop.ENGR.ORST.EDU> gunnelj@curie.CS.ORST.EDU (John A. Gunnels) writes:
  15. >1.  Is there supposed to be ANYTHING in system.ini?  Mine contains
  16. >    absolutely nothing.  If it wouldn't be too much trouble (and if
  17. >    system.ini is NOT supposed to be empty) could someone send me
  18. >    a copy of theirs?
  19.  
  20. The SYSTEM.INI is only there for compatibility with Windows 3.x apps, that
  21. use this file. The same is with WIN.INI. In Windows/NT everything is stored
  22. in the "Registry". If you want to look at it, start REGEDIT.EXE. But don't
  23. change anything, if you are not familiar with the registry (or have the CD
  24. ready for reinstalling from scratch).
  25.  
  26. In the registry, there is also a section called INI-File Mapping, which
  27. causes that Windows 3.x apps, that issue WriteProfileString or
  28. WritePrivateProfileString to write the data in the registry. You can
  29. choose between storing on a per user basis or per machine basis. This
  30. causes, that Win 3.x apps store certain things on per user basis.
  31.  
  32. >2.  The S3 drivers seem to work very nicely with my Stealth card
  33. >    but moving stuff around does not seem to happen as fast as
  34. >    under Windows.  Why is that?
  35.  
  36. Windows NT is not optimzed for speed yet and there is a lot of debug code
  37. in it, especially in Video Device Drivers. So don't expect everything to
  38. be quite fast now.
  39.  
  40. Christoph
  41. -------------------------------------------------------+-----------------------
  42. Christoph H. Hochstaetter, Philipps-University Marburg | Universitaetsstr. 25
  43. Internet: hochstae@allfiwib1.wiwi.uni-marburg.de       | D-W-3550 Marburg
  44. Bitnet  : HOCHSTAE AT DMRHRZ11                         | Germany
  45. Fido    : 2:243/660                                    | Phone +49-6421-28-7092
  46. Fax     : +49-6421-28-4858                             |
  47.