English 中文(简体)
与Radudio-Delphi 2010IDE发行
原标题:Issue with Rad Studio - Delphi 2010 IDE

视窗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?

问题回答

So you have NO third party components or units in any uses clauses?

你们尝试暂时拆除所有抗病毒和恶意扫描软件?

Do you have anything like MadExcept or EurekaLog installed? If so, remove them.

如果没有,则安装MadExcept。 它将在民主选举学会内部和在目标应用中捕获例外情况。

第二,试图重新命名这一登记处的关键:

<>HKEY_CURRENT_USERSoftwareEmbarcaderoBDS8.0>。

改称:

HKEY_CURRENT_USERSoftwareEmbarcaderoBDS8.0_OLD

接下来,你将管理Delphi 2010,将重新组建你的当地用户登记处配置科,重新启动安装现场的违约情况。





相关问题
determining the character set to use

my delphi 2009 app has a basic translation system that uses GNUGetText. i had used some win API calls to prepare the fonts. i thought it was working correctly until recently when someone from Malta ...

Help with strange Delphi 5 IDE problems

Ok, I m going nuts here. For the last (almost) four years, I ve been putting up with some extremely bad behavior from my Delphi 5 IDE. Problems include: Seemingly random errors in coride50.bpl ...

How to write a Remote DataModule to run on a linux server?

i would like to know if there are any solution to do this. Does anyone? The big picture: I want to access data over the web, using my delphi thin clients. But i´would like to keep my server/service ...

How convert string to integer in Oxygene

In Delphi, there is a function StrToInt() that converts a string to an integer value; there is also IntToStr(), which does the reverse. These functions doesn t appear to be part of Oxygene, and I can ...

Quick padding of a string in Delphi

I was trying to speed up a certain routine in an application, and my profiler, AQTime, identified one method in particular as a bottleneck. The method has been with us for years, and is part of a "...

热门标签