视窗7(64 bit)手提电脑的雷达演播室2010年(Delphi 2010)。
我大概会对此产生许多负面看法,因为我似乎无法说明如何用词来形容问题的标题或问题本身。
我开始提出一些问题,我的代码不在2010年雷达工作室(德尔菲)内运行。
我一直试图说明为什么在几天内,在另一天之后,用一个安装的包裹来决定它是否是罪犯。 在最后搁置所有包裹后,甚至整个雷达演播室(并重新安装仅雷达演播室)的安装,我似乎无法像现在这样说,这可能导致我的Delphi IDE发挥作用。 我甚至清理了与我一揽子组成部分和雷达演播室有关的所有物品的登记册(在仅仅重新安装雷达演播室之前)。
Ok, with a fresh copy of just Rad Studio installed I tried to write a simple
procedure TForm1.Button1Click(Sender: TObject);
begin
if opendialog1.Execute then
begin
ShowMesage(opendialog1.filename);
end;
end;
然而,在我管理申请和点击纽顿时,我收到以下信息:
Project1.exe has stopped working A problem caused the program to stop working. Windows will close the program and notify you if a solution is available.
When I click the Close Program button, I get nothing, it just returns to the Delphi 2010 IDE.
If I compile it, I can run the executable.
这对我来说确实是一个严重问题,因为我再也无法在我的民主选举学会中执行或修改守则,而没有这样做。
This does not happen if I just create a blank default application without the code, and run it.
Anyone have any suggestions or solutions to my problem?