Why Delphi says 'cannot resolve unit name xxx'?

前端 未结 5 567
南旧
南旧 2021-01-11 16:56

I\'m working with Delphi2010 Enterprise Update 4.
When I\'m opening my project in the IDE and displaying the mainform code, there are 2 unit names underline in r

5条回答
  •  时光取名叫无心
    2021-01-11 17:19

    Error Insight which keeps all the error messages into the structure view is quite buggy. It doesn't understand your code the way the compiler understands it.

    There is an IDE Fix Pack developed by Andreas Hausladen which reduces the number of those "Cannot resolve unit xyz" problems.

    It doesn't fix the bug, but it makes them less visible by addressing some of the Error Insight's threading problems.

提交回复
热议问题