Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
2answers
501 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 ...
3
votes
2answers
371 views

Installing Rad Studio 2007 and Rad Studio 2010 in same machine

I want to install Rad Studio 2010 on a machine that already has installed Rad Studio 2007, There is some compatibility problem? thanks in advance, Bye.
2
votes
1answer
74 views

What is maximum revision capacity of IDE's local History Manager? How can i configure it (want to enlarge)?

Entire question (actually, almost two) fit into the title line, so i dont see the point of further rhetoric. Unhappy with pithiness? Go to the Athens! :-)
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
3answers
604 views

(RAD Studio) Virtual TreeView: how to initialize all nodes at once?

I just discovered this component and started working with it. I understand that the whole concept of it is to initialize nodes on the go as they are needed but I need all of them to initialize ...
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 ...
2
votes
1answer
197 views

Error yaml-cpp compile in RAD Studio 2010

I can't compile yaml-cpp in RAD Studio 2010. I have error in nodeutil.h template <typename T, typename U> struct is_same_type { enum { value = false }; }; template <typename T> struct ...
2
votes
1answer
104 views

Reading proxy details in a vcl.net application using Rad Studio 2007

How to read the proxy details (address and port) from a vcl.net application (Rad Studio 2007) ?. Heard about InternetGetProxyInfo. But didnt find the details any where. Thank you.
1
vote
1answer
47 views

Why does this stl function return this double value?

The following assertion fails in RAD Studio 2010 (and incidentally would succeed in Visual Studio 2010): double d1 = 0.0104; double d2 = 0.0; std::istringstream ...
1
vote
2answers
318 views

What is the Delphi equivalent of C#'s PropertyGrid?

Is there a Delphi equivalent to C#'s PropertyGrid? I want to implement something similar to the Object Inspector in RAD Studio.
1
vote
1answer
59 views

CodeGear configuration name

In Codegear 2007, I'm trying to do some file deletion and copying during the pre-build and post-build events that involve folders named after the current configuration. In Visual Studio, this is ...
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
128 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 ...
0
votes
1answer
54 views

stand-alone NT service using RAD studio2010 / Oracle

Is it possible to deploy a stand-alone dbexpress NT service using RAD Studio 2010 with Oracle as the database?
0
votes
0answers
103 views

Convert project from RAD Studio 2007 Architect to Visual Studio 2010 with delphi prism

it is possible to convert the project created in RAD Studio 2007 to Visual Studio 2010 with Delphi Prism. If so, how? Open the project file directly is not possible. Thanks for the advice.
0
votes
4answers
528 views

Project links in RAD Studio Welcome page do not work

As you know, welcome page in RAD Studio shows a list of recent projects, and you can open each project by clicking on its name. My problem is that if the project is located somewhere My Documents ...
0
votes
1answer
342 views

Multicolor text in TreeView (Embarcadero RAD studio)

I am writing a piece of software in C++ RAD studio 2010 and got a question about TreeView. Is it possible to use multicolor text in a TTreeView component? I could not find a easy way but to implement ...
0
votes
1answer
391 views

add a new Color scheme to the Rad Studio

It's possible modify or change a color scheme (Color SpeedSetting) in the Rad-Studio? There is an entry in the Windows Registry? or must edit some file? Thanks in advance.
0
votes
3answers
456 views

ASMX in Delphi Studio

I recently bought Bob's book Delphi XML, SOAP & Web Services in page 85 of this book the (Delphi 2006 8used) comes with several New Item Categories such as C# Projects C++ Builder projects ...
0
votes
4answers
499 views

Problem with Check for updates in RAD studio

I installed Embarcadero RAD Studio (Delphi 2009). When the IDE ran for the first time, it downloaded updates and ran the MSI automatically. Accidentally I pressed cancel, instead of ok. So I ...