Also it solves the interfase dont supported error.
So, exactly wich i lost dont using anymore MSBUILD????
BTW, detailed steps to acomplish that (thanks to JED):
0. Shutdown Delphi 2007
1. run regedit.exe
2. HKCU\Software\Borland\BDS\5.0\Globals
3. Add a new string value named "MSBuildDelphi"
4. Set new string data value to "0"
5. Delete your dproj files for your projects
6. Restart Delphi 2007
7. Reload DPR project file
8. Build
To enable MSBuild again, change the data value to "1" or delete the new
entry
--
Donald Shimoda
http://blogs.remobjects.com/blogs/donald/
I'm curious - does this mean that IDE no longer generates the .dproj
files? If so, where are all the project options stored then?
With that pesky bug involving corrupted <DCCReference> tags constantly
forcing me to manually edit .dproj files, I'm quite ready to kiss
them goodbye. At least until a fix comes out, that is.
--
Regards,
Aleksander Oven
> I'm curious - does this mean that IDE no longer generates the .dproj
> files? If so, where are all the project options stored then?
After that change, It uses bdsproj files, like in the previos version. And
have to say it doit in the expected way, no surprises.
> With that pesky bug involving corrupted <DCCReference> tags constantly
> forcing me to manually edit .dproj files, I'm quite ready to kiss
> them goodbye. At least until a fix comes out, that is.
Welcome to the club!
Ah, yes. I forgot about those.
--
Regards,
Aleksander Oven
>3. Add a new string value named "MSBuildGroup"
It works with the steps i post. Dont need to add that's.