您的位置:首页 > Web前端

D9下面使用DelforEx出现 "File or buffer is read only, or not yet saved"的处理

2005-01-05 12:53 691 查看
修改过的D9 使用DelforEx经常会有这个问题,

打开Delforex9.dpr  修改delExpert.pas line 216
 if  (not IsReadonlyFile(IDEStream.FileName)) and (not bReadOnly)  then
换成 if true then

用编译后的Delforex9.dll替换原来的,就可以了.
ps:1.编译的时候记得重新设置输出目录.
    2.源代码在Source 2.5.0.zip里面 下载delforex的时候里面一般都有的,至少delphi盒子下载的有.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  buffer file delphi
相关文章推荐