Warez.Ge

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Embarcadero RAD Studio 12 Athens Update 2 Win x64

voska89

Moderator
Staff member
Top Poster Of Month
9e5049ba35b44689a8fd84d3cca0010e.webp

Free Download Embarcadero RAD Studio 12 Athens Update 2 Build 29.0.53571.9782 | 7.9 Gb
Embarcaderohas released RAD Studio, Delphi, and C++Builder 12.2 Athens. This release offers first Generative AI integration in the IDE, a new template library for web development, significant feature enhancements to the new C++ Win64 Clang-based compiler and toolchain, new Delphi compilers built as 64-bit apps, and more.
Owner:Embarcadero Technologies, Inc.
Product Name:RAD Studio
Version:12 Athens Update 2 (September 12, 2024) Build 29.0.53571.9782
Supported Architectures:x64
Website Home Page :www.embarcadero.com
Languages Supported:english
System Requirements:Windows *
Size:7.9 Gb​

Announcing the Availability of RAD Studio 12.2 Athens
Runtime Packages, Compile Speed and More for the Modernized C++ Compiler and Toolchain
Following the release of the new Clang-based C++ compiler for Win64 in RAD Studio 12.1, the new update adds significant features to the new C++ toolchain, including consumption and production of runtime packages, support for all RAD Studio component packages, parallelized CPU-saturating batch compilation (with support for the --jobs parameter) giving incredible compile performance, and an extensive focus on quality for the compiler and RTL libraries. As in previous 12 releases, the older C++ Win64 toolchain remains available alongside the new one.
This is how you enable runtime packages in the new C++ toolchain:

1774f58241df246c6ace5f0242fd4bf8.webp

Close
64-bit Version of Delphi Windows compilers
RAD Studio 12.2 includes the 64-bit binary version of the Delphi Win32 and Win64 compilers, offering the ability to build extremely large applications as a single executable, given the 64-bit memory space of the new compilers. These new compilers are currently available from the command line and from the IDE when using external compilation. They are only included as part of the Enterprise and Architects editions, given the focus on customers with very large codebases. Here is how you enable the use of the external 64-bit Delphi compilers in the Project Options dialog box:

7b8e48f5bab481d45ac6136bbc62b01c.webp

Close
It is worth noting that the new C++ Clang compiler has been a 64-bit binary since its release in RAD Studio 12.0.
Smart CodeInsight: AI Powered Coding
Leveraging AI LLMs for coding is becoming increasingly popular and the quality of these tools is getting better. For this reason, RAD Studio 12.2 introduces an open architecture for AI plugins, offering ready-to-use support for three online solutions (OpenAI, Gemini by Google, and Claude by Anthropic) and one offline solution (Ollama). Here you can see the new Smart CodeInsight configuration pane in the Tools Options dialog box:

29c44a49c65c4dd46c6c7b6b1f8ef373.webp

Close
This architecture offers multiple goals: everything is optional and disabled by default; we make available multiple providers and let you choose which one or ones you want to enable; we include a locally installed, offline solution for maximum privacy. This is different from what other IDEs provide, pushing you towards a single proprietary solution or brokering to one of the backends without your control. With Smart CodeInsight, you decide if and how to use AI, and you can even create additional plugins for your preferred solution, as long as it offers a public REST API to invoke.
The RAD Studio IDE surfaces the new AI tooling in two different ways. First, There is a general purpose AI chat pane you can dock:

08628bf55cc48d5e4296fda1c3d7493f.webp

Close
Second, there is a new editor menu, with multiple commands you can issue on the selected code:

2c5486dec89f478338edd63a53f522ff.webp

Close
Editor Enhancements: Focus Mode and Scrollbar Annotations
There are times when you are writing code and don't want to be distracted by the many IDE panes and features. The new RAD Studio Focus Mode accomplishes that: it leaves the IDE with the editor(s) only, so you can avoid interruptions to your flow of thoughts:

27abea529255702654ec118275251d23.webp

Close
Another very useful feature is the new scrollbar annotations: the editor scrollbar shows at a glance the sections of the code which have been modified, have bookmarks, have errors or warnings, and much more, as you can see here:

464ff3c89967377800e2d5fc8d968f3e.webp

Close
We have also focused quality improvements on the recently introduced Split Views, plus the IDE Toolbar and HighDPI.
WebStencils Template Library
RAD Studio version 12.2 introduces WebStencils, a server-side script-based integration and processing of HTML files to the WebBroker and RAD Server technologies. This flexible feature empowers you to develop modern websites based on any JavaScript library, powered by the data extracted and processed by a RAD Studio server-side application. It gives you the freedom to create websites that suit your unique needs.
WebStencils' main goal is to help with navigational websites by adopting web technologies (WebBroker, DataSnap, RAD Server) and providing server-side scripting. For instance, you can use WebStencils to generate HTML pages with standard tools and adopt any CSS and JavaScript libraries while retaining the ability to add data from the generated pages coming from the Delphi or C++Builder application, like the result of a database query.
Here you can see sample code used to pass an object (in this case a ClientDataSet) to a script, giving it the specific name "dataset":

