Справочник функций

Ваш аккаунт

Войти через: 
Забыли пароль?
Регистрация
Информацию о новых материалах можно получать и без регистрации:

Почтовая рассылка

Подписчиков: -1
Последний выпуск: 19.06.2015

Bcb Sp4

270
14 апреля 2004 года
Drew
265 / / 20.07.2000
У кого имеется? Киньте пажалста линк, не жмотитесь :)))
2.0K
14 апреля 2004 года
Tristan
27 / / 17.10.2002
Цитата:
Originally posted by Drew
У кого имеется? Киньте пажалста линк, не жмотитесь :)))



Не помню где взял. Называется BCB6_ENT_Update_4.exe, имеется в наличии,
весит 25 метров.

270
14 апреля 2004 года
Drew
265 / / 20.07.2000
Цитата:
Originally posted by Tristan


Не помню где взял. Называется BCB6_ENT_Update_4.exe, имеется в наличии,
весит 25 метров.


Дык сдуть бы!..

2.0K
14 апреля 2004 года
Tristan
27 / / 17.10.2002
Цитата:
Originally posted by Drew

Дык сдуть бы!..



Мыло дай...

270
14 апреля 2004 года
Drew
265 / / 20.07.2000
Цитата:
Originally posted by Tristan


Мылю...


а не накладно? может, на ресурс, а я стяну?

270
14 апреля 2004 года
Drew
265 / / 20.07.2000
Цитата:
Originally posted by Tristan


Мыло дай...


[email]po_saa@mail.ru[/email]

270
14 апреля 2004 года
Drew
265 / / 20.07.2000
Цитата:
Originally posted by Drew

[email]po_saa@mail.ru[/email]


ну так и думал... битый архив... по почте 23М никак не можно...

310
14 апреля 2004 года
fellow
853 / / 17.03.2003
Лежит здесь:
http://www.cbuilder.ru/arh/Comp/BCB6_ENT_Update_4.exe
270
15 апреля 2004 года
Drew
265 / / 20.07.2000
Цитата:
Originally posted by fellow
Лежит здесь:
http://www.cbuilder.ru/arh/Comp/BCB6_ENT_Update_4.exe


господа, спасибо вам огроменное!

1.3K
19 апреля 2004 года
zja
119 / / 25.11.2003
Цитата:
Originally posted by Drew

господа, спасибо вам огроменное!


тем кто уже скачал и поставил: а что в нем есть?

270
19 апреля 2004 года
Drew
265 / / 20.07.2000
Цитата:
Originally posted by zja

тем кто уже скачал и поставил: а что в нем есть?


из ВИДИМОГО ничего. по всему - работа над ошибками.
на сайте borland.com про ето тоже нет...

469
19 апреля 2004 года
Sli
71 / / 20.01.2000
Цитата:
Originally posted by zja

тем кто уже скачал и поставил: а что в нем есть?



WHAT'S IN THIS UPDATE PACK

This Update Pack includes the maintenance from Update Packs 1, 2, and
3, along with new maintenance to address the following issues.

NOTE: This readme file documents maintenance for all editions of
C++Builder, however, installing the Update Pack will install
only the files appropriate for your edition.

1) Removed the "Confidential" string in the C++Builder About
dialog.

2) Resolved problems with compiling Delphi (Object Pascal)
source code in C++Builder 6 Upgrade (Enterprise or Professional
editions). The problems included the inability to install third
party components, debug VCL source code, and other
error messages.

3) A new compiler, linker, and makefiles are included for
building the RTL source. These should resolve issues with
building the RTL that resulted in errors such as "unable to
open file timenow.h".

4) Changed the line <LIBRARY Version> to <LIBRARY 'Version'>
in \rtl\source\defs\version.def.

5) Removed the -Z program option in \rtl\rtlinc\xx.h (The -Z
option is no longer supported).

6) Updated win32.mak so that the Turbo linker does not look for
VCL60.lib, RTL60.lib and VCLE60.lib while building "Dynamic
Library."

7) Fixed a problem where PATHCPP, PATHASM, PATHPAS, PATHRC and
other macros would increase in size each time a file was
added to the project, even if the added directory was on
the list.

