home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / lang / pascal / 8089 < prev    next >
Encoding:
Text File  |  1993-01-12  |  3.7 KB  |  72 lines

  1. Newsgroups: comp.lang.pascal
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!sample.eng.ohio-state.edu!purdue!decwrl!borland.com!chard
  3. From: chard@borland.com (Richard Nelson)
  4. Subject: Re: BP7--colorized source code....
  5. Message-ID: <1993Jan12.235916.25865@borland.com>
  6. Originator: chard@genghis.borland.com
  7. Sender: news@borland.com (News Admin)
  8. Organization: Borland International
  9. References: <34942@adm.brl.mil>
  10. Date: Tue, 12 Jan 1993 23:59:16 GMT
  11. Lines: 59
  12.  
  13. >*  I chose different colors for each category, just to see how it worked. 
  14. >I noticed that STRING showed up in the reserved word color, but INTEGER,
  15. >WORD, LONGINT, and CHAR did not.  Is this a bug, or do I just not
  16. >understand what is happening?
  17.  
  18. As Mr. Murdoch pointed out already, "string" has two possible
  19. meanings, one as a reserved word, and one as a standard type.  The
  20. compiler can tell the difference in context, but the syntax
  21. highlighter can't.  It highlights it because it's a reserved word.
  22.  
  23. >*  When I tried to use DPMIINST, it ran fine.  It even told me to send a
  24. >copy of f9b18c13.db to Borland so that it could be included in the next
  25. >release.  (Am I unique in this, or did everyone get that?!?)  Anyway, I
  26. >can boot up BP, and get a screen, use some of the FKEYS, read in a
  27. >program, etc, but when I try to use the menu bar, it hangs.  The only
  28. >keystroke sequence that continues to work is Alt-X (fortunately).  It is
  29. >no different when I use the keyboard or mouse.  I get the pull-down menu,
  30. >and nothing else.  Am I missing something here?  I am using DR-DOS v6.0,
  31. >4meg of RAM, 386SX/25.  I can run BPW just fine.  Bye the way, I did set
  32. >up my CONFIG.SYS so that it conformed to the requirements stated in the
  33. >installation instructions.
  34.  
  35. The only thing that strikes me is that perhaps your mouse driver is
  36. not behaving politely in a protected-mode environment, but that's just
  37. a guess.  You'd have to call Borland Tech Support for a more
  38. definitive answer.
  39.  
  40. >*  The new compiler, touted as compiling 85,000 lines per minute, seems to
  41. >be no faster than my TP6 compiler.  I compiled all of my last three
  42. >commercial software packages just before installing BP7, timing each, and
  43. >then re-compiled them all right after (with TURBO).  The difference was
  44. >less than a second, if at all, on my largest source file (6800 lines,
  45. >including comments).  Is the TURBO.EXE compilation engine the same?
  46.  
  47. It's not the same compiler, but there weren't any really significant
  48. changes in the speed of the parsing and compilation.  I think the
  49. compiler guys guesstimated that they'd tweaked about a half a percent
  50. increase from a change in the parser, but the 85,000 lines per minute
  51. is the same speed claimed for TP6.
  52.  
  53. >*  I have seen two things that seem to contridict each other.  First, the
  54. >new TV documentation discusses some differences in the physical
  55. >size/format of the TObject, etc.  A couple of places in the documentation
  56. >also state that BP7 is backward compatible.  Which is supposed to be
  57. >right?  I can tell you that I had to recompile ALL of the UNITS from TP6
  58. >before they worked with my BP7 programs, so I have a feeling that I know
  59. >the answer already.
  60.  
  61. As always, compiled code from previous versions of the compiler can't
  62. be linked in.  You need to recompile your units with the latest
  63. version of the compiler.  BP7 *is* backward compatible at the source
  64. code level.  Also, you can read streams created with version 6.0 using
  65. version 7.0; the objects that differ in the newer Turbo Vision know
  66. how to adjust older versions.
  67. -- 
  68. =========================================================================
  69.  Richard Nelson, Borland Int'l | chard@borland.com | Go Bears! Grrr-rah!
  70.   Had this been Borland's opinion, I would have written it in a manual.
  71.  "...there's no hurry, I'm just sittin' here doing time." - John Lennon
  72.