Board index » delphi » Question: Backward compatibility TP 7.0 & TP 6.0

Question: Backward compatibility TP 7.0 & TP 6.0

Quote
ac...@FreeNet.Carleton.CA (David Solly) wrote:
>    Other than the problem of not being able to use a TPU compiled
>using TP 7.0 in TP 6.0, are there any other major problems in modifiying
>TP 7.0 source code to compile under TP 6.0?  Thank you very much.

They're pretty similar, but TP 6 has more bugs.  The only language
changes I can remember are the addition in TP 7 of "public" and
"inherited".
 

Re:Question: Backward compatibility TP 7.0 & TP 6.0


Quote
In article <312f038b.1079...@130.15.126.54> dmurd...@mast.queensu.ca (Duncan Murdoch) writes:
>ac...@FreeNet.Carleton.CA (David Solly) wrote:
>>       Other than the problem of not being able to use a TPU compiled
>>using TP 7.0 in TP 6.0, are there any other major problems in modifiying
>>TP 7.0 source code to compile under TP 6.0?  Thank you very much.
>They're pretty similar, but TP 6 has more bugs.  The only language
>changes I can remember are the addition in TP 7 of "public" and
>"inherited".

Other changes -
open array & string, High & Low functions
break & continue
null-terminated strings

From (UK) PCW's Dec 1992 article, confirmed in part by memory.

Also, TP7 came with TV2.0 & TP6 with TV1.0 ; ISTR changes there.
--
John Stockton : mailto:J...@dclf.npl.co.uk from off-site.  MIME.  WP.
 National Physical Laboratory, Teddington, Middlesex, TW11 0LW, UK
  Direct Telephone +44 181-943 6087, Nearby Fax +44 181-943 7138  
   Offshore news still takes up to a week to get here;  please
    E-mail me a copy of non-UK non-pascal non-TV followups !  
     Regret system puts unzoned (UK civil) time on messages.

Re:Question: Backward compatibility TP 7.0 & TP 6.0


Quote
ac...@FreeNet.Carleton.CA (David Solly) wrote:

->Hello all...

->   Other than the problem of not being able to use a TPU compiled
->using TP 7.0 in TP 6.0, are there any other major problems in
-modifiying
->TP 7.0 source code to compile under TP 6.0?  Thank you very much.

->Sincerely,

->David Solly

->--
->David Solly                  ac...@freenet.carleton.ca
->Ottawa, Ontario, CANADA      FidoNet:  1:163/215
->Voice: (613)731-2120

Some things I think about  which were new in BP7/TP7

-  inherited
-  I think the heap was changed again (not sure)
 - open arrays
 - openstring parameter
 - Constant parameters
  - Public/private sections - Allows public and private
     sections of objects to be declared in any order.
  - Assigned
  - Include/Exclude
  - Break/Continue
  - Low /High

Francis Pauwelyn
Francis.Pauwe...@ping.be
100572....@compuserve.com
Http://ourworld.compuserve.com/homepages/Francis_Pauwelyn
----------
If you want it World, and you want it Wide, don't forget that Netscape's not the only ride...

Other Threads