DELPHI盒子
!实时搜索: 盒子论坛 | 注册用户 | 修改信息 | 退出
检举帖 | 全文检索 | 关闭广告 | 捐赠
技术论坛
 用户名
 密  码
自动登陆(30天有效)
忘了密码
≡技术区≡
DELPHI技术
移动应用开发
Web应用开发
数据库专区
报表专区
网络通讯
开源项目
论坛精华贴
≡发布区≡
发布代码
发布控件
文档资料
经典工具
≡事务区≡
网站意见
盒子之家
招聘应聘
信息交换
论坛信息
最新加入: maqh00
今日帖子: 49
在线用户: 15
导航: 论坛 -> DELPHI技术 斑竹:liumazi,sephil  
作者:
男 emailx45 (emailx45) ▲▲▲▲△ -
普通会员
2022/4/28 10:27:35
标题:
RAD Studio 11.1 Patch 1 from April 27, 2022 浏览:3370
加入我的收藏
楼主: RAD Studio 11.1 Patch 1 from April 27, 2022
This patch addresses some issues in RAD Studio 11.1.

http://altd.embarcadero.com/getit/public/libraries/Patches/Patch.R111.Patch1-202204273.zip

NOTE:

Manual Download and Installation​
This patch is also available in the download portal at my.embarcadero.com. In this case, you’ll find the main RAD Studio 11 Patch 1 download file, which you have to expand into the respective subfolders of the RAD Studio installation folder, and you’d still need to copy and install the updated PAServer for macOS on your Mac. See also the additional steps for Python configuration below.

Additional Steps for Python Configuration on macOS​
PAServer for macOS requires the use of Python 2.7. Here are the recommended steps:

1. Download Python 2.7 from the link below and install it
https://www.python.org/ftp/python/2.7.18/python-2.7.18-macosx10.9.pkg

2. Create a correct symlink for Python 2.7
– cd /Applications/PAServer-22.0.app/Contents/MacOS/lldb-x86_64/lib/python2.7
– sudo mv Python Python.orig
– sudo ln -s /Library/Frameworks/Python.framework/Versions/2.7/Python Python

Uninstallation steps​
1. Close RAD Studio
2a. For a GetIt installation, open the Catalog Repository installation folder and move to the patch folder
2b. For a manual installation, open the fodler with the installation files
3. Run the patch.R111.patch1_uninstall.bat file
4. Uninstall the package from GetIt

