I am trying to save a unit in delphi 2007. But unfortunately i couldn't save it because it continously throwing me the error, which you can find below.
Has somebody encounter the same?
Asked
Active
Viewed 501 times
0

Ken White
- 123,280
- 14
- 225
- 444

kiran kumar
- 153
- 4
- 12
1 Answers
5
That's an IDE bug. There's not much you can do about it. It's not like Embarcadero are going to ever release an update for that version of Delphi.
Copy the text to the clipboard and then paste into a text editor. Save the file from there. Then restart the IDE, and hope for the best.

David Heffernan
- 601,492
- 42
- 1,072
- 1,490
-
Thanks for the reply, I have copied the code and restarted the IDE. I had my previous working code. – kiran kumar Sep 10 '15 at 12:09