Going from C++ Builder XE Achitect Trial to C++ Builder Professional XEWhat are the correct steps that I need to perform to go from a trial of C++ Builder XE Architect Trial to a purchased copy of C++ Builder Professional XE?
I want to make sure that no traces are left from the installation of the trial version.
Thanks
I phoned support and here is the reply:
Run the 'Modify, Repair, Uninstall' link in the Embarcadero start menu. Then choose 'Upgrade' and follow instructions.
...
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 where I was using moving data from VCL properties to or from
explicit AnsiString, but I could easily change to String, i.e. convert
to Unicode.
2) Places where I had relied on the c_str() method to provide a "C"
string. If I really needed a "C" string, I would explicitly use
AnsiString. It's a good idea to minimize these instances.
Joe
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 where I was using moving data fro...
BUG (or issue) with Indy, C++ Builder 2010 and C++ Builder XE [Edit]To reproduce this issue you need a clean installation (from scratch, no additional components installed, no Indy update) of C++ Builder 2010 or XE. It uses Indy 10.5.5 (with 2010) or 10.5.7 (with XE). Note: although it uses Indy to reproduce the issue, the version of Indy and Indy itself is not the one that causes this problem but the linking of C++ binary probably.
Steps to reproduce:
1. Create a simple text file with the following content. Save it as "file.txt" or any other name. It can be also full email message but the text below is enough.
{code}
Subject: =?windows-125...
Can someone please help me to get started on installing c++ builder 5.5?Hi,
I'm new at this and have just downloaded C++ Builder 5.5 and don't understand the readme files instructions. I'm running XP Pro.
Charles Moore wrote:
> Hi,
>
> I'm new at this and have just downloaded C++ Builder 5.5 and don't
> understand the readme files instructions. I'm running XP Pro.
Hi Charles
Have a look at this article:
http://dn.codegear.com/article/20997
Kind regards
Asger
> {quote:title=Charles Moore wrote:}{quote}
> Hi,
>
> I'm new at this and have just downloaded C++ Builder 5.5 and don'...
compile error in CT_PUBLIC.H on C++ Builder 5 not in Builder 4Hi anyone
I'm getting 'improper use of typedef CS_COMMAND' when trying to compile
CT_LIB stuff.
extern CS_RETCODE CS_PUBLIC ct_dynsqlda PROTOTYPE((
CS_COMMAND *cmd,
CS_INT type,
SQLDA *dap,
CS_INT operation
));
It worked with Borland/inprise C++ builder 4, but not with 5?
Has anyone solved problem?
thanks
Felix
...
Installation of Update1 for C++ Builder XE is failingHi,
I get the Update option to install as soon as I start XE. But on clicking the Download and Install, I get the following error
"---------------------------
Embarcadero RAD Studio XE - InstallAware Wizard
---------------------------
Runtime error in setup script:
Line 321: '' is not a valid integer value
I'm facing a linker error with the resource file missing for the TeeChart component (not present under C:\Program Files\Embarcadero\RAD Studio\8.0\lib\win32\release), thought installing the update will fix this error.
Thanks
> {quote:title=Kasturi Arjun...
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...
Problem with installing a Delphi component in C++ Builder XEHi everyone,
I hope this is the right forum...
I'm trying to install a delphi component (I only have the .pas sources) in C++ Builder XE.
I went through the normal procedure (Components->Install a component; select the .pas files + Install in a new package; Package C++ Builder). I get a new project "namePackage.bpl" and I right-click on "Install". The compilation is succesful and I have a message saying that the new components have been installed and if I create a new project to use them, they are indeed available.
The problem arrives when I try to compile this project since the .lib for the new package is missing. And I cannot add the path to the library since it was not generated as far as can see. No .lib and no .bpi. When I installed the package, only the .bpl was generated. I tried to change the Delphi compiler options on the package project to "Generate all C++ Builder files (including package libraries)" with no luck.
I'm at lost here, is there an option missing here? What confuses me the most is that everything seems to work just fine during compilation. I only have two transtyping warnings on compilation and a "duplicate ressource" warning during linking.
Thanks in advance for any advice you could give me.
Julien
> {quote:title=Julien Erny wrote:}{quote}
> The problem arrives when I try to compile this project since the .lib for the new package is missing. And I cannot add the path to th...
C++Builder 2010: same old bugs.... goodbye, C++Builder.I've tried the demo version, built my OCX, set the constrained size, and added some event handler.
It works exactly like the old Borland CBuilder 6: the grab handles does not follow the constrained size, the OnCloseQuery and OnDestroy events are not fired, there's is not an OnAmbientChange event available.
Building OCX is an important feature for us, as our customer needs them... so, if i were the one that take the final decision, i'll migrate to MS developement tools.... i'm not that one, but i'll strongly push in that direction.
It's a shame, anyway.
If you are courious about these bugs, then build an ActiveX library, an ActiveForm, and add to that form event handlers until you get this code:
{code:cpp}
void __fastcall TProva_OCX_2010::ActiveFormCreate(TObject *Sender)
{
this->OnCloseQuery = EventoCloseQuery;
OutputDebugString("OnCreate");
}
//---------------------------------------------------------------------------
void __fastcall TProva_OCX_2010::ActiveFormDestroy(TObject *Sender)
{
OutputDebugString("OnDestroy");
}
//---------------------------------------------------------------------------
void __fastcall TProva_OCX_2010::EventoCloseQuery(TObject* Sender, bool &CanClose)
{
OutputDebugString("OnCloseQuery");
}
//---------------------------------------------------------------------------
{code}
Also set the constrained dimension for the ActiveForm, compile and place the OCX ...
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...
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...
C++Builder 2006 stopped working after C++Builder 2009Is there a way to key both IDEs (2006 & 2009) on the same computer while I
complete software migration?
Both compilers are installed on a Windows Vista Proffesional.
Thanks,
Roberto
Hello,
Roberto Meneghini wrote:
> Is there a way to key both IDEs (2006 & 2009) on the same computer
> while I complete software migration?
yes, it works fine for me. What particular problem are you having?
--
Moritz
"Hey, it compiles! Ship it!"
As soon as I launch the compiler, the following error message is displayed:
"Exception EPackageRegistrationException in module coreide100.bpl at
000DCB21.
Registration procedure, Cppproject.IDERegister in package c:\program
Files\Borland\BDS\4.0\Bin\bcbide100.bpl raised exception class EOleSysErr:
OLE error 80131040, ClassID: {F8FEDD39-E3CE-4B8D-A657-9CA24866881F}
Do you want to attempt to load IDE package the next time BDS2006 is run?"
After clicking on Yes, the following message is displayed:
"Your current C++ Builder Package Output Directory is not part of your
system path. In order to use runtime packages that are built into this
directory, this directory needs to be on your path. However, it appears that
your current system path is too long. Please manually edit your system path
to remove unnecessary items.
Directory to be added: c:\users\it.company\documents\borland Studio
Projects\bpl"
Any suggestions?
Regards,
Roberto
"Morit...
C++ Builder XE wont start after installing Update1.exeC++ Builder XE won't start after installing Update1.exe. The banner page start and as soon as the message "All design time packages are loaded" appears, the banner page disappear, no IDE and no error message. I can still see bds.exe in the task manager. I'm using WIn XP. Please help.
...
Naming new console projectWhen I attempt to create a new console project using project|"Add new project" there doesn't appear to be any way to actually specify the project name. The platform just uses the same name as an existing one, so I end up with multiple instances with the same name in the project list. Very confusing.. All I want to do is to create multiple projects with names of my choice. Could someone please point me to suitable help or explain what I'm not doing? TIA
...
Llicense, installations and other doubts regarding C++ Builder XE [Edit]I’ve just downloaded and installed C++ Builder XE Trial under Win XP SP3.
I have some doubts in case I buy the software (it would be C++ Builder XE Pro and I’m a single user):
--------------------------------------------------------------------------------------------------------
1 - How would I register the new license and get rid of the trial version?
(I couldn’t find a menu item to "Register a definitive license")
--------------------------------------------------------------------------------------------------------
2 - Will I have to uninstall the trial version a...
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...
C++ Builder XEI am assuming this is the latest version. Where can see what features are included in the Starter Edition? And what is left out? I have been a long time user of C++ Builder 6 Personal Edition, and sometimes find somethin gthat would be useful is missing.
George.
http://www.embarcadero.com/products/cbuilder/cbuilder-feature-matrix.pdf
XE2 will appear shortly.
...
Install Builder #5hello,
I use PB 5.0.04. I make my application diskettes for Windows 3.11 platform.
I've got 6 components. Generation comes OK.
But when i install application with this diskettes some files are not
copied ???
Thanks in advance.
Try copying the diskettes to the hard drive (in sub-directories Disk1,
Disk2, etc), and Install from there. There's a bug in IB 5.0.04 when
installing from multiple floppies, sometimes files aren't copied properly.
Simon
Philippe Sylvestre wrote in message ...
>hello,
>I use PB 5.0.04. I make my application diskettes for Windows ...
Help Update 3 for Delphi XE and C++Builder XEHelp Update 3 for Delphi XE and C++Builder XE
http://cc.embarcadero.com/Item/28256
Updated: Fri, 24 Jun 2011 18:52:00 GMT
Is the update really new?
> {quote:title=Ralf Stocker wrote:}{quote}
> Help Update 3 for Delphi XE and C++Builder XE
> http://cc.embarcadero.com/Item/28256
> Updated: Fri, 24 Jun 2011 18:52:00 GMT
>
> Is the update really new?
I think so -- but it's nothing major. The update is really BIG though. Not worth it if you're in your cabin in the mountains with a 9600 baud modem connection.
...
How to get PowerBuider 5.03 and Install Builder 5.03Hi:
I have been surfing for a while the Powersoft Web Site but I still
not find the way to upgrade my copy of PowerBuilder 5.01 to 5.03, and
Install Builder. I know there's some corrections made to both.
Could anyone help me.
Thanks
Hugo Teran
hugot@satlink.com
Hugo C�sar Ter�n wrote:
>
> Hi:
> I have been surfing for a while the Powersoft Web Site but I still
> not find the way to upgrade my copy of PowerBuilder 5.01 to 5.03, and
> Install Builder. I know there's some corrections made to both.
> Could anyone help me.
> Thanks
&g...
C++Builder XE and RAD Studio XE are now availableThe new product info is live on the web sites, trial downloads are available, and the products will be available to purchase worldwide between now and Wednesday.
http://www.embarcadero.com/products/cbuilder
http://www.embarcadero.com/products/rad-studio
Thanks,
Tim
--
Tim Del Chiaro
Product Marketing - RAD Studio, Delphi, C++Builder, Delphi Prism and Delphi for PHP
http://delphi-insider.blogspot.com
Hm.
I was waiting for the final release notes to appear before I'd make up my mind about the new XE-release - and here they are.
I've bought every C++ Compiler Bor...
Project compatible with Builder 3 and Builder XEHello there,
I've got a problem with a fairly old project based on Borland C++ Builder 3 which has to be ported into a Builder XE project, but still has to be used with the Builder 3 compiler now and then.
Changing to the newer compiler wasn't that hard sofar, now the code has to be altered to fit the old compiler again.
The main problem right now is that the Builder XE updates the dfm-files, causing Reading Form Errors in the old builder.
I thought of having two sets of dfm files, one for the old and one for the new compiler.
And then adding the matching form depending o...
Enum return value size mismatch in C++ Builder 5.5Hi!
I have been trying to do some maintenance on an old piece of software,
written in C++ Builder 5.5 for Win32. I know this is old, but it relies on
some external components and would probably be complicated to port to a
newer environment. I have been trying to solve my problem by browsing
through old posts using Google Groups, but so far have not been able to
find anything.
It uses several old DLLs, which when I got my hands on them were written
for an even older version (Borland C++ 5.02). With the DLLs build with
this version of the compiler, everything works fine.
To avoid...
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 Problems ?
2.
I compiled the packages with the ide
I have create an ProjectFile with the following entries:
IndySystem120.bpl -- runtimePackage
IndyCore120.bpl -- runtimePackage
dclIndyCore120.bpl -- designtimePackage
IndyProtocols120.bpl -- runtimePackage
dclIndyProtocols120.bpl -- designtimePackage
Then i must set in all Package Options->Copmiler->Debugger->Assertion to false
otherwise i get runtime error( exception assertion failed ) only with the C++ Builder programs ind Delphi it works fine with Assertion = true.
Is that correct ?
Regards,
Sascha Michel
<Sascha Michel> wrote in message news:117064@forums.codegear.com...
> i installing the latest IndyTiburon package r3641.
The current is snaphost is rev 3646.
> There are a problem with the genarated header file /core/IdWinsock2.hpp
> when i will use the co...