Repetitive Errors using Delphi 2010
Hi
My mostly used Delphi 2010 application suddenly stuck with a system error $C0000008 (invalid file handle) when I tried to create a TFileStream. So I made a little test code that is no more than a button handler: TFileStream.Create (c:temptestfile.tmp)
But it also crashed with system error $C0000008. I can easily access the created folder and files. I can run the code easily outside the IDE or with integral debugging turned off. I remember very well that I did not make any changes to Delphi or the OS (Vista 32-bit).
I don’t like to make uninstall or reinstall attempt now if any investigation needed. I look forward to your assistance on this problem. Thanks.
Â