Rad studio xe10.3.0 iso directly from embarcadero

  • Автор темы emailx45
  • 3587
  • Обновлено
  • 28, Feb 2019
  • #2
Ну что, 10.3.1 стоит уже неполные пару недель - полёт нормальный. В кое-каких старых проектах чуток вырос exe. А вот с десктопами (dts) что-то перемудрили...
 

Tomb Raider


Рег
22 Oct, 2013

Тем
0

Постов
6

Баллов
6
  • 22, Nov 2018
  • #3
Some changes in RAD Studio XE10.3 (in Chinese )
http://blog.qdac.cc/?p=4977


1, Delphi language supports the inference of inline variables and inline variables, indicating that the memory management of Linux has no longer used the ARC model, and changed to the same as Windows, NEXTGEN definition has been invalid on the Linux platform
Linux platform AnsiString / AnsiChar is supported, but the official prompts need to be aware that the ANSI code pages for Linux and Windows are not consistent.

2, C++ Win32 C++ compiler supports C++ 17, and has become the default setting (formerly BCC32), faster code, better third-party C++ library compatibility.
The C++ compiler can be set to be backward compatible with C++ 14/11/98/03 using cquery (requires Win64 installation, only with 64-bit version)
Enhanced C++ code completion, faster and better than previous versions,
Now that this code is done using asynchronous mode, the input won't feel like a stuck. Better mathematical performance under Win64, many math functions are re-implemented twice as fast as before.
Support for Error Insight, which allows you to preview errors in your code (red underline) at any time, like Delphi, to support debug-optimized builds (that is, Release).
Support for installing a large number of C++ libraries via GetIt.

3. Public part
... continue!
 

emailx45


Рег
05 May, 2008

Тем
607

Постов
1273

Баллов
7343
  • 22, Nov 2018
  • #4
Delphi 10.3 Rio Community Edition Thank you for choosing Embarcadero's award-winning Delphi 10.3 Rio Community Edition.

You have joined the millions of developers worldwide who are creating amazing apps with our tools.

We appreciate your business and welcome you to our community.

Product: Delphi 10.3 Community Edition

Serial Number(s): xxxxxxxxxx

Login Name:xxxxxxxxx

First Name: ldm

Last Name: mig

If you haven’t already downloaded the software or need to download again, click the link below:

Delphi 10.3 Rio - 127mb online installer of course

http://altd.embarcadero.com/download/radstudio/10.3/radstudio10_3_0_esd_94364.exe

Useful links to help you get started: Documentation
http://docs.embarcadero.com/

Embarcadero Community
http://community.embarcadero.com/
 

emailx45


Рег
05 May, 2008

Тем
607

Постов
1273

Баллов
7343
  • 28, Nov 2018
  • #8
possible changes in Keygen from Tokyo to new Keygen to 10.3 RIO
...need more tests!


2018/11/27 14:41:19
3楼: 楼: 根据 楚凡的破解工具 得出破解源码。

根据大神 tonzi 的 提示。再次修改。

大家找来 10.2.3 的破解代码。
修改如下地方。

RadVersion.pas

TRadStudioVersion
Dll5FEValue: Byte; 这个删除,不用增加了。

New(RadStudioVersion);
with RadStudioVersion^ do
begin
Name:='Rad Studio 10.3.0.4364 Rio RTM Enterprise/Architect/Ultimate';
Ver:= '26.0.32429.4364';
BDSVersion:='20.0';
LicVerStr:= '10.3 Rio';
LicHostPID:= 8220;
LicHostSKU:= 53;
LicDelphiPID:='2026';
LicCBuilderPID:='4023';
LicDelphiVer:='26';
LicCBuilderVer:='20';

////50 bds.exe
// BdsPatchInfo.Crc:=$E85844F6;
// BdsPatchInfo.Sha1:='8CB7F626D64A36541AD0C3E5416A33828AE671FA';
// BdsPatchInfo.PatchOffset:=$1F724; //by http://www.2ccc.com/member.asp?membername=win2003