187338aae5f0c18673aae09e6f024a85.webp

Close
Here is the matching sample script, which cycles over each record of the dataset and adds some of the field values in the HTML code:

59f5d439b7e287846a866e068a7da92d.webp

Close
This results in a web page like the following:

e5c941e021ed527f55da0d0027a937e9.webp

Close
In addition, WebStencils can be a good foundation for HTMX as a web development solution. HTMX pages benefit from server-side code generation and hook into REST servers for content updates. Delphi web technologies offer page generation and REST APIs at a very high quality level.
C++Builder Visual Assist Integration
The Visual Assist integration has been expanded with new features including three new refactorings: Introduce Variable, Create From Usage and Extract Method. In addition, there are significant quality and stability improvements. Here is the dialog of the Introduce Variable refactoring:

ee224d1f4c1cb4320fe789b803912b8a.webp

Close
And here is the dialog for the Extract method one:

a358428523c99e97d628a55140ddd833.webp

Close
Improved Mobile Development and external libraries linking
RAD Studio 12.2 has significant improvements for Delphi mobile development, for both iOS and Android. To better support Apple platforms, we have updated the linker to the most recent version, so that it's now possible to link iOS static libraries written in Xcode, like for example Firebase iOS SDK.
In terms of Android support, to give our customers more control over the packaging and deployment, we added options to Compress Dex files and Compress native library files in the toolchain in the Android Project options. In addition, for Android, the targetSdkVersion of the Android manifest file can now be configured in the Project Options dialog. We have also added the ability to import Android libraries ('.aar' files), which works, for example, with the Facebook SDK for Android and Firebase Analytics.
Quality Improvements in RAD STUDIO 12.2
Debugger Quality
We have several improvements in the various RAD Studio debuggers. Most notably, the Delphi debugger will now correctly handle repeated inline variables with the same name, as you can see here:

87118aed2f449fed00a20d41d53f4378.webp

Close
We've also improved the debugger error handling and the remote debuggers communication timeouts.
Delphi LSP
The Delphi Language Serve Protocol engine powering CodeInsight has been expanded with core groundwork and a focus on better resolving and navigating symbols, including symbols in the class interface, including fields, local constants and variables, and forward type declarations. We addressed many requests including some related to Delphi multiline strings. In addition, RAD Studio 12.2 includes a 64-bit version of the DelphiLSP engine, which offers better support for large codebases, having no memory limits. As with the 64-bit versions of the Delphi compilers, this feature is only available in the Enterprise and Architects editions.
Delphi RTL, VCL, and FireMonkey Quality
RAD Studio 12.2 has dozens of improvements to the core Delphi RTL and to both the VCL and FireMonkey UI libraries. Worth calling out are the new TParallelArray and TOrderedDictionary classes of the RTL; VCL quality work around frames scaling, FormsTabBar, styling issues, and High DPI issues; FMX intensive quality work for many areas, with additional focus on edit controls on mobile,
RAD Server Improvements
Besides the WebStencils integration, which adds Web development to the Web Service development capabilities of RAD Server, in 12.2 RAD Server extends the Swagger Documentation support with custom metadata, API filtering, YAML format, and Delphi multiline string literals.
Quality Overall
In RAD Studio 12.2, we implemented quality improvements for 88 support tickets, 35o Quality Portal tickets from customers (logged on the old or the new portal), and 28 customer feature requests.
Publicly reported bugs fixed in 12.2
Code:
http://peeplink.in/1aa18efdb502
2a3e600284592d5e38a5df0dff2b5591.webp

RAD Studiois the fastest way to develop cross-platform native apps with flexible cloud services and broad IoT connectivity using Delphi or C++. RAD Studio provides powerful VCL controls for Windows 10 and enables FMX development for Windows, Mac and Mobile. RAD Studio supports Delphi or C++ with a wide array of services for Enterprise Strong Development.
Behind the Build: RAD Studio and C++Builder 12.0 - David Millington
C++Builder 12 brings some massive improvements. We'd like to give you a look behind the scenes and a preview of what's coming. Expect to see in-development tech, an exciting, unfiltered, behind-the-scenes look at what's coming soon in two major areas: the new Clang toolchain, with massive improvements across the RTL, STL, linker, debugger, and more; and the Visual Assist integration, providing navigation, search, and refactoring for C++.
Embarcadero Technologies, Inc.builds tools that solve productivity problems for application developers. The company's products allow users to design, build, and run applications from a single code base across all platforms. Ninety of the Fortune 100 companies and a community of more than three million C++ and Delphi users worldwide rely on Embarcadero's award-winning products to deliver critical enterprise applications. Embarcadero is a division of Idera, Inc.


6a688c67a54d84151db21ec3346a88d2.webp



Recommend Download Link Hight Speed | Please Say Thanks Keep Topic Live
Links are Interchangeable - No Password - Single Extraction
 

Users who are viewing this thread

Top