Code completion not working in Delphi 2009

女生的网名这么多〃 提交于 2019-12-09 10:45:07

问题


I am upgrading from Delphi 7 to Delphi 2009.

In an existing app, the code completion does nothing at all. If I start a new project, it works fine.

Any idea what is going on?


回答1:


Finally found the solution to this one, took awhile.

Added "WinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE" to:

Project Options -> Delphi Compiler -> Unit aliases

There is a whole big reason why, but to tired to explain it.



来源:https://stackoverflow.com/questions/1169271/code-completion-not-working-in-delphi-2009

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!