//53 bds.exe
BdsPatchInfo.Crc:=$C426EC4A;
BdsPatchInfo.Sha1:='43BB879FE9EFD7B8752F2B5D99DF31F7CD948D68';
BdsPatchInfo.PatchOffset:=$1F724; //by http://www.2ccc.com/member.asp?membername=win2003

////52 bds.exe
// BdsPatchInfo.Crc:=$626F70A4;
// BdsPatchInfo.Sha1:='7583BBFCED1088305E7E579DEAF9751A4832DFDE';
// BdsPatchInfo.PatchOffset:=$1F724; //by http://www.2ccc.com/member.asp?membername=win2003

BdsPatchInfo.FinalizeArrayOffset:=$11EF7C;

LicenseManagerPatchInfo.Crc:=$0D512F70;
LicenseManagerPatchInfo.Sha1:='8D16D4521BCC12D537EB20B33864654E7A5B81C0';
LicenseManagerPatchInfo.PatchOffset:=$1F002C; //by http://www.2ccc.com/member.asp?membername=win2003

LicenseManagerPatchInfo.FinalizeArrayOffset:=$6227A4;

mOasisRuntimePatchInfo.Sha1:='101FC6D71A1DDEAF3B079477560DD0307ADE3C80';
mOasisRuntimePatchInfo.PatchOffset:=$0016CFE9;
SetupGUID:='{426A3606-6CB8-4CF8-87A8-44388377C47D}';
ISOUrl:='http://altd.embarcadero.com/download/radstudio/10.3/delphicbuilder10_3_0_94364.iso';

ISOMd5:='0882D58CB53A7D0A828CC45D06C6ECD0';
end;
VerList.AddObject(RadStudioVersion^.Name,TObject(RadStudioVersion));

SHFolderDll.pas
第 105 行
// //$B4 is a bug
$50, $A1, $54, $45, $00, $10, $3B, $44, $24, $04, $75, $06, $8B, $45, $2C, $C6,

主窗体上,增加 一项 10.3 的项目。

52 53 50 随便各位都能破解了。

再次 感谢 破解者 楚凡 。
感谢 tonzi。

注意
LicHostSKU:= 53;
这个地方,要对应。
----------------------------------------------
(C)(P)Flying Wang
+++++++++++++++++++++++++++++

2018/11/27 14:41:19
3rd floor: Building: According to Chu Fan's cracking tool, the source code is cracked.

According to the tips of the great god tonzi. Modify it again.

Everyone is looking for the crack code for 10.2.3.
Modify the following places.

RadVersion.pas

TRadStudioVersion
Dll5FEValue: Byte; This deletion, no need to add.

New(RadStudioVersion);
With RadStudioVersion^ do
Begin
Name:='Rad Studio 10.3.0.4364 Rio RTM Enterprise/Architect/Ultimate';
Ver:= '26.0.32429.4364';
BDSVersion:='20.0';
LicVerStr:= '10.3 Rio';
LicHostPID: = 8220;
LicHostSKU:= 53;
LicDelphiPID:='2026';
LicCBuilderPID:='4023';
LicDelphiVer:='26';
LicCBuilderVer:='20';

////50 bds.exe
// BdsPatchInfo.Crc:=$E85844F6;
// BdsPatchInfo.Sha1:='8CB7F626D64A36541AD0C3E5416A33828AE671FA';
// BdsPatchInfo.PatchOffset:=$1F724; //by http://www.2ccc.com/member.asp?membername=win2003

//53 bds.exe
BdsPatchInfo.Crc:=$C426EC4A;
BdsPatchInfo.Sha1:='43BB879FE9EFD7B8752F2B5D99DF31F7CD948D68';
BdsPatchInfo.PatchOffset:=$1F724; //by http://www.2ccc.com/member.asp?membername=win2003

////52 bds.exe
// BdsPatchInfo.Crc:=$626F70A4;
// BdsPatchInfo.Sha1:='7583BBFCED1088305E7E579DEAF9751A4832DFDE';
// BdsPatchInfo.PatchOffset:=$1F724; //by http://www.2ccc.com/member.asp?membername=win2003

BdsPatchInfo.FinalizeArrayOffset:=$11EF7C;