Quality Portal issues addresses by this patch​
RSP-37880 Can’t debug iOS
RSP-37760 Using ImageList causes IDE to crash
RSP-37733 IDE Access Violation when Inheriting from a Form with a TListView in DynamicAppearance.
RSP-37690 GridPanelLayout on form memory leaks on end app — same if not used at all
RSP-37667 Cannot fit requested classes in a single DEX file (# methods: 71471 > 65536)
RSP-37665 Code Insight broken for classic compiler
RSP-37662 Segmentation Fault(11) in SysUtils.Pop on Android64
RSP-37609 PAServer ships with Python 2.7 dependencies – which are no longer available in macOS 12.3
RSP-37408 Delayed flag break Exe’s ASLR function
RSP-37378 Memory leak
RSP-35040 64bit packets in C++ containing Delphi code do not run

We have also addressed an issue with MongoDB transactions;
a FireMonkey memory with the TGPUObjectsPool class var instance (associated with RSP-37690); <-- IF USED "ReportMemoryLeaksOnShutdown = true" or any other tool similar like EurekaLog, etc... YOU CAN SEE SAME IF YOUR PROJECT DONT HAVE ANY COMPONENTS OR EXTRA CODE!

and a Delphi compiler issue (on some platforms) related to AtomicCmpExchange128.
----------------------------------------------
The higher the degree, the greater the respect given to the humblest!RAD 11.3
作者:
男 emailx45 (emailx45) ▲▲▲▲△ -
普通会员
2022/4/28 10:29:24
1楼: Note: After applying this patch the license remains
----------------------------------------------
The higher the degree, the greater the respect given to the humblest!RAD 11.3
作者:
男 emailx45 (emailx45) ▲▲▲▲△ -
普通会员
2022/4/28 10:42:59
2楼: old solution to avoid Memory Leaks if you actived the "ReportMemoryLeaksOnShutdown = true"

FMX projects:
...
implementation

{$R *.fmx}

uses
  FMX.TextLayout.GPU;

// ...
//
// ...
initialization

finalization

TGPUObjectsPool.Uninitialize;

end.
----------------------------------------------
The higher the degree, the greater the respect given to the humblest!RAD 11.3
作者:
男 smartdata (Jack) ★☆☆☆☆ -
普通会员
2022/4/28 12:30:56
3楼: RSP-37665 Code Insight broken for classic compiler
这个真的解决了,赞一个!
----------------------------------------------
==========
作者:
男 gengyonghui (gyh) ★☆☆☆☆ -
普通会员
2022/4/28 14:38:17
4楼: 这东西的编辑器已经落后一个时代了,天天在修bug玩。
----------------------------------------------
-
作者:
男 ksrsoft (cb168) ★☆☆☆☆ -
普通会员
2022/4/28 14:56:16
5楼: RSP-37665 Code Insight broken for classic compiler
----------------------------------------------
-
作者:
男 smartdata (Jack) ★☆☆☆☆ -
普通会员
2022/4/28 16:15:43
6楼: 有BUG及时修复也是不错的。
----------------------------------------------
==========
作者:
男 bdl1 (bdl1) ▲▲▲▲▲ -
普通会员
2022/4/28 21:45:32
7楼: https://quality.embarcadero.com/browse/RSP-38076

Listview在android上还是有问题!
----------------------------------------------
-我的博客
作者:
男 moontowns (月光) ★☆☆☆☆ -
普通会员
2022/4/29 8:29:54
8楼: code insight中的auto invoke始终不起作用,以前不用lsp的时候还正常,d11强制使用lsp后就不能用了,哪位大侠知道怎么解决?
----------------------------------------------
-
作者:
男 emailx45 (emailx45) ▲▲▲▲△ -
普通会员
2022/4/29 8:41:22
9楼: BROKEN CODE INSIGHT IN 10.4.2
by CSVelocity

Delphi 10.4.2 delivered important fixes to the LSP and Code Insight. In general, everything is working well for me. However, I can still produce the dreaded red squiggles:

As you can see compilation was successful, but Code Insight and Structure View are broken.

In this case, the problem is a result of updating the Library Path in Options.

Some 3rd party components do not configure library paths for all of the compilation targets. When I switched to Android64 I received a compilation error, the source file was not found. Simple fix, in Options I just added the path for Android64 and hit rebuild. That’s when the above issue occurs.

Just restart the IDE to get rid of the problem.

I believe this issue can also be solved by forcing the LSP/Code Insight to refresh when certain options are updated, such as the Library Path.
此帖子包含附件:
PNG 图像
大小:220.4K
----------------------------------------------
The higher the degree, the greater the respect given to the humblest!RAD 11.3
作者:
男 emailx45 (emailx45) ▲▲▲▲△ -
普通会员
2022/4/29 8:48:29
10楼: LSP and Auto-Completition:
--- somethimes your code ("text") can have some "ghost-chars" that dont let it works like expected...

按此在新窗口浏览图片
----------------------------------------------
The higher the degree, the greater the respect given to the humblest!RAD 11.3
作者:
男 yxsoft (yxsoft) ★☆☆☆☆ -
盒子活跃会员
2022/4/29 21:26:33
11楼: 装上了,简单试了下没报错,哈哈
----------------------------------------------
Great!
作者:
男 socke (socke) ▲△△△△ -
普通会员
2022/4/30 0:58:37
12楼: keygen source for 11.1?
----------------------------------------------
-
作者:
男 emailx45 (emailx45) ▲▲▲▲△ -
普通会员
2022/4/30 3:02:36
13楼: http://bbs.2ccc.com/topic.asp?topicid=624707
----------------------------------------------
The higher the degree, the greater the respect given to the humblest!RAD 11.3
作者:
男 socke (socke) ▲△△△△ -
普通会员
2022/4/30 14:03:19
14楼: Is the RadStudioVersion definition for v11.1 the same like v11?
----------------------------------------------
-
作者:
男 boyla (土著巫师) ★☆☆☆☆ -
普通会员
2022/5/2 11:22:29
15楼: 退回去了,升级后RAD STUDIO IDE提示bcbcompro280.bpl里的函数入口找不到,单独启动DELPHI IDE没有问题。
----------------------------------------------
妹聊的不是BUG是追求,哥写的不是CODE是梦想。
作者:
男 bcc2cc (bcc2cc) ▲▲▲▲△ -
普通会员
2022/5/3 16:46:36
16楼: C++Builder   code insight 的确能用了,   需要按atl_space才能弹出

细节, 不太人性化,  但是毕竟是能用了,  等了多少年了 ?  我都已经记不清了上一个能用的版本是多少了
----------------------------------------------
-
作者:
男 hq200306 (200306) ★☆☆☆☆ -
普通会员
2022/5/3 16:48:13
17楼: 这是十年来最好的版本
----------------------------------------------
-
作者:
男 zyp1984 (小李他妈的飞刀) ★☆☆☆☆ -
普通会员
2022/5/3 21:01:53
18楼: 每次发版都说是十年来最好的版本哈哈。
----------------------------------------------
山外青山楼外楼,能人背后有能人弄..
信息
登陆以后才能回复
Copyright © 2CCC.Com 盒子论坛 v3.0.1 版权所有 页面执行93.75毫秒 RSS