DELPHI盒子
!实时搜索: 盒子论坛 | 注册用户 | 修改信息 | 退出
检举帖 | 全文检索 | 关闭广告 | 捐赠
技术论坛
 用户名
 密  码
自动登陆(30天有效)
忘了密码
≡技术区≡
DELPHI技术
lazarus/fpc/Free Pascal
移动应用开发
Web应用开发
数据库专区
报表专区
网络通讯
开源项目
论坛精华贴
≡发布区≡
发布代码
发布控件
文档资料
经典工具
≡事务区≡
网站意见
盒子之家
招聘应聘
信息交换
论坛信息
最新加入: kevin20240329
今日帖子: 44
在线用户: 22
导航: 论坛 -> DELPHI技术 斑竹:liumazi,sephil  
作者:
男 huangxing (gx) ★☆☆☆☆ -
盒子活跃会员
2022/9/23 12:51:37
标题:
安装了delphi xe11.2后,有一个致命错误 浏览:2491
加入我的收藏
楼主: 我安装了delphi xe11.2后,有一个非常致命的错误,不知道是我的系统的原因,还是delphi xe11.2本身的问题,我新建一个工程后,然后想打开一个旧工程的窗体,看一下上面的代码,只要一打开,就出现一个致命错误,必须要用任务管理器关闭掉delphi xe才可以继续使用,我开始以为是某个工程这样的,后来发现每个工程都这样,这样我就不能在新工程里面,看旧工程的代码,升级十分麻烦,错误提示如下:
此帖子包含附件:
JPEG 图像
大小:10.6K
----------------------------------------------
-
作者:
男 hq200306 (200306) ★☆☆☆☆ -
普通会员
2022/9/23 12:54:33
1楼: 什么操作系统?我试win7报错,win11不报错
----------------------------------------------
-
作者:
男 huangxing (gx) ★☆☆☆☆ -
盒子活跃会员
2022/9/23 12:57:49
2楼: win10专业版
----------------------------------------------
-
作者:
男 huangxing (gx) ★☆☆☆☆ -
盒子活跃会员
2022/9/23 12:59:34
3楼: [54A3C194]{vcl280.bpl  } Vcl.Themes.TCustomStyleServices.GetSystemColor (Line 2807, "Vcl.Themes.pas" + 0) + $0
[54912EA4]{vcl280.bpl  } Vcl.Graphics.TCanvas.SetHandle (Line 4271, "Vcl.Graphics.pas" + 14) + $7
[6606D3A7]{vcldesigner280.bpl} VCLSurface.TContainer.WndProc (Line 2066, "VCLSurface.pas" + 10) + $7
[6606C5F3]{vcldesigner280.bpl} VCLSurface.TDesignerToolWindow.MainWndProc (Line 1643, "VCLSurface.pas" + 2) + $7
[5327580C]{rtl280.bpl  } System.Classes.StdWndProc (Line 18490, "System.Classes.pas" + 8) + $0
[54911F94]{vcl280.bpl  } Vcl.Graphics.TCanvas.Destroy (Line 3801, "Vcl.Graphics.pas" + 10) + $6
[6606D42B]{vcldesigner280.bpl} VCLSurface.TContainer.WndProc (Line 2079, "VCLSurface.pas" + 23) + $B
[53160D67]{rtl280.bpl  } System.TMonitor.TryEnter (Line 19924, "System.pas" + 1) + $0
[54A79E04]{vcl280.bpl  } Vcl.Forms.TCustomForm.WndProc (Line 5013, "Vcl.Forms.pas" + 222) + $5
[6606C5F3]{vcldesigner280.bpl} VCLSurface.TDesignerToolWindow.MainWndProc (Line 1643, "VCLSurface.pas" + 2) + $7
[5327580C]{rtl280.bpl  } System.Classes.StdWndProc (Line 18490, "System.Classes.pas" + 8) + $0
[53160A3A]{rtl280.bpl  } System.TMonitor.Exit (Line 19698, "System.pas" + 1) + $2
[2584592D]{cxLibraryRS28.bpl} Cxcontainer. + $0
[257DA205]{cxLibraryRS28.bpl} Dxhooks. + $0
[54A8417F]{vcl280.bpl  } Vcl.Forms.TApplication.ProcessMessage (Line 11460, "Vcl.Forms.pas" + 23) + $1
[54A841C2]{vcl280.bpl  } Vcl.Forms.TApplication.HandleMessage (Line 11490, "Vcl.Forms.pas" + 1) + $4
[54A84501]{vcl280.bpl  } Vcl.Forms.TApplication.Run (Line 11629, "Vcl.Forms.pas" + 27) + $3
[00168082]{bds.exe     } bds.bds (Line 227, "" + 16) + $2
----------------------------------------------
-
作者:
男 huangxing (gx) ★☆☆☆☆ -
盒子活跃会员
2022/9/23 13:16:22
4楼: 现在只能用打开两个delphi xe11.2的办法,一个打开新工程,一个打开旧工程看代码。
----------------------------------------------
-
作者:
男 hq200306 (200306) ★☆☆☆☆ -
普通会员
2022/9/23 13:21:58
5楼: 是不是装了些控件引起的?
----------------------------------------------
-
作者:
男 zhuoyu (拙于) ▲▲▲▲△ -
普通会员
2022/9/23 14:58:23
6楼: 建议检查系统变量中,路径加载哪个在上、哪个在下的问题引发,我就在11.2遇到过此问题,特别是自行添加的变量路径设置在C:\Program Files (x86)\Embarcadero\Studio\22.0\bin等之上就会遇到IDE内存冲突的错误
----------------------------------------------
-
作者:
男 zhangpuqing (pupu) ★☆☆☆☆ -
普通会员
2022/9/23 22:09:23
7楼: 建议把工程项目文件清理下。
----------------------------------------------
-
作者:
男 emailx45 (emailx45) ▲▲▲▲△ -
普通会员
2022/9/23 22:18:11
7楼: @huangxing