LicenseManagerPatchInfo.Crc:=$0D512F70;
LicenseManagerPatchInfo.Sha1:='8D16D4521BCC12D537EB20B33864654E7A5B81C0';
LicenseManagerPatchInfo.PatchOffset:=$1F002C; //by http://www.2ccc.com/member.asp?membername=win2003

LicenseManagerPatchInfo.FinalizeArrayOffset:=$6227A4;

mOasisRuntimePatchInfo.Sha1:='101FC6D71A1DDEAF3B079477560DD0307ADE3C80';
mOasisRuntimePatchInfo.PatchOffset:=$0016CFE9;
SetupGUID:='{426A3606-6CB8-4CF8-87A8-44388377C47D}';
ISOUrl:='http://altd.embarcadero.com/download/radstudio/10.3/delphicbuilder10_3_0_94364.iso';

ISOMd5:='0882D58CB53A7D0A828CC45D06C6ECD0';
End;
VerList.AddObject(RadStudioVersion^.Name, TObject(RadStudioVersion));

SHFolderDll.pas
Line 105
// //$B4 is a bug
$50, $A1, $54, $45, $00, $10, $3B, $44, $24, $04, $75, $06, $8B, $45, $2C, $C6,

On the main form, add a 10.3 project.

52 53 50 Anyone can crack it.

Thanks again to the cracker Chu Fan.
Thanks to tonzi.

note
LicHostSKU:= 53;
This place should correspond.
----------------------------------------------
(C)(P) Flying Wang
 

emailx45


Рег
05 May, 2008

Тем
607

Постов
1273

Баллов
7343
  • 28, Nov 2018
  • #9
ZIV63:
Embarcadero Rad Studio 10.3 Crack
***Hidden text***
Avast! detect like virus.... please help.
 

MiguelMoron


Рег
22 Jan, 2015

Тем
0

Постов
3

Баллов
3
  • 05, Dec 2018
  • #13
Cheers for the keygen source - package does include an EXE though ;-) One question if I may: did you (or anyone) test it in action? Does it work? Thank you!
 

BuilderFan


Рег
20 Aug, 2011

Тем
0

Постов
5

Баллов
5
  • 05, Dec 2018
  • #14
when you compile in your IDE maybe your Antivirus will show that the EXE is one ...new Kaspersky Internet Security 2019 show this alert: HEUR:Trojan-Banker.Win32.Generic same that you use your IDE to compile the source then is one false/positive
 

emailx45


Рег
05 May, 2008

Тем
607

Постов
1273

Баллов
7343
  • 05, Jan 2019
  • #16
BuilderFan:
Cheers for the keygen source - package does include an EXE though ;-)
One question if I may: did you (or anyone) test it in action?
Does it work?
Thank you!
I have had the same problem with 2 different keygens now. At the end of stage 2 I have tried choosing "I have a seril number" or leaving all three buttons unchecked - it makes no difference for me. I go Next.

Now it differs for 10.2.3 compared to 10.3. 10.2.3 at this stage has Delphi 1.2 and CBuilder 1.2 checked and ready to install - it seems to have found the slip file and used it. 10.3 though acts differently.

When I get back to the page, it still looks the same, aking which of the three license choices I want to make.

I fI choose serial number and proceed, I get a dialog to enter the serial (it already has reg code), but it also wants to activate it online.

If I try to go past there without activating it will not proceed.

I I tell it to activate it complains about no net connection and suggests I use there web activation service.

If I choose Advanced from that dialog and enter the license activation/manager dialog, then checking the generated serial number it says it is invalid. I have tried several times using two different keygens.

Each time I have uninstalled, cleared out files (including slip and license files) and the results are the same.

The same procedure with 10.2.3 works fine.

As I don't have a "readme" with either keygen, I am probably missing out a stage, I only have the notes in the memo of the keygen. Does anybody have any ideas please? If this question doesn't belong here please move it or let me know, thanks. Later.

I have tried again with akeygen compiled myself with the source from here with the same results. Git
 

Git


Рег
09 Feb, 2010

Тем
1

Постов
13

Баллов
23
  • 05, Jan 2019
  • #17
Git:
I ..

