kenhaile wrote: > I'll be taking over a project from another consultant using Delphi 7. > Will my version of Delphi 6 work with Delphi 7 source code (assume > that there are no third party add-ons)?
Maybe. Depends on what it uses. I'm sure most things won't be too hard to work through. Make sure to open each form in the IDE and then ignore the errors it displays about missing properties. (In the IDE, the error can be ignored, and then those properties won't be saved back into the DFM. At run time, those missing properties prevent the form from ever loading, so make sure to take care of them at design time.) -- Rob

