Rad studio xe10.3.0 iso directly from embarcadero

Git

Premium
Регистрация
9 Фев 2010
Сообщения
56
Реакции
41
Credits
67
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
 

emailx45

Местный
Регистрация
5 Май 2008
Сообщения
3,571
Реакции
2,438
Credits
573
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
 

Git

Premium
Регистрация
9 Фев 2010
Сообщения
56
Реакции
41
Credits
67
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

Premium
Регистрация
9 Фев 2010
Сообщения
56
Реакции
41
Credits
67
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
 

milkoni

BugFinder
Местный
Регистрация
28 Ноя 2009
Сообщения
45
Реакции
29
Credits
354
Сегодня понадобилось писать C++ Builder - Console Application.
Не работают подсказки набора кода (Ctrl + space).
Это только у меня?
Windows VCL Application - все нормально...
 

milkoni

BugFinder
Местный
Регистрация
28 Ноя 2009
Сообщения
45
Реакции
29
Credits
354
Я нашел разрешение проблема:

Сегодня понадобилось писать C++ Builder - Console Application.
Не работают подсказки набора кода (Ctrl + space).
Это только у меня?
Windows VCL Application - все нормально...
Нашел разрешение проблема:
Open or Create Project. От меню: Project Options
projest_options.jpg
 

emailx45

Местный
Регистрация
5 Май 2008
Сообщения
3,571
Реакции
2,438
Credits
573
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
  • Для просмотра ссылки Войди или Зарегистрируйся
NOTE: read the READ-ME.txt before install it!

here is direct link to it Для просмотра ссылки Войди или Зарегистрируйся
 

milkoni

BugFinder
Местный
Регистрация
28 Ноя 2009
Сообщения
45
Реакции
29
Credits
354
У тебя получилось Tomb Raider? Спрашиваю, потому что у меня не получилось… :(
 

Tomb Raider

Местный
Регистрация
22 Окт 2013
Сообщения
31
Реакции
8
Credits
92
У тебя получилось Tomb Raider? Спрашиваю, потому что у меня не получилось… :(
Я ж написал чуть выше :) для консоли и x86 работает, помогло, для x64 - нет. Для x64 в настройках проекта нет возможност выбрать WIN32-компилятор (что логично), но и... не работает по-прежнему.
P.S. Установил фикс, выложенный уважаемым emailx45, но тот данную проблему не фиксит.
 

Вложения

  • 123.jpg
    123.jpg
    47.9 КБ · Просмотры: 5
Последнее редактирование:

milkoni

BugFinder
Местный
Регистрация
28 Ноя 2009
Сообщения
45
Реакции
29
Credits
354
Я спросил получилось ли у тебе с фиксом. У меня с фиксом получилось для обе x86 и x64 VCL. Получилось и для консоли x86, a для консоли х64 с начало не плучилось, но теперь все работает.

console_x64.jpgconsole_x86.jpgvcl_x64.jpgvcl_x86.jpg
 

Tomb Raider

Местный
Регистрация
22 Окт 2013
Сообщения
31
Реакции
8
Credits
92
Я мысли читать не умею :) Почти получилось. Фикс у меня вообще ничего не пофиксил, как было до него, так и осталось. Вообщем, для WIN x64 не работает, всё остальное ок.