Tagged Questions

5
votes
2answers
500 views

Components in delphi and C++ Builder?

Hi all Professional Delphi developers. I have some components ( alpha controls ) I can install them to Delphi or C++ builder it works well. But when I Install Delphi version package I can't use ...
3
votes
1answer
96 views

Is there a C++Builder component that mix a Listbox and a treeview?

I need to display some hierarchical data with columns. So A kind of listbox mixed with a treeview. I've look at the standard components and JCL/JVCL, but nothing similar. Any idea ? EDIT I'm using ...
3
votes
4answers
1k views

What do I need to know to upgrade a complex application from C++Builder 2007 to 2010?

My company's main application is mostly written in C++ (with some Delphi code and components). We are upgrading from RAD Studio 2007 to 2010 for the next release, starting in about a week. What do I ...
2
votes
1answer
340 views

Errors compiling hello world in C++ Rad studio 2010

I just wrote a small hello world in RAD Studio 2010, the code is this //--------------------------------------------------------------------------- #include <iostream> ...
2
votes
2answers
183 views

How do I backup my C++ Builder component installation?

I finally have my C++ Builder 2010 installation the way I want it, with all my components upgraded and installed. (touch wood) I have been working with C++builder since version 1 and I know from ...
1
vote
1answer
138 views

Tips to speed up debugging in Codegear

Are there any tips to speed up debugging in Codegear? For example, when I set breakpoints it can sometimes take a long time for the IDE to be active once the breakpoint is reached and likewise when I ...
0
votes
1answer
28 views

Has anyone successfully built libjpeg with recent versions of CodeGear/Embarcadero RAD Studio?

It apparently used to compile with Borland's C++ Builder, but that was a long time ago. Now I need to get it compiling with bcc32 for use in a bit of code that was /intended/ to be cross-compiler. ...
0
votes
1answer
126 views

how to use namespace system in c++ builder xe?

i mistakenly unistalled visual studio from my system and now i am stuck with c++ builder xe, i have a code that uses members of namespace System, like String type etc. i have tried to use the ...
0
votes
6answers
244 views

How to extract part of a string in c++

To Extract part of a string in a given line: Given line is: D:\AB554P_Itr23\ModelDir\AB554P_approximation_NodeData.dat Read 3/18/2010 I need to extract only the file name ...