I am using the Borland Developer Studio 2006.
In Delphi here, I am getting this odd code bug where all of the forms are telling me that 'Controls' in the Interface Uses section does not exist.
Consequently, all procedures or properties that use this are showing up as not existing, and being listed as Errors.
Some examples are the TListBox's ItemIndex.
SetFocus
and a few others here and there.
However, I can compile just find and everything works fine and dandy as far as I can tell. Just as it did before this started happening. And it just started today.
However, I did not change any options, although I had something weird with my keyboard start happening, which I think this problem stems from some odd key combination being hit.
Anyways, everything works when compiled, and compiles without errors. But while just editing code, it shows all that stuff as not existing.
I have looked high and low through my options for something that might help, but have been unsuccessful.
Anyone know how to help me fix this please?
~
Give a man some fire, he will be warm for a day, Set a man on fire, he will be warm for the rest of his life.
In Delphi here, I am getting this odd code bug where all of the forms are telling me that 'Controls' in the Interface Uses section does not exist.
Consequently, all procedures or properties that use this are showing up as not existing, and being listed as Errors.
Some examples are the TListBox's ItemIndex.
SetFocus
and a few others here and there.
However, I can compile just find and everything works fine and dandy as far as I can tell. Just as it did before this started happening. And it just started today.
However, I did not change any options, although I had something weird with my keyboard start happening, which I think this problem stems from some odd key combination being hit.
Anyways, everything works when compiled, and compiles without errors. But while just editing code, it shows all that stuff as not existing.
I have looked high and low through my options for something that might help, but have been unsuccessful.
Anyone know how to help me fix this please?
~
Give a man some fire, he will be warm for a day, Set a man on fire, he will be warm for the rest of his life.