home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / os / mswindo / programm / misc / 3446 < prev    next >
Encoding:
Internet Message Format  |  1992-11-15  |  1.7 KB

  1. Path: sparky!uunet!ogicse!emory!wupost!waikato.ac.nz!comp.vuw.ac.nz!cavebbs!linz
  2. From: linz@cavebbs.welly.gen.nz (Lindsay Mathieson)
  3. Newsgroups: comp.os.ms-windows.programmer.misc
  4. Subject: Re: Setting Up Dual Monitor Mode for BC++
  5. Keywords: mswindows
  6. Message-ID: <1992Nov15.211854.5971@cavebbs.welly.gen.nz>
  7. Date: 15 Nov 92 21:18:54 GMT
  8. Article-I.D.: cavebbs.1992Nov15.211854.5971
  9. References: <1992Nov13.014457.7671@msuinfo.cl.msu.edu>
  10. Organization: The Cave MegaBBS, Public Access Usenet, Wellington, NZ
  11. Lines: 23
  12.  
  13. In article <1992Nov13.014457.7671@msuinfo.cl.msu.edu> huangch@xenolith.cps.msu.edu (Cheng Chang Huang) writes:
  14. >Can anyone give me some idea about how I can set up dual monitor mode for
  15. >developing Windows Program with BC++?
  16. >
  17. >I have two monitors at hand. One is NEC 3D and the other is CompuAdd Mono
  18. >VGA.  I have a VGA card on my machine. What kind of adapter  should I  
  19. >use/add in order to use them both and, for MS Windows, what kind of change  
  20. >should I make to sys.ini?
  21. >
  22. >
  23.  
  24. Dual monitor mode works by haveing a Color card and a Monochrome card - NOTE, this means _not_ vga mon, but IBM monochrome. This way the cards occupy different
  25. ram addresses. For your setup I would recommend:
  26.  
  27. Nec Mutilsync connected to a generic Hercules Monochrome Card
  28. CompuAdd VGA connect to your VGA Card.
  29.  
  30. To startup the debugger & BCC++ in dual mon mode, I think you just specify "/d" in their comand line options. No changes are need to win.ini etc.
  31.  
  32. NOTE: If your VGA card is 16 bit, the mon card will force it into 8bit mode
  33. and possible affect its ram access speed. This could efect your video display speed rather drastically.
  34.  
  35. DOS just doesn't have decent dual monitor support like the mac (i think). With windows their is the possibuility of better support though.
  36.