D9下面使用DelforEx出现 "File or buffer is read only, or not yet saved"的处理, 修改过的D9 使用DelforEx经常会有这个问题 解决步骤: 1.解压缩Source 2.5.0.zip后打开里面的Delforex9.dpr 修改delExpert.pas(该文件并未在工程树中列出,只是在DelForExpert中uses) line 216 if (not IsReadonlyFile(IDEStream.FileName)) and (not bReadOnly) then 换成 if true then 2.重新设置输出目录后编译,用编译后的Delforex9.dll替换原来的,就可以了.