Y
yixilee
Unregistered / Unconfirmed
GUEST, unregistred user!
1、编译链接时弹出一个对话框,提示“Error Reading Form:Class TdevFileMonitor not found…”, 后继还会弹出一些问题提示对话框,我在《Delphi程序调试参考手册》上查到了相应的原因,但是没有调试成功;
2、紧接着,第一次进行语义检查时弹出了对话框,“Field MainForm.CodeCompletion1do
es not have a corresponding component.Remove the declaration?”,后继还会弹出一些问题提示对话框;
3、另外,我对源程序中的以下信息没看懂:
to compile with Delphi 7:
1) use appropriate Delphi 7 packages for SynEdit,
2) compile resources manually.do
:
brcc32 DefaultFiles.rc
brcc32 webupdate/selfupdater.rc
brcc32 LangFrm.rc
brcc32 icons.rc
敬请指教。谢谢。
2、紧接着,第一次进行语义检查时弹出了对话框,“Field MainForm.CodeCompletion1do
es not have a corresponding component.Remove the declaration?”,后继还会弹出一些问题提示对话框;
3、另外,我对源程序中的以下信息没看懂:
to compile with Delphi 7:
1) use appropriate Delphi 7 packages for SynEdit,
2) compile resources manually.do
:
brcc32 DefaultFiles.rc
brcc32 webupdate/selfupdater.rc
brcc32 LangFrm.rc
brcc32 icons.rc
敬请指教。谢谢。