On Thu, 17 Aug 2006, Marco van de Voort wrote:

On Thu, Aug 17, 2006 at 10:32:09AM +0200, Graeme Geldenhuys wrote:
In VB6 I could set breakpoints and run the app.  If the variable
contained the wrong value or I noticed a coding problem I could change
it while at the breakpoint and just continue execution...  Wouldn't
that classify as interpreted?

No.

Au contraire...

In VB 5 and later running your project does not compile it: it runs the
interpreter. Only when you explicitly make the executable, the code is actually compiled; and even then, you have the option of generating p-code, which is, again, interpreted...

This is as opposed to Delphi which always compiles before running.

Michael.

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to