home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / os / mswindo / programm / misc / 3405 < prev    next >
Encoding:
Internet Message Format  |  1992-11-13  |  2.1 KB

  1. Path: sparky!uunet!know!hri.com!noc.near.net!news.Brown.EDU!qt.cs.utexas.edu!yale.edu!yale!gumby!wupost!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!emory!ogicse!news.u.washington.edu!milton!bytor
  2. From: bytor@milton.u.washington.edu (Jill Patterson)
  3. Newsgroups: comp.os.ms-windows.programmer.misc
  4. Subject: Re: Setting Up Dual Monitor Mode for BC++
  5. Keywords: mswindows
  6. Message-ID: <bytor.721629568@milton>
  7. Date: 13 Nov 92 04:39:28 GMT
  8. References: <1992Nov13.014457.7671@msuinfo.cl.msu.edu>
  9. Sender: news@u.washington.edu (USENET News System)
  10. Organization: University of Washington
  11. Lines: 43
  12.  
  13. huangch@xenolith.cps.msu.edu (Cheng Chang Huang) writes:
  14.  
  15. >Can anyone give me some idea about how I can set up dual monitor mode for
  16. >developing Windows Program with BC++?
  17.  
  18. >I have two monitors at hand. One is NEC 3D and the other is CompuAdd Mono
  19. >VGA.  I have a VGA card on my machine. What kind of adapter  should I  
  20. >use/add in order to use them both and, for MS Windows, what kind of change  
  21. >should I make to sys.ini?
  22.   What you need to do is get a monochrome video adapter.  I have done this
  23. to my computer at work with an old Hercules Adapter, and a Video-7 Vga.
  24.  
  25. Since you already have the VGA Card in the Machine, Stick a monochrome card
  26. in there also.  I don't know if the Mono VGA Monitor will work, becuase it
  27. is probably not Pin compatible with the Monochrome Video Card.  But if 
  28. you get a Regular old Hercules type monitor, use that.
  29.  
  30. Then Make sure you are not using the Address Space B000-B7FF for mapping
  31. extra memory.
  32. If you are you can no longer do this.
  33. Then reboot your machine.  At the DOS prompt type
  34. C:\>MODE MONO
  35. you should see the Prompt switch over to your Mono Monitor. To get
  36. it to switch Back to the VGA Type
  37. C:\>MODE CO80
  38.  
  39. If it doesn't work then something is not right.  But if it does work
  40. thats basically all you need to do.  To Start Turbo Debugger and let it
  41. know about the mono monitor you need to include the -dO switch.
  42.  
  43. C:\Borlandc\Bin\TDW.EXE -dO MyProgram.Exe.
  44.  
  45. I'm not sure if it is a big "O" or a little "o" tho'.  No Need to change
  46. anything with windows. Good Luck!
  47.  
  48. bytor@milton.u.washington.edu
  49.  
  50.  
  51. >Thanks,
  52.  
  53. >Chengchang Huang
  54.  
  55. >Email: huangch@cps.msu.edu
  56.