8) Fixed a problem where the main .cpp file and .bpf files were
not always saved with the correct name when saving package and
DLL projects to a new name.

9) TInitOleT no longer calls CoInitializeEx or CoInitialize for
inproc servers.

10) Fixed the define __INC_CRTDBG.

11) The SysUtils update repairs a problem with Delphi 6 that could
produce deadlock. Typically, this would happen in a web
application when many web modules were being created due to a
heavy load. Once this occurred, the web application would
stop responding to further requests and the CPU would
typically reach 100% utilization.

12) Fixed intermittent access violations in RTL.BPL when creating
a component with a published property of a type of another
component, which is in a different package.

13) Fixed a problem with deriving a property editor from
CLXEditors:TFontNameProperty. The BPI file was not
provided.

14) The bcc compiler now resolves an inline assembly jump to a
function.

15) The bcc compiler now compiles code containing a const member
function.

16) To improve compatibility with source code originally
developed for other compilers, bcc now supports an
alternative syntax for specifying multiple function
declaration modifiers. For example, to declare a function as
both exported and naked, either of the following declarations
can be used:

__declspec(dllexport, naked) void MyFunction(); // Standard BCC syntax

- OR -

__declspec(dllexport) __declspec(naked) void MyFunction(); // Alternate syntax

17) ILINK no longer ignores ordinals provided in a .def file.

18) Improved double-byte character set (DBCS) support in the linker
for handling Kanji characters.

19) Fixed hard-coded strings in error messages.

20) Fixed an access violation with linker error LME279.

21) Component references are no longer intermittently lost
between components in a frame and a form due to their
creation order.

22) Fixed run-time errors with certain variant operations on
Windows 95/98/NT4 systems that have original (unpatched)
versions of DCOM.

23) Fixed an access violation that occurred after resetting an
exception during debugging on a Japanese Windows 98 machine
with Global IME. The access violation occurred regardless of
registry setting for ComCtl32Patch.

24) When the font size in the Code Editor is changed, the size of
displayed tab and space characters now matches the size of
the other characters.

25) Building a project whose path includes a plus sign (+) no
longer results in a fatal linker error (Unable to open
file...).

26) Printing source code on a color printer now prints the
colored syntax highlighting.

270
19 апреля 2004 года
Drew
265 / / 20.07.2000
Цитата:
Originally posted by Sli


WHAT'S IN THIS UPDATE PACK


спасибо. я не нашёл...
ну что жа! Большая программа - большое количество ошибок! да и к тому же там не всё ошибки - изменение политики тоже...

1.3K
19 апреля 2004 года
zja
119 / / 25.11.2003
а он кумулятивный или 1,2,3 нада перед ним ставить?
RE: из всех перечисленных изменений только пункт 22 полезен, но это мое личное мнение, кто с чем работает, как говорится, а пункт 23 просто умиляет, особенно для российских разработчиков, супер фича)))
270
19 апреля 2004 года
Drew
265 / / 20.07.2000
Цитата:
Originally posted by zja
а он кумулятивный или 1,2,3 нада перед ним ставить?
RE: из всех перечисленных изменений только пункт 22 полезен, но это мое личное мнение, кто с чем работает, как говорится, а пункт 23 просто умиляет, особенно для российских разработчиков, супер фича)))


что-то мне вспоминается, что баг 23 у меня вываливался даже тогда, когда я не писал программ на японском :D

1.3K
19 апреля 2004 года
zja
119 / / 25.11.2003
да, бог с ним, а что с политикой использования? ключ что ли переспрашивает когда ставится?
270
19 апреля 2004 года
Drew
265 / / 20.07.2000
Цитата:
Originally posted by zja
да, бог с ним, а что с политикой использования? ключ что ли переспрашивает когда ставится?


я о политике самого компилятора, что он стал делать, чего раньше не делал (пункты типа 14,15,16)

Реклама на сайте | Обмен ссылками | Ссылки | Экспорт (RSS) | Контакты
Добавить статью | Добавить исходник | Добавить хостинг-провайдера | Добавить сайт в каталог