悟 悟空1 Unregistered / Unconfirmed GUEST, unregistred user! 2002-01-20 #1 这一段我的delphi老是捣鬼,打开工程的时候说×。res没有。但是还不影响进度。今天 我在工程里加入了一个启动图片,结果不能运行,说resource Tform11 not found 怎么处理呢?
Y yhaochuan Unregistered / Unconfirmed GUEST, unregistred user! 2002-01-20 #2 看看是不是form11这个form11.dfm不见了呢? DFM不见了会出现这种错误提示。
Y yhaochuan Unregistered / Unconfirmed GUEST, unregistred user! 2002-01-20 #4 假设有两个FORM在project中,delete其中一form2.dfm后,再次打开 此project,编译会通过,但程序运行就会出现异常: Exception EClassNotFound inmodule Project1.txe at 00012D16. Class TButton no found.
假设有两个FORM在project中,delete其中一form2.dfm后,再次打开 此project,编译会通过,但程序运行就会出现异常: Exception EClassNotFound inmodule Project1.txe at 00012D16. Class TButton no found.
皮 皮皮007 Unregistered / Unconfirmed GUEST, unregistred user! 2002-01-20 #5 进入delphi时候再打开文件 不要击文件,启动delphi
G ggym Unregistered / Unconfirmed GUEST, unregistred user! 2002-01-20 #6 我的程序运行正常,但是加了启动封面以后也出现了这样的现象。
B bobotea Unregistered / Unconfirmed GUEST, unregistred user! 2002-01-20 #7 我也遇到过.res not found 这种情况,但还能编译,不知为什么?
G ggym Unregistered / Unconfirmed GUEST, unregistred user! 2002-01-20 #8 Application.Initialize; form11:=Tform11.Create(Application); form11.show; form11.Update; while form11.Timer1.Enabled do application.ProcessMessages; Application.Title := '光缆库'; 我怎么也同不过了。
Application.Initialize; form11:=Tform11.Create(Application); form11.show; form11.Update; while form11.Timer1.Enabled do application.ProcessMessages; Application.Title := '光缆库'; 我怎么也同不过了。