Upgrading Code from C++ Builder 4 to C++ Builder 2007I am working on project written in C++ Builder 4, it uses TMS Component pack. Now the TMS Component pack has been upgraded so i do not find any compatible version of TMS Component to use with C++ Builder 4. I need to upgrade my code from C++ Builder 4 to C++ Builder 2007.
I want to know whether code written in C++ Builder 4 is feasible with C++ Builder 2007.
Thanks
Arshdeep wrote:
> I want to know whether code written in C++ Builder 4 is feasible
> with C++ Builder 2007.
Feisible, but do take into account that there have been RTL/VCL changes between
BCB4 and CB2007, so y...
C++ Builder 5 to Builder XEI've C++ Builder 5 in my machine and my project's code is in Buidler 5. Builder 5 has become obsolete now. I want to upgrade to some latest version of C++ Builder. As of now C++Builder XE is available. Please let me know whether I can compile my code in Builder XE? What are compatibilty issues between Builder 5 and Builder XE? If they are not compatible then please let me know which cd/ dvd of C++ Builder I should buy?
<Jyotsna Manale> wrote in message news:416111@forums.embarcadero.com...
> I want to upgrade to some latest version of C++ Builder.
> As of now C++Build...
Power Builder 4, Win/XP adn Open Client 12.5Is PB4 supported on XP with Open Client 12.5?
Neither of WinXP or OC 12.5 existed at the time that PB4 was an active
product. PB8.0.3 is the first version that is supported on WinXP (and many
recommend either PB9 or 10 for best support).
<Lonnie Kenney> wrote in message news:42404e0d.1041.1681692777@sybase.com...
> Is PB4 supported on XP with Open Client 12.5?
...
[Mavericks 10.9.5] C++Builder XE7 does not compile OSX apps1. Create a Multi Device C++ FireMonkey application. It can be as simple as a button click that says Hello World!
2. Go to C++ Builder Menu Projects -> Build
3. At Compile time it says there are 51 errors
-------------------------------------------------------
[bccosx Error] CoreFoundation.h(11): E2209 Unable to open include file 'sys/types.h'
C:\Users\aannambhatla\Documents\Embarcadero\Studio\SDKs\MacOSX10.9.5.sdk/System/Library/Frameworks\CoreServices.framework/Headers/CoreServices.h
CoreServices.h(19): #include C:\Users\aannambhatla\Documents\Embarcadero\Studio\SDKs\...
[Mavericks 10.9.5] C++Builder XE7 does not compile OSX apps1. Create a Multi Device C++ FireMonkey application. It can be as simple as a button click that says Hello World!
2. Go to C++ Builder Menu Projects -> Build
3. At Compile time it says there are 51 errors
-------------------------------------------------------
[bccosx Error] CoreFoundation.h(11): E2209 Unable to open include file 'sys/types.h'
C:\Users\aannambhatla\Documents\Embarcadero\Studio\SDKs\MacOSX10.9.5.sdk/System/Library/Frameworks\CoreServices.framework/Headers/CoreServices.h
CoreServices.h(19): #include C:\Users\aannambhatla\Documents\Embarcadero\Studio\SDKs\...
C++ Builder 2010 fails to compile zlib 1.2.4; Internal backend error C1809zlib was updated to 1.2.4 a few days ago.
I tried to compile the source using C++ Builder 2010, and encountered Internal backend error C1809
Could you please tell me how to fix this error? Thanks.
Simon W.
=========================================
make -fMakefile.bor
MAKE Version 5.4 Copyright (c) 1987, 2009 CodeGear
bcc32 -c -a -d -k- -O2 deflate.c
Embarcadero C++ 6.20 for Win32 Copyright (c) 1993-2009 Embarcadero Technologies, Inc.
deflate.c:
Warning W8012 deflate.c 231: Comparing signed and unsigned values in function deflateInit2_
Internal backend error C1809...
C++ Builder/Delphi 2009 and IndyTiburon 10.5.5 errorHello,
i installing the latest IndyTiburon package r3641.
1.
There are a problem with the genarated header file /core/IdWinsock2.hpp when i will use the components:
[BCC Error] IdWinsock2.hpp(88):E2040
[BCC Error] IdWinsock2.hpp(89):E2040
[BCC Error] IdWinsock2.hpp(90):E2040
[BCC Error] IdWinsock2.hpp(91):E2040
static const Word IPPORT_REGISTERED_MIN = 0x400;
static const Word IPPORT_REGISTERED_MAX = 0xbfff;
static const Word IPPORT_DYNAMIC_MIN = 0xc000;
static const Word IPPORT_DYNAMIC_MAX = 0xffff;
I comment them out ! and it work fine !
But can i get any other Problem...
XE3 C++builder error during compilingHi, I have this error during compilation of a large project. --- XE3 Upd 2, W7sp1
[bcc64 Error] Server.cpp(1): ICE: Internal compiler error: C0000005 @ 6111744D
AQtime pops up.
Do somebody have tips how to deal with this type of issues ? IDE seems stable and allows to compile again etc.
If I insert wrong statement it reports error and do not crash. If I disable this file, the compilation continues without problems.
32 bit compiler has no problems either. -- Thanks
> [bcc64 Error] Server.cpp(1): ICE: Internal compiler error: C0000005 @ 6111744D
> AQtime pops up.
>
Yes...
Compilation of Indy 10 for C++ Builder 5I'm trying to upgrade from indy 9 to indy 10.
When compiling indy10 the compiler process crashes.
I'm running the fullc5.bat in the lib folder.
Under the section: Compile Runtime Package IndyProtocols50
%NDC5%\bin\dcc32.exe IndyProtocols50.dpk /O..\Lib\Protocols\objs /DBCB /M /H /W /JPHNE /N. /U. -$d-l-n+p+r-s-t-w-y- %2 %3 %4
Delphi Pascal Compiler has encountered a problem and needs to close. We are sorry for the inconvenience.
And there are 2 similar crashes afterwards.
Before this there is 2 errormessages in: Compile Runtime Package IndyCore50
Copy *.obj ..\..\c5
Copy *.r...
C++ Builder 2009 and zlibI have written the following function:
#include <zlib.hpp>
....
void __fastcall TForm1::Button6Click(TObject *Sender)
{
AnsiString fileName="xxx";
TFileStream *dest= new TFileStream(fileName, fmCreate);
TCompressionStream *cs ;
cs = new TCompressionStream(Zlib::clMax, dest);
}
When I comple this unit, compilator return errors:
[BCC32 Error] generatorwin.cpp(339): E2293 ) expected
[BCC32 Error] generatorwin.cpp(339): E2034 Cannot convert 'TCompressionLevel' to 'TZCompressionStream *'
In zlib.hpp file I found declarations of ...
C++Builder 2010 and C++Builder XE2 in the same machineIs it possible to install C++Builder 2010 and C++Builder XE2 in the same machine? Can they coexist?
Hi Richard
Richard Weber wrote:
> Is it possible to install C++Builder 2010 and C++Builder XE2 in the same
> machine? Can they coexist?
I don't know about those two, but it is normally not a problem to have
different version of C++ Builder on the same machine.
It is how ever recommended that they be installed in the order they were
released.
Best regards
Asger-P
Richard Weber <> wrote:
>Is it possible to install C++Builder 2010 and
>C++Builde...
about compile testmon.c in c++ builder;hello:
I went to complie the sample of sybase 95.
but I don't know how to make makefile in c++ builder.
help me !!! thank.
...
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...
C++ Builder 6.0 compiler fatal error [Edit]Good time of day or night to all!
I'm sorry for raising this old stuff, but I have no time to get shifted to XE4 Builder. Please help me advanced programmers...
All the time developing my program I used to compile it in such a way that IDE was not producing stand alone exe file, so it was using those dynamic RTLs and so on. Quite recently I wanted to make stand alone exe, but failed with the following error messages:
[C++ Warning] utilcls.h(1149) W8027 Functions containing do are not expanded inline _ASSERTE(vt!= VT_UNKNOWN);
[C++ Fatal Error] UFP.h(354) F1004 Internal compiler e...