#1
|
|||
|
|||
Unable to compile Delphi projects
Suddenly I am unable to compile Delphi projects with Visual Build Professional.
I guess that the problem is that I have just installed Delphi 2009 (so I have both Delphi 2007 and 2009) and that is causing that the wrong compiler is being called (my projects are still in the 2007 version). How do I tell VBP what compiler to use? |
#2
|
|||
|
|||
#3
|
|||
|
|||
Thank you very much for your hint. I have been able to recompile my projects using the correct bds.exe version. I preferred using msbuild as before (does not load the IDE) but at least it works again.
|
#4
|
|||
|
|||
MSBuild should still get called automatically or if specified in the Override field. Please ZIP and post or send to support@kinook.com:
1) The info from Help | About | Install Info 2) The version(s) of the .NET Framework that are installed 3) The .bld file 4) A build log file (built with the 'Display the command-line' field on the Options tab of the Make Delphi step checked) 5) The Delphi project file(s) (no source code files) Thanks. |
#5
|
|||
|
|||
I don't mind having to use BDS.EXE to compile my projects since I hope to finish the transition from Delphi 2007 to 2009 pretty soon. But thank you very much for your interest.
|
|
|