RadStudio 10.3.3 Rio (Delphi & C++ Builder)及TMS TAdvStringGrid控件安装方法

RadStudio下载及安装

官方下载地址:
https://altd.embarcadero.com/download/radstudio/10.3/delphicbuilder10_3_3_7899_nt.iso

注意事项:若下载速度很慢,例如几十kb/s,可尝试在早上7点左右下载,速度可达几MB/s。

PJ方法简单,可参考相关文章,使用ZCJ。

作为个人学习而不是商业用途,embarcadero公司提供了免费使用的社区版(Community Ed.),有效期为1年,功能与专业版几乎完全相同。

TMS Component Pack安装方法

使用源码安装,可从CSDN搜索下载,例如TMS Component Pack (SRC) v9.2.4.0.rar

注意事项:一般情况下,TMS Component Pack源码只包含Delphi工程文件,因此若想在CBuilder中使用,必须完整安装RadStudio的Delphi和CBuilder,在Delphi环境中安装TMS控件,安装后,CBuilder自动出现了相关控件。

控件安装方法:

  1. 将解压后的TMS文件夹放置在Rad Studio XE10.3路径下,例如,D:\Program
    Files\Embarcadero\RAD Studio\20.0\TMS;

  2. 打开RAD XE10.3(注意区别与Delphi XE10.3和C++ Builder XE10.3);

  3. 打开Tools->Options,然后首先在Delphi Option->Library下添加路径,包括RadSudio安装目录\TMSRadSudio安装目录\TMS\XlsAdapter,其次在C++ Options->Paths and Directories中的Include Path和Library Path中添加同样的路径;

  4. 打开Delphi XE10.3(注意区别与RAD XE10.3和C++ Builder XE10.3),关闭所有工程文件,File->Close All;

  5. 打开TMS控件工程包文件,针对Rad Studio Delphi XE10.3为tmsdXE12group.groupproj文件;

  6. 打开需要安装的工程包文件(.groupproj),在需要安装的工程文件上右键Install安装,例如,在“tmsdXE12.bpl”点击右键,选择“Install”,等待片刻后,弹出对话框,显示安装成功,关闭对话框即可;

  7. 打开C++ Builder,便可以使用TMS控件。

安装TMS VCL UI Pack

TMS VCL UI Pack应该是包含了TMS Component Pack的所有控件,包括TAdvStringGrid控件。

TMS VCL UI Pack下载地址:TMS VCL UI Pack 10.1.6.1 for 10.3.rar

直接安装,安装后:

  1. 用Crack目录下的两个文件夹(Win32和Win64)覆盖TMS VCL UI Pack安装目录下
  2. *.bpl files should also be overwritten on C:\Users\Public\Documents\Embarcadero\Studio\20.0\BPL
    from Crack\Win32
需要先安装Patch1。 Patch 2 for RAD Studio 10.4 now available This patch addresses a number of issues in RAD Studio 10.4, pertaining to Delphi Compiler, the RAD Studio IDE in general and the new LSP-based Code Insight in particular, plus C++ Builder Android exceptions and some debugger issues. The installation of this patch requires a prior installation of Patch #1 (separately available on GetIt and in the download portal). Installing this patch is recommended for all RAD Studio 10.4 customers. Note that this patch is fairly large to download (around 190 MB). The patch includes detailed installation instructions as part of the Readme. Please read the steps carefully (or the corresponding steps in this blog post), as the GetIt download does not install the patch automatically. You must follow the instructions in order to install. Just using GetIt is not enough. List of Customer Reported Issues Addressed in 10.4 Patch 2 RAD Studio 10.4 Patch #2 addresses the following issues reported by customer on Embarcadero Quality Portal (https://quality.embarcadero.com): RSP-29628 VCL Grids bug RSP-29560 [REGRESSION] Misalignment in TStringGrid, StretchDraw method in OnDrawCell RSP-29412 Compiler generates incorrect code for if-then RSP-29402 Delphi 10.4 TStringGrid.OnDrawCell bug RSP-29374 Wrong rect coords in TStringGridDrawCell, so image are drawn at wrong position RSP-29347 [DelphiLSP] IDE Crashes when view form as text is selected and running LSP server RSP-29310 Internal error L891 when linking because of complex types based on records with class var RSP-29299 CODEGEN bug in managed fields initialization, associated with new management operators. RSP-29271 [DelphiLSP] Code Insight adds unneeded () when changing procedures/functions RSP-29256 Compiler generates wrong code for template function RSP-29227 Incorrect property value obtained from the record RSP-29226 Access violation with working code under 10.2 RSP-29218 compiling static library under Android error E4620 processing resource .fmx -2 raised RSP-29172 Access Violation when opening License Manager RSP-29142 GoTo statements not working RSP-29136 Dialog constantly pops up during debugging RSP-29129 iOS App simply crashes with a TWebBrowser on it. RSP-29127 Compiler internal error if you ignore the result of a function that returns a generic record RSP-29124 ICE E1812 RSP-28989 License Manager has access violation error when i click on Workstation Licenses RSP-28887 Space does not finish code completion RSP-28857 Default(T) generates bad code for managed record RSP-28821 [Regression] TStringGrid.OnDrawCell parameter Rect contains wrong values RSP-28808 Project options dialog page "Delphi Compiler" is not populated when opening the dialog RSP-28796 RVO for M-records: initialisation of local variables RSP-28761 [REGRESSION] E2154 Type 'T' needs finalization - not allowed in variant record RSP-28737 Compiler error when inlining new Bit Counting Standard Functions RSP-28735 Managed Records Causing Internal Compiler Error RSP-28717 Delphi Package fails to compile RSP-28701 Bind visually on TDBGRID kills the IDE RSP-28669 [BadCG] Value M-record parameters: improper AddRefRecord RSP-28659 RVO for M-records: assignment to local variables RSP-28616 [BadCG] Operator Assign should not allow non-default calling conventions RSP-28615 [BadCG] In the absence of Initialize, finalisation is not guaranteed for local variables RSP-28552 Poor code generation for local managed record variables RSP-28499 Options - Translation tools - Font - Corrupted? RSP-28476 LSP ErrorInsight in Structure Pane only shows one keystroke after editor RSP-28400 [BadCG] Operator Assign is not always invoked for fields RSP-28372 [Regression] Bad codegen in function returning generic type RSP-27268 C++ Builder 10.3.3 Android Exceptions RSP-27251 Internal error when trying to inline with optimization on RSP-24079 Package version is broken RSP-23403 Build for linux 64 error RSP-23024 Record helper class constructor gives senseless compiler warning RSP-22318 Pointer type check missed when object field is a dynarray RSP-21554 Compiler generates incorrect code for parameterized record type RSP-21248 Const dynamic array unexpectedly contains uninitialized data RSP-20372 A generic "reference to function" will only match the first of several overloaded functions RSP-19714 Win32 compiler - Memory corruption with array helpers RSP-18241 *.c source files, added to C++ project, got added to DeploymentManager file list RSP-18148 AV in TList.Remove (64-bit compiler only)
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

pyengine

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值