Git
any problem with keygen... Always... 1) delete all folders Embarcadero ( include hidden and GUID folders name) on system folders mswindows 2) delete all keys Embarcadero on registry 3) restart mswindows and run installer +keygen again as Admin luck
 

emailx45


Рег
05 May, 2008

Тем
607

Постов
1273

Баллов
7343
  • 05, Jan 2019
  • #18
Thanks, I'm doing 2 & 3, and most of 1, but do you mean specific folders hidden by embacardero ?. I'm doing a fairly thorough search using effective file search.

I've had hidden files and folders visible for so long, I cannot remember which system folders are hidden! I'm also not sure if EFS searches hidden folders.

I doubt it's governed by explorers visibility settings. Git
 

Git


Рег
09 Feb, 2010

Тем
1

Постов
13

Баллов
23
  • 05, Jan 2019
  • #19
uninstall RAD Studio, first...

System Folders:

ProgramData -> Embarcadero save data in folders with name like GUID (alphanumeric chars) see the files into and rigthclick->property and see if is from "Embarcadero" then delete all.

Users...\AppData\Local and Roaming

Windows Explorer mark "show hidden" option

see all names used by Embarcadero ... delete all

Registry... HCU and HLM delete all keys "Embarcadero, Borland, Inprise"

later, try new install
 

emailx45


Рег
05 May, 2008

Тем
607

Постов
1273

Баллов
7343
  • 05, Jan 2019
  • #20
Git:
Thanks, ...
Git


uninstall RAD Studio, first...

System Folders:

ProgramData -> Embarcadero save data in folders with name like GUID (alphanumeric chars) see the files into and rigthclick->property and see if is from "Embarcadero" then delete all.

Users...\AppData\Local and Roaming

Windows Explorer mark "show hidden" option

see all names used by Embarcadero ... delete all

Registry... HCU and HLM delete all keys "Embarcadero, Borland, Inprise"

later, try new install
 

emailx45


Рег
05 May, 2008

Тем
607

Постов
1273

Баллов
7343
  • 06, Jan 2019
  • #21
Yes, that is almost exactly what I have been doing, time after time, also including *.slip in the searches.

The 'show hidden' option I have used since Windows NT 3.1 Anyway, I have been getting further but the patch always fails after finish of install.

After some investigation, I have found that the CRC32 and SHA1 of the two main files to be patched, are different to the expected CRC32 and SHA1 values stored in the kg source under the appropriate RadStudioVersion record.

The ISO MD5 is correct. Now to find why.... Later.

I found the file describing changed made to the kg source by "flying wang" which I think you uploaded.

It contains some references to the SHA1 values I am getting in the installed exes.

I will study that file further, but ity seems maybe I have to update the kg source. Bad keygen, see below Git
 

Git


Рег
09 Feb, 2010

Тем
1

Постов
13

Баллов
23
  • 06, Jan 2019
  • #22
There's a bad keygen out there in archive RadStudioKeygen 10.3 Rio 4364.rar with wrong values for the RadStudioVersion entry for 10.3. It has the wrong BDSVersion, LicVerStr, LicHostSKU, LicDelphiPID and LicCBuilderPID, as well as some of the SHA1 values being wrong.

That versions presents 'Rad Studio 10.3 Rio 4364 Architect' at the top of the list.

The version that worked for me with delphicbuilder_10_3_0_94364.iso presents just 'Rad Studio 10.3 Rio 4364' at the top.

The working version also has has 11 total entries, and does not have the angry message at the end. Rad Studio 10.3 Rio 4364 Rad Studio 10.2 Tokyo Update 3 Inline Rad Studio 10.2 Tokyo Update 3 . . Rad Studio 10 Seattle Git
 

Git


Рег
09 Feb, 2010

Тем
1

Постов
13

Баллов
23
  • 20, Jan 2019
  • #23
Сегодня понадобилось писать C++ Builder - Console Application. Не работают подсказки набора кода (Ctrl + space). Это только у меня? Windows VCL Application - все нормально...
 

milkoni


Рег
28 Nov, 2009

Тем
1

Постов
17

Баллов
27
  • 28, Jan 2019
  • #24
