Tagged Questions
9
votes
8answers
2k views
The future of C++ Builder [closed]
A few years ago C++ Builder from Borland with its excellent VCL gui library and its gui designer was the best IDE for C++ development on Windows.
Once beloved, for a couple of years now Builder has ...
3
votes
2answers
115 views
InputBox Cancel using C++
I am using the InputBox component in Embarcadero or Borland C++ with a default string. The Cancel key returns the same default string as the Enter button.
According to the documentation, the Cancel ...
2
votes
2answers
113 views
How to filter the Filelistbox with multiple filetype masking?
Somehow I need to make a custom "file-open form".
I manage to retrieve the file list with filelistbox.
My question is when I enter this in filelistbox1.mask
Image ...
2
votes
2answers
297 views
The free Delphi 2006 compiler
On Wikipedia I read:
Borland Delphi 2006 [...] Each version is available in two editions:
Explorer—a free downloadable
version—and Professional
Is this edition still available? Or are people ...
2
votes
1answer
362 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>
...
0
votes
1answer
41 views
Using MSBUILD with C++ Builder 2010
Enlighten me please... I have a buildserver that runs MSBUILD to build projects done in C++ Builder 2010. I wanted to setup that entire setup on my local machine to be able to work on the build ...
0
votes
1answer
45 views
Build a DLL with all packages included
In BDS 4.0 I've build a VC-Style DLL, I want that this DLL includes all packages in order to be independant as well, I can use it and deploy it even on PC that haven't the Borland RTL installed.
...
0
votes
0answers
147 views
How can I open debug inspector in Delphi 7? [closed]
I use Delphi 7 lite 7.3.4.1, I saw someone using the "debug inspector" on it, but I don't know how to open it. How can I?