29 Eylül 2014 Pazartesi

Delphi - "Cannot create file %Temp%\EditorLineEnd.ttr"

Windows update sonrası [KB2982791] Delphi 2006 - 2010 arası versiyonlarında süpriz bir şekilde "%Temp%\EditorLineEnd.ttr" dosyasını oluşturamadığı için hata üretip, uygulama kapanmaktadır.

Delphi yi açmadan önce "%Temp%\EditorLineEnd.ttr" dizinindeki dosyayı rename edip, çalıştırdığınızda sorun olmıyacaktır. bu işlemi otomatik uygulayan bir servis yazılımı "dzEditorLineEndsFix".

Kaynak Kodları : http://sourceforge.net/projects/dzeditorlineendsfix/

Download : http://sourceforge.net/projects/dzeditorlineendsfix/files/latest/download


'This is a small program that fixes the problem introduced by the Windows update KB2982791 with Delphi 2006 to 2010 that causes the error "Cannot create file %Temp%\EditorLineEnds.ttr".
It works by moving the file to its own unique subdirectory whenever it is being created.'