Я нашел разрешение проблема:
milkoni:
Сегодня понадобилось писать C++ Builder - Console Application.
Не работают подсказки набора кода (Ctrl + space).
Это только у меня?
Windows VCL Application - все нормально...
Нашел разрешение проблема: Open or Create Project. От меню: Project Options

 

milkoni


Рег
28 Nov, 2009

Тем
1

Постов
17

Баллов
27
  • 28, Jan 2019
  • #25
Tomb:
У мну и в VCL не работают...
Попробуй то, что я нашел. Думаю, что и и при тебя подействует.
 

milkoni


Рег
28 Nov, 2009

Тем
1

Постов
17

Баллов
27
  • 29, Jan 2019
  • #26
milkoni:
Попробуй то, что я нашел. Думаю, что и и при тебя подействует.
Во! Работает! Но для x64 нет такой настройки - соответственно, заработало только для WIN32.
 

Tomb Raider


Рег
22 Oct, 2013

Тем
0

Постов
6

Баллов
6
  • 29, Jan 2019
  • #27
ID: 30872, RAD Studio 10.3.0 C++ Toolchain Hotfix
link directly from Embarcadero


by Calvin Tang Email: Anonymous

RAD Studio 10.3.0 C++ Toolchain Hotfix
This patch addresses a number of issues in the C++ toolchain in C++Builder 10.3, including compiler issues and RTL/STL issues.

Details:
This hotfixes addresses a number of issues, including:

  • Compiler version numbers and version macros were incorrect
  • Batch compilation is now fully functional
  • A number of issues with chrono::steady_clock
  • An issue with ANSI-encoded files that contained characters with a byte value > 127
  • Some RTL issues, including _seek (affecting zlib) and operator new() and delete() using std::align_val_t
  • An issue between the memory size reserved for long double variables, which also affected debugger evaluation
  • __declspec(dllimport) variables are allowed as a constant initializer
  • An ICE error with some specific code patterns
  • FireMonkey apps targeting Android used the wrong version of linkdfm*.dll
  • Some compilation speed improvements for specific code patterns
  • This does not include localized versions of the compiler. After you apply this hotfix, all compiler warning and error messages will be in English. Do not change the RAD Studio langage after applying this hotfix. If you do, please re-apply the hotfix.
  • Available only to registered users of Delphi, C++Builder, RAD Studio 10.3, and Embarcadero All-Access XE
  • English, French, German and Japanese
  • MD5: ED466D75CE1D486E17EB76A8B398C5D3
  • 30872 RAD Studio 10.3.0 C++ Toolchain Hotfix



NOTE: read the READ-ME.txt before install it!

here is direct link to it http://altd.embarcadero.com/download/radstudio/10.3/30872-CPPHotfix1.zip

 

emailx45


Рег
05 May, 2008

Тем
607

Постов
1273

Баллов
7343
  • 30, Jan 2019
  • #28
milkoni:
У тебя получилось Tomb Raider? Спрашиваю, потому что у меня не получилось…



Я ж написал чуть выше для консоли и x86 работает, помогло, для x64 - нет. Для x64 в настройках проекта нет возможност выбрать WIN32-компилятор (что логично), но и... не работает по-прежнему. P.S. Установил фикс, выложенный уважаемым Скрытая информация :: Авторизуйтесь для просмотра »
, но тот данную проблему не фиксит.

 

Tomb Raider


Рег
22 Oct, 2013

Тем
0

Постов
6

Баллов
6
  • 30, Jan 2019
  • #29
Я спросил получилось ли у тебе с фиксом. У меня с фиксом получилось для обе x86 и x64 VCL. Получилось и для консоли x86, a для консоли х64 с начало не плучилось, но теперь все работает.







 

milkoni


Рег
28 Nov, 2009

Тем
1

Постов
17

Баллов
27
  • 30, Jan 2019
  • #30
Я мысли читать не умею :-) Почти получилось. Фикс у меня вообще ничего не пофиксил, как было до него, так и осталось. Вообщем, для WIN x64 не работает, всё остальное ок.
 

Tomb Raider


Рег
22 Oct, 2013

Тем
0

Постов
6

Баллов
6
Тем
49554
Комментарии
57426
Опыт
552966

Интересно