Keep an eye out for these tips:

1) Every new edition (version) of a programming platform or any other area will certainly have many internal modifications that are not detailed for the general public. Thus, it is prudent to always be aware that this normally always happens.

2) knowing the number one tip, it is always indicated, at least in the case of RAD Studio (Embarcadero) in particular, when migrating from one edition to another, no matter if it is smaller or larger, to create the essential and primary files of the programming language. In this case, create a new project and add the old files. In this way, you will ensure that at least the files needed to compile and run the project conform to the new edition (version).
This happens with many other programming languages, or even common day-to-day software.

3) RAD Studio creates several files necessary to compile and run a new user application, so many default settings are inserted in these files, so that the project can meet the new needs of the new language edition. For example, the files "*.DPROJ", "*.RES", "Androis.Manifest.xml", etc... Most compilation problems, or even opening the file, can occur at this point.

4) To try to fix the essential part of a project that will be opened, compiled and executed in another edition of the language, it is always wise to create at least the project file (in the case of RAD Studio, *.DPR, *. PROJ, *.RES, etc... directly in the new IDE, and add the other files to this new project, so you can have several project files, one for each IDE you want to use.

Even the tip of creating a new project file in the new IDE used, and then adding the old files to the project, is indicated by Embarcadero itself.

An example of incompatibility, for example, a file "Android.Manifest.xml" from version Android 5 and version Android 11. A lot has changed since the old version, hasn't it?

In the case of projects for Mobile, Android in particular, it is often necessary to update the "*.jar" files that are referenced in the original project file, otherwise the project may not even be compiled. 

Did you understand?
----------------------------------------------
The higher the degree, the greater the respect given to the humblest!RAD 11.3
作者:
男 huangxing (gx) ★☆☆☆☆ -
盒子活跃会员
2022/9/24 6:03:47
8楼: 发现问题了,是Raize6.2.3控件的问题,重新下载一个KonopkaControls-280-7.0-7控件,重新安装,就可以了,重新安装这个控件,可能需要重启电脑才可以安装成功。
----------------------------------------------
-
作者:
男 delphiilove (乌羽玉) ★☆☆☆☆ -
普通会员
2022/9/24 8:44:26
9楼: 很有可能 是用 F9 调试运行 造成的,如果 F9 之后程序又异常,那就 按Ctrl + F2 终止,然后关闭 Delphi 。 再打开,就好了。
----------------------------------------------
-
作者:
男 delphiilove (乌羽玉) ★☆☆☆☆ -
普通会员
2022/9/24 8:59:18
10楼: 还是跟某些控件有关
----------------------------------------------
-
信息
登陆以后才能回复
Copyright © 2CCC.Com 盒子论坛 v3.0.1 版权所有 页面执行97.65625毫秒 RSS