Borland updates for older borland compilers (Builder 6)Does anyone know where I can get the borland updates anymore? I need the updates for builder 6 (update 1 and 2 if possible) as they have a fix for a variant issue that is not in update 4;
Cheerr
<Nick Wilson> wrote in message news:145930@forums.codegear.com...
> Does anyone know where I can get the borland updates anymore?
They are not available for download anymore, sorry.
--
Remy Lebeau (TeamB)
In article <145967@forums.codegear.com>,
Remy Lebeau (TeamB) <no.spam@no.spam.com> wrote:
> > Does anyone know where I can get the borland updates ...
problem of converting from C++ Builder 6 to C++ Builder 2007Hi,
A program which was developed by our partner was built fine with C++ Builder 6. Now I need to make some changes to it. We bought C++ Builder 2007 a few weeks ago.
When I open the program with C++ Builder 2007, I was told that the project needs to be converted. I agreed. Then when I compile it, some errors happen:
[BCC32 Error] ComCtrls.hpp(435): E2272 Identifier expected
[BCC32 Error] ComCtrls.hpp(3880): E2272 Identifier expected
[BCC32 Error] ComCtrls.hpp(4658): E2272 Identifier expected
......
Anybody has any idea how to fix it?
Thanks,
Allen
In article <14040@f...
Convert to C++ Builder XE from C++ Builder 6 and 2007Any information regarding the roadblocks of converting the code build in C++ Builder 6,2007 to C++ Builder XE?
On 6/20/2012 8:20 AM, Girish Duddu wrote:
> Any information regarding the roadblocks of converting the code build in C++ Builder 6,2007 to C++ Builder XE?
The big change is the default string in XE is UnicodeString rather than
AnsiString. All VCL String properites (Text, etc.) are Unicode in XE.
There are good white papers regarding making this transition on the
Embarcadero EDN site. I found that most of the changes I had to make
fell into two categories:
1) Places...
sgcWebSockets for C++ Builder 6The library documentation and the install readme says that the project, who was build for Delphi, works as well for C++ Builder.
[http://www.esegece.com/manual/sgcWebSockets.pdf]
a) All Delphi/C++Builder Versions:
Add the directory {$DIR}\source to the library path
How can I run delphi code in a C++ Builder Project? Is it possible?
> {quote:title=Eliseu Martins Gomes wrote:}{quote}
> The library documentation and the install readme says that the project, who was build for Delphi, works as well for C++ Builder.
Most Delphi components are usable in C++Builder...
Regarding C++ Builder 1-6 UpdatesHi!
There seems to be a problem with some of the links to C++ Builder updates: ( http://edn.embarcadero.com/article/37236 )
Specifically C++ Builder 4 Update 2 ( http://info.borland.com/devsupport/bcppbuilder/patches/bcpp4/english/BCB4UP2.EXE )
and just about any link that starts with http://info.borland.com....
Is this a known problem or do the files not exist anymore?
Kindest regards
Magnus Hansson
Magnus wrote:
> There seems to be a problem with some of the links to C++ Builder
> updates: ( http://edn.embarcadero.com/article/37236 )
> Specifically C++ Builder 4 Upd...
Converting from Borland C++ Builder 6 to XE5I tested several applications developped under Borland C++ Builder 6 and all "normal" projects using forms and units compiled nicely under XE5 with a small problem that some labels or buttons seem to look slightly different. However, the few console applications I had did not compile at all. I got many "unresolved external ...." in connection with AnsiStrings. I used AnsiStrings also in the projects mentioned first, so I am sure it is a simple include-statement which I am missing in the console applicatio
ns and which is different to BCB6. Any hint?
Peter wrote:
> ...
Borland C++ Builder 6, IMAPI2 and DDiscFormat2DataEvents problemsHi all,
I'm trying to code a simple CD burner application using IMAPI2 with Borland
C++ Builder 6.
I added imapi2.h, imapi2error.h, imapi2.idl, imapi2fs.h, imapi2fserror.h and
imapi2fs.idl.
The application seems to work fine, but now I would like to add the events
sink to receive informations about the progress.
So I added a derived class from TEventDispatcher as shown on one example in
EDN and there born the problem.
The row of code is:
class TEventSinkHandler : public
TEventDispatcher<TEventSinkHandler,&IID_DDiscFormat2DataEvents>
When I compile the program all...
Error while launching C++ Builder 6 IDE [Edit]Hi,
Good Afternoon,
I have installed japanese version of C++ builder 6 software in my PC(English version of Windows XP).
After complete installation(typical mode), i tried to launch the IDE through the following path.
Start->All Programs-> Borland C++Builder 6-> C++ Builder6.
While launching the IDE, i am getting the following error. I tried installation in other modes(Custom and Compact) also. I am facing the same problem.
*モジュール’coreide60.bpl'のアドレス0053FE88でアドレス00000008に対する読み込み違反が起きました*
Can anyone help me in resolving this error?
Is there any pre-requisite for in...
Anyone want old Turbo Pascal, Turbo C/C++, Borland C++, C++Builder user manuals (paperback)?Hi,
I'm going to be moving in the next couple of months and I've got a bunch of
old Turbo/Borland Pascal, Turbo/Borland C/C++, and C++Builder user manuals
that I no longer have any use for. I am going to throw them into the
recycle bin next week, UNLESS someone wants them. I will be glad to give
them to anyone that wants them if you'll pay for shipping. I don't have a
list of all the manuals yet (I still need to clean the garage), but if you
are interested, let me know which manuals you might be interested in, and
I'll let you know if I have them.
The top ed...
Anyone want old Turbo Pascal, Turbo C/C++, Borland C++, C++Builder user manuals (paperback)?Hi,
I'm going to be moving in the next couple of months and I've got a bunch of
old Turbo/Borland Pascal, Turbo/Borland C/C++, and C++Builder user manuals
that I no longer have any use for. I am going to throw them into the
recycle bin next week, UNLESS someone wants them. I will be glad to give
them to anyone that wants them if you'll pay for shipping. I don't have a
list of all the manuals yet (I still need to clean the garage), but if you
are interested, let me know which manuals you might be interested in, and
I'll let you know if I have them.
The top ed...
Borland C++ Builder 6.0 SSL/HTTPS questionHi
Not sure which forum to really post this in.
I am using BCPPB6 to maintain some legacy projects. One of these needs to GET data from a https URL. I found that the TNMHTTP comnponent that I have used for standard http GET operations in the past does not support https. However the Indy TIdHTTP component apparantly does.
With some trial and error I have found that it needs an Intercept component (TIdConnectionInterceptOpenSSL) and needs InterceptEnabled set to true. I then found that I need to have an OpenSSL libraryavailable. Thus I downloaded the latest version from http://indy.ful...
Qualifying products for Borland C++ Builder Pro 2006 UpdateHi there. My question is not exactly on topic but I think it's definitely a question about installation although not a technical one.
I could buy Borland C++ Builder Pro 2006 Update, but I don't know whether I own a product that qualifies for the update. (before I buy I want to know whether I need extra software and which one)
Can one update from Turbo Delphi 2006 or Delphi 3 Standard ?
Or from Borland C++ 3 Standard or from Borland C++ 5 Standard ?
Or only from professional versions like Borland C++ 3 Prof or from Borland C++ 5 Prof ?
Or do I need version 6 ?
Please don...
bug in standard library implementation in C++Builder 6, Update 4Dear,
I write about a bug, but I suspect someone has already found it in the past.
Th bug can be seen by using
std::vector::resize((unsigned int)-1)
because of the implementation of std::vector has size_type<->unsigned int
but at low level the memory manager allocates data blocks through a signed int size parameter.
In particular,
std::vector::_M_insert_overflow
calls
std::allocator
that calls
std::__node_alloc::allocate
that calls
__stl_new
that calls
___org_new
that calls
malloc
that calls
__internal_malloc
that calls
System::SysGetMem
and System::SysG...
Problem with OleObject in XE4 (shifting from Borland C++ Builder 6.0)Dear all,
Please help, those who faced this problem and solved it...
I'm all the time trying to shift from Borland C++ Builder 6.0 to Embarcader C++ Builder XE4 and all the time it becomes almost impossible.
This time I tried to create an Excel automation object. In Borland C++ Builder it was ok, in XE4 it seems to be problematic, at least for this
moment. Here is the code:
_______________________________________________________________________________
#include <ComObj.hpp>
....
OleVariant u1_xl_app, u1_xl_wkbs, u1_xl_wkb, u1_xl_wkss, u1_xl_wks; // xl_dr - data rang...