Delphi 2007

We have moved to Delphi 2007 and are converting our FB5 projects.

Delphi 2007 used .dproj files, not .dpr files. FB5 does not accept these files, they do not apear in the drop down box, and after changing manually, on running we get the error Invalid File Extension .dproj.

We are using version 5.5.0.240

Dave

 

Hi Dave

You still need to select the dpr file, that is the file that the compiler actually compiles. FinalBuilder will use the dproj file when you ask it to load the settings for the project.

Thanks Vincent,

 

It is confusing - when you view the project source in Delphi, it is labelled a .dproj when you are actually looking at the .dpr. Why they did that I don't know.

 

Cheers,

 

Dave