Re: Using VCL from D2006 ion D2007 IDE



Rudy Velthuis [TeamB] wrote:

AFAIK, the VCL was changed between 2006 and 2007. Non-breaking meant
binary compatibility at the compiler and RTL level only.

Not really. The DCU format -- with specific exceptions, like dbExpress
-- is intended to be compatible. IOW, you should be able to compile VCL
stuff in D2006 and use those DCUs with D2007, provided you don't hit
the specific exceptions. Notably, you shouldn't need new versions of
many third-party components, even if you don't have source code.

--
Craig Stuntz [TeamB] · Vertex Systems Corp. · Columbus, OH
Delphi/InterBase Weblog : http://blogs.teamb.com/craigstuntz
Borland newsgroup denizen Sergio González has a new CD of
Irish music out, and it's good: http://tinyurl.com/7hgfr
.



Relevant Pages

  • Re: Using VCL from D2006 ion D2007 IDE
    ... Craig Stuntz [TeamB] wrote: ... binary compatibility at the compiler and RTL level only. ... The DCU format -- with specific exceptions, ... The format, which is a compiler issue, is indeed non-breaking. ...
    (borland.public.delphi.non-technical)
  • Re: Benefits of Dynamic Typing
    ... >> - On the toplevel of the compiler, to report all compile errors found ... > Catching and reporting all exceptions in the toplevel doesn't require ... Note that I don't use exceptions much. ... exception for reporting an end of file though. ...
    (comp.lang.functional)
  • Re: Handling error/status messages by interface to C++ programs
    ... about how to design a compiler, please tell me where I can find ... exceptions for managing the error detection is rather a bad idea. ... I have to say I have seen a simple example of an object-oriented parser design in some book (unfortunately I forgot ... It would trigger user notification and do recover housekeeping like reseting the current syntax row's token stack because one wants to continue parsing and detect any other errors w/o aborting. ...
    (comp.object)
  • Re: Cpp Considered Harmful
    ... programming language, the compiler, the IDE, the libraries, etc. ... WRT exceptions, the fact of the matter is that placing certain ... >> regarding the CPP. ...
    (comp.lang.cpp)
  • Re: Fortran Error Reporting Requirements (Was: GFORTRAN PROBLEM WITH SAVE STATEMENT)
    ... If you ever had a compiler that failed to diagnose this, ... to trap exceptions. ... Reporting of violations of syntax rules and constraints is required in section 1.7.3. ... Most of the detection and reporting requirements are in section 1.5, ...
    (comp.lang.fortran)