Board index » delphi » Translating TP 3.0 to TP 7.0

Translating TP 3.0 to TP 7.0

In article <41ct9j$...@darwin.nbnet.nb.ca>,
Douglas Clay  <c...@nbnet.nb.ca> wrote:

Quote
>We have about 100K lines of TP3 code for scientific analysis programs.
>These are relatively simple, however not user friendly. We would like
>to change the front end of each program from parameter file and
>prompt/response type inputs to pull down menus and pop-up screens.
>Any suggestions regarding translating the existing code so that we can
>concentrate on writing the new front ends?

Get the program "UPGRAGE.ZIP" from borland or somewhere and run that on
it that works okay, you sometimes still have to change a bit of code.
I've had luck using it upgrading over 15,000 lines of code from TP3 to
BP7 and it is very simple, also helpful is the TP3 manual and the BP7
manuals.  I think the biggest problems are in intergers,reals ect.  Oh
yeah and most of all make sure it will compile in TP3 if it did'nt work
then it want work now...

GoodLuck.

Jim.

BP8.00 FOR Linux would be cool....

 

Re:Translating TP 3.0 to TP 7.0


James E. Fielden (fiel...@utkux1.utk.edu) wrote:
: manuals.  I think the biggest problems are in intergers,reals ect.

That shouldn't be a problem from TP3 -> TP7.  (unless the words longint,
double, single, word, etc. are used as user defined types or identifiers)

Other Threads