Rad studio xe10.3.0 iso directly from embarcadero

milkoni

BugFinder
Joined
Nov 28, 2009
Messages
43
Reaction score
26
Сегодня понадобилось писать C++ Builder - Console Application.
Не работают подсказки набора кода (Ctrl + space).
Это только у меня?
Windows VCL Application - все нормально...
 

milkoni

BugFinder
Joined
Nov 28, 2009
Messages
43
Reaction score
26
Я нашел разрешение проблема:

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

Tomb Raider

Member
Joined
Oct 22, 2013
Messages
31
Reaction score
8
Попробуй то, что я нашел. Думаю, что и и при тебя подействует.
Во! Работает! Но для x64 нет такой настройки - соответственно, заработало только для WIN32.
 

emailx45

Premium
Joined
May 5, 2008
Messages
2,478
Reaction score
2,222
Location
here and there
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
 

milkoni

BugFinder
Joined
Nov 28, 2009
Messages
43
Reaction score
26
У тебя получилось Tomb Raider? Спрашиваю, потому что у меня не получилось… :(
 

Tomb Raider

Member
Joined
Oct 22, 2013
Messages
31
Reaction score
8
У тебя получилось Tomb Raider? Спрашиваю, потому что у меня не получилось… :(
Я ж написал чуть выше :) для консоли и x86 работает, помогло, для x64 - нет. Для x64 в настройках проекта нет возможност выбрать WIN32-компилятор (что логично), но и... не работает по-прежнему.
P.S. Установил фикс, выложенный уважаемым emailx45, но тот данную проблему не фиксит.
 
Last edited:

Tomb Raider

Member
Joined
Oct 22, 2013
Messages
31
Reaction score
8
Я мысли читать не умею :) Почти получилось. Фикс у меня вообще ничего не пофиксил, как было до него, так и осталось. Вообщем, для WIN x64 не работает, всё остальное ок.
 

Tomb Raider

Member
Joined
Oct 22, 2013
Messages
31
Reaction score
8
Ну что, 10.3.1 стоит уже неполные пару недель - полёт нормальный. В кое-каких старых проектах чуток вырос exe. А вот с десктопами (dts) что-то перемудрили...
 
Top