home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / lang / pascal / 7593 < prev    next >
Encoding:
Internet Message Format  |  1992-12-21  |  2.3 KB

  1. Path: sparky!uunet!europa.asd.contel.com!darwin.sura.net!spool.mu.edu!agate!plutonium.CChem.Berkeley.EDU!matte
  2. From: matte@plutonium.CChem.Berkeley.EDU (Matt Rose)
  3. Newsgroups: comp.lang.pascal
  4. Subject: Re: Short run down on BP7
  5. Date: 20 Dec 1992 23:30:58 GMT
  6. Organization: University of California, Berkeley
  7. Lines: 47
  8. Message-ID: <1h2vniINN850@agate.berkeley.edu>
  9. NNTP-Posting-Host: plutonium.cchem.berkeley.edu
  10.  
  11. I'm running on a 33-386DX with 4MB of RAM, and I find that a
  12. rebuild of 58000 lines of code takes about a minute.  I can't even
  13. begin to compare that to the several minutes I used to wait on 
  14. rebuilding my C code.
  15.  
  16.  
  17. >Yeah, but how much memory and disk space does it really use?
  18. >I'm referring specifically to TD286/386, and BPW, which is what I'd
  19. >be using. "Barely makes a dent in it"? Fine. But you have gobs and gobs
  20. >of memory....
  21. >
  22. >regards,
  23. >  Steve
  24.  
  25. Like I said, 4MB RAM has done me fine, although during the rebuild I
  26. have to make sure I link to disk, otherwise I run out of memory.  But
  27. I must say, I _much_ prefer this to having to use the command line compiler.
  28.  
  29. Oh, another bonus is that if I compile to a protected mode application
  30. I can now run this through the protected mode debugger.  The real mode
  31. app will not fit in memory with the real mode compiler.  Not that there
  32. are a few  device calls that were not a problem in the Real mode that are
  33. a problem in the protected mode.  Admitedly they are bad calls (off screen
  34. etc.) but just know that switching compilers can leave run time errors
  35. that are not imediately detected.  
  36.  
  37. I was obviously using overlays to fit this program into
  38. real mode.  Took me about 3 minutes to remove all overlay references, and
  39. make the code compile into protected mode.
  40.  
  41. If any of you are using windows you probably will be happy to know that
  42. BGI now works quite nicely in a protected mode DOS window.  
  43. I say the BP7 is a major step forward.
  44.  
  45. >Oh, by the way, I'd also be interested in knowing if:
  46. >
  47. >- BP7-compiled Windows apps run under Win3.0 and Win3.1. My program
  48. >  compiled with TPW1.0 under Win3.0 runs fine under 3.0 but crashes 
  49. >  immediately under 3.1.
  50. It's worked fine for me.  Although I wouldn't know if my windows(tm)
  51. apps run under Win3.0 since I don't have Win3.0 anymore.
  52.  
  53. >
  54. >- BP7's Windows EXE files are any smaller than TPW's are.
  55.  
  56. -matt
  57.  
  58.