home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / os / mswindo / programm / misc / 3457 < prev    next >
Encoding:
Text File  |  1992-11-16  |  2.3 KB  |  53 lines

  1. Newsgroups: comp.os.ms-windows.programmer.misc
  2. Path: sparky!uunet!caen!destroyer!news.iastate.edu!martin
  3. From: martin@iastate.edu (Martin R Calsyn)
  4. Subject: Re: Setting Up Dual Monitor Mode for BC++
  5. Message-ID: <BxtHrA.38J@news.iastate.edu>
  6. Keywords: mswindows
  7. Sender: news@news.iastate.edu (USENET News System)
  8. Organization: Iowa State University, Ames, IA
  9. References: <1992Nov13.014457.7671@msuinfo.cl.msu.edu> <1992Nov15.211854.5971@cavebbs.welly.gen.nz>
  10. Date: Mon, 16 Nov 1992 16:28:19 GMT
  11. Lines: 40
  12.  
  13. In article <1992Nov15.211854.5971@cavebbs.welly.gen.nz> linz@cavebbs.welly.gen.nz (Lindsay Mathieson) writes:
  14. >In article <1992Nov13.014457.7671@msuinfo.cl.msu.edu> huangch@xenolith.cps.msu.edu (Cheng Chang Huang) writes:
  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. > [...]
  19. >
  20. >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.
  21. >
  22.  
  23. Under Windows (BCW), specify `-do' under Run|Debugger Arguments...
  24.  
  25. Under DOS (bc command), specify -do on the command line.
  26.  
  27. Running the DOS bc under windows, use the Program Manager's
  28. File|Properties... dialog box or the pif editor to add `-do'.
  29.  
  30. For the debuggers td, td286, td386, add -do to the command line.
  31.  
  32. -do stands for `display other' meaning that the debugger interactions
  33. will go to the secondary display subsystem while the program output will
  34. appear on the primary display.
  35.  
  36. >NOTE: If your VGA card is 16 bit, the mon card will force it into 8bit mode
  37. >and possible affect its ram access speed. This could efect your video display speed rather drastically.
  38.  
  39. Definately!
  40.  
  41. >DOS just doesn't have decent dual monitor support like the mac (i
  42. > think). With windows their is the possibuility of better support though.
  43.  
  44. Beg to differ.  Within the Borland development products, it works just
  45. as well in DOS or Windows.  I personally prefer running even BC under
  46. windows because of the better memory environment it seems to have there.
  47.  
  48. -- 
  49. Martin R. Calsyn                                   martin@iastate.edu
  50. Project Vincent Systems Support                    PP ASEL, AOPA, EAA    
  51. Iowa State University Computation Center           voice: (515) 294-9889 
  52. Ames, Iowa 50011                                   fax:   (515) 294-1717
  53.