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 ...
6
votes
3answers
175 views
How to display values from a VARIANT with a SAFEARRAY of BSTRs
I am working on a COM Object library with function that returns a VARIANT with a SAFEARRAY of BSTRs. How can I display the values from this VARIANT instance and save it inside a TStringList? I tried ...
4
votes
4answers
519 views
How do I solve “Two different CRTLDLLs are loaded” when using packages in C++ Builder 2010?
We are trying to split up our monolithic EXE into a combination of an EXE and several packages. So far, we have one package that we're trying to use, and when running the EXE Codeguard shows the ...
3
votes
2answers
101 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
1answer
61 views
Setting exception handling in C++ Builder
My question is concerned about group of settings that can be found within development environment. Official help is very brief about this page. Specifically you can display them by clicking
Tools -> ...
2
votes
3answers
241 views
Is Embarcadero C++ Builder a good choice as an IDE?
As we are (me and people I work with) more and more frustrated while working with C++ projects 250 000+ LOC in VS2010 sp1 (the slowness of this IDE is just unbelievable), in my company we were talking ...
2
votes
2answers
106 views
What are Modules when creating COM objects with Embarcadero c++ Buider
I am creating a COM library with Embarcadero C++ Builder. The designer for the ridl file gives several things you can add to the ridl. I think I understand all of them except for creating new ...
2
votes
3answers
196 views
Is it possible to find out what is leaking GDI Objects
I have an application in Embarcadera RAD Studio 2010 (C++). Is it possible to peek into it to see what would be leaking GDI Objects? A tree structured menu is leaking GDI Objects when text is set to ...
2
votes
1answer
339 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>
...
1
vote
0answers
25 views
Embarcadero TCategoryButtons: prevent DoReorderButtons
Im developing a software in Embarcadero C++ Builder 2006 which uses the component "TCategoryButtons". This component gives me the possibility to reorder the buttons (TButtonItem). Whenever I do this, ...
1
vote
3answers
206 views
Should app using VCL migrate?
Is VCL dead, or does it have a future as a GUI library? As CLX ended, is there any chance for cross-platform support in future releases?
I've had to do some work with legacy app that uses Borland's ...
1
vote
6answers
6k views
64-bit Support in C++ Builder
I'm looking at upgrading the Borland/Codegear/Embarcadero C++ builder suite we use for some of our code. I would like to see 64-bit support but that doesn't seem to be a feature in the 2009 edition. ...
0
votes
0answers
20 views
C++ Embarcadero TTcpServer and TTcpClient
I want to know how to work with connected clients on TTcpServer class?
I got a client connected on method "ServerAccept" whats next? How can i work with them?
I need to start from ServerAccept a new ...
0
votes
1answer
71 views
How to debug dll in C++ Builder XE?
My core project which is a standard windows application is being developed under C++ Builder XE. This project is using dll file written in older version of development environment, namely C++ Builder ...
0
votes
1answer
36 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
3answers
327 views
OpenCV 2.3 in Embarcadero C++ Builder
When compiling a OpenCV 2.3 project in Builder I get multiple errors starting with "_fm_atan2l is not a member of 'std'" and continuing with other math related errors in that form. I also get ...
0
votes
2answers
179 views
Problem with syntax for std::binary_function usage
I'm a newbie at using the STL Algorithms and am currently stuck on a syntax error. My overall goal of this is to filter the source list like you would using Linq in c#. There may be other ways to do ...
0
votes
4answers
175 views
TurboPower Abbrevia in C++Builder2009
I want install TurboPower Abbrevia 3.05 from http://sourceforge.net/projects/tpabbrevia/ but its not working. :(
docu says:
_4. Open & compile the runtime package specific to the IDE being
used ...