修改过的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盒子下载的有.
D9下面使用DelforEx出现 "File or buffer is read only, or not yet saved"的处理
最新推荐文章于 2021-06-21 01:51:56 发布
博客介绍了修改过的D9使用DelforEx时的解决办法,需打开Delforex9.dpr,修改delExpert.pas第216行代码,将条件判断换成if true then,用编译后的Delforex9.dll替换原来的。编译时要重新设置输出目录,源代码在Source 2.5.0.zip里。
258

被折叠的 条评论
为什么被折叠?



