Delphi: Upgrade From D5 to D7 Hang at Compile
I wrote my code in D5, t开发者_开发百科hen I switched to D7. Things are ok, until compile. D7 appears hang and I have to killed the process. I already deleted all the DCUs and the problem persists.
Anybody had this problem before?
Thanks!
Did you try to make the compilation via the command line compiler?
I suggest you install Delphi Speed Up from http://andy.jgknet.de/blog/ide-tools/delphispeedup
You could also download the CnPack from http://www.cnpack.org/index.php?lang=en There are some options to Set the IDE to run in CPU 0 single core.
Try to create a new project, then add your units one by one, until it freezes...
What .Net FrameWork is installed in your system?
Try this Project|Options|Compiler Messages dialog, there's a long list of checkboxes. The last three have to do with the Dot Net Versions.Have you unchecked those last three? I think it would not work for you, or reinstall Delphi once.
I not faced such situation (D7 in Win7 )
Try: "Project/Build All Project" And be sure that is checket switch: "Tools/Enviroment Options/Preferences/Show compiler progress". Than tell as where compiler stops.
精彩评论