Re: Upgrading a program from Delphi 6 to 2007 - What's nessicary



Dan wrote:

I heard that all I need to do is install any third party components in D2007,

There's a rub there. I moved several huge (300,000 lines 200 units each) D4 programs into D2007. There were problems from many components. Some new components like TTrayIcon introduced by Borland interfered with same named components from other sources. Many compiler warnings and new hints made to track down. Some components made moved from proprietary to open source (Apro 2.57 to 4.07 biggest messes were here). You do need source of all components or binary updated bpls of component vendors. Many old componets needed to have different uses units (Borland changed in D6 designers).

Once components installed it worked smooth for most to open, compile, fix small error, recompile.

--
Jorge
.



Relevant Pages

  • VB6 creates HUGE executable
    ... Occasionaly when I compile it, the exe ... recompile is the only way to fix it.... ...
    (microsoft.public.vb.general.discussion)
  • Re: Actual Lottery Stuff. WOW eh?
    ... (Clue #1) ... I never bother to compile any project because I almost always ... I put a comment into it that tells how to fix it, ... VB5 was a major upgrade from all previous versions in that it compiles ...
    (rec.gambling.lottery)
  • Re: pointer q
    ... If you were trying to fix the code further up so it would compile what you wanted was: ... More a case of only reading part of the data with my "fix". ... Am I not reading, with correction, the number that a smaller type thinks a larger type was? ... It may have looked formatted on your machine, but here it looks a right mess, and I'm not going to try all my fonts on the off chance one uses the same spacings as whatever font you used. ...
    (comp.lang.c)
  • where are the sources :-)
    ... I can't wait to get the sources and compile for test (currently using ... >Alan started doing forward-porting of 2.4.x driver updates, ... >and USB updates. ... > o fix all the paths in ide Kconfig docs ...
    (Linux-Kernel)
  • Re: speeding up javac
    ... or do you have to run it every time you compile a small ... The clear solution here is to reduce the number of times javac starts ... and only recompile Y if they have. ... echo ISU all built; ...
    (comp.lang.java.programmer)