1st time it happened : I've created a new form, renamed it and saved it. Worked 3-4 hours on it and saving work in progress from time to time....

1st time it happened : I've created a new form, renamed it and saved it. Worked 3-4 hours on it and saving work in progress from time to time....

Closing the IDE and running it again... Loading my project, trying to compile it but IDE failed with "unknown error" exception (catch with madexcept). Previously saved form (pas + dfm) was missing... I only see trace of them on the _history folder.... (see missing dfm.~6~) :

fmReglage.dfm.~1~
fmReglage.dfm.~2~
fmReglage.dfm.~3~
fmReglage.dfm.~4~
fmReglage.dfm.~5~
fmReglage.pas.~1~
fmReglage.pas.~2~
fmReglage.pas.~3~
fmReglage.pas.~4~
fmReglage.pas.~5~
fmReglage.pas.~6~


Ps : using Delphi Seattle 10  ( #10Seattle )

Comments

  1. Issue with renaming? Sounds pretty nasty regardless.

    ReplyDelete
  2. Looking at my old XE7 directory with lots of forms, frames and dialogs, I see multiple forms which have numerous .pas versions but just a few .dfm versions

    I have f.x. 
    dlgSomeForm.dfm.~23~ to ~27~ 
    but 
    dlgSomeForm.pas.~206~ to ~215~

    ReplyDelete

Post a Comment