Tagged Questions
The codegear tag has no wiki summary.
74
votes
81answers
9k views
What is needed to get Delphi back on top? [closed]
Delphi 2011 is on the horizon, which is the 14th release since Turbo Pascal became Delphi in 1995. Despite continued innovation it has not returned to its level of popularity before the Inprise ...
9
votes
18answers
2k views
Can Delphi 2009 be installed on the same machine as Delphi 2006 or Delphi 2007?
Is there any conflict?
7
votes
4answers
621 views
#region equivalent in CodeGear RAD Studio? Similar way to group code?
I was wondering if there is an equivalent to Visual Studio's #regions in RAD Studio.
We use CodeGear's delphi and c++builder IDEs where I work and I would love to be able to use something like ...
7
votes
7answers
1k views
Why is the destructor ignored in this C++ code? (Turbo C++ Explorer, Borland C++ Builder 2006)
The following code demonstrates a weird problem I have in a Turbo C++ Explorer project. One of the three stack objects in D::D() is not destroyed after going out of scope.
This only happens if ...
6
votes
2answers
776 views
Are there guidelines for updating C++Builder applications for C++Builder 2009?
I have a range of Win32 VCL applications developed with C++Builder from BCB5 onwards, and want to port them to ECB2009 or whatever it's now called.
Some of my applications use the old TNT/TMS unicode ...
5
votes
34answers
2k views
Why Weren't You at CodeRage III?
Delphi is currently ranked as the 10th most popular language (Dec 2008) and has approximately 1.75 million users worldwide.
So why were there so few people at the CodeRage III virtual conference put ...
3
votes
1answer
144 views
Is there a faster component than TMemo on CodeGear C++ Builder?
I'm using CodeGear C++ Builder 2009 and have problems with the TMemo component. It's to slow. I use it to display ASCI text from the COM serial port. I need to display every single symbol when it ...
3
votes
2answers
556 views
Default File Layout in Codegear C++ Builder (and Delphi)
I've had a major annoyance with the Borland/Codegear C++ Builder IDE for some time now. When I code I always use a standard layout for the code files. I have a standard header that I use, including, ...
3
votes
2answers
938 views
CodeGear Delphi 2007 VI/VIM Key Mapping
After reading The Pragmatic Programmer, I became quite accustomed to VIM. When in Visual Studio I have ViEmu (http://www.viemu.com/) to provide me with VIM functionality.
Is anyone aware of a ...
3
votes
2answers
587 views
What is the comparative robustness of C++ Builder versions?
Our development team work with Borland C++ Builder 6 and CodeGear C++ Builder 2007 (as well as Visual Studio). I hear a lot of comments that the Builder 2007 IDE crashes a lot more than BCB6 does. ...
2
votes
1answer
472 views
C++ Compile problem when using Windows - CodeGear
This is a follow-up question to this one i made earlier. Btw thanks Neil Butterworth for you help
http://stackoverflow.com/questions/2461977/problem-compiling-c-in-codegear
A quick recap. Im ...
2
votes
2answers
278 views
VCL multiple inheritance
I'm trying to develop a set of controls which all have a number of common behaviours with respect to sizing. I think that this is an instance where multiple inheritance is required (although am fully ...
2
votes
4answers
721 views
How do I use the registry in codegear c++ builder?
In the simplest possible terms (I'm an occasional programmer who lacks up-to-date detailed programming knowledge) can someone explain the simplest way to make use of the registry in codegear C++ ...
2
votes
2answers
108 views
Is there any way to restrict how many item returned by CodeCentral Web Service
I am building web client for CodeCentral web service from CodeGear web site.
I need to restrict number of items return by Search operation of CodeGear web service, say it, 10 per page. This way I can ...
1
vote
0answers
135 views
How to remove hard coding of Exe names in C++ application?
I am working on Form application using Codegear C++. All Exe names in the code are hard coded. The Exes are present in a common drive. What is the best way to remove hard coding?
Is it good to use ...
1
vote
2answers
110 views
Load-time linking with CodeGear DLL in VC++
Is it possible to use a CodeGear DLL in a VC++ application using load-time linking?
If so, how is this done? I tried to build the VC++ application against my CodeGear .lib file, but got an error ...
1
vote
1answer
216 views
How can I use decltype to get the type of a reference?
I'm working on some code using decltype in CodeGear RAD Studio. I've tried the naive solution, which looks not unlike this:
int main(int, char**) {
int i;
int &ir = i;
decltype((ir)) ...
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
643 views
Problem compiling c++ in CodeGear
I have written a C++ program for a University assignment. I used Netbeans 6.8 running on my Mac and the code runs smoothly, no warnings, errors or problems/bugs. However when compiling and running on ...
1
vote
2answers
233 views
#pragma once equivalent for Codegear RAD Studio
Is there anything equivalent to #pragma once for Codegear RAD Studio 2009?
I am using the precompiled header wizard and I would like to know if it is still necessary to use include guards when ...
1
vote
3answers
230 views
C++ Compiler Optimization for Fastest Possible Code in RAD Studio 2009
I would like to select the compiler optimizations to generate the fastest possible application.
Which of the following settings should I set to true?
Dead store elimination
Eliminate duplicate ...
1
vote
4answers
1k views
How do I convert System::WideString to a char* in C++ and vice versa?
I have a situation where I need to compare a char* with a WideString. How do I convert the WideString to a char* in C++?
1
vote
2answers
208 views
To restrict size of components at design time: CodeGear C++ Builder
I am trying to inherit from TButton in order to provide some size aware capabilities, where the buttons are able to resize themselves and/or their font size (within certain constraints) to allow for ...
1
vote
3answers
695 views
Codegear RAD Studio C++ Go to Definition - Control Click
I am using CodeGear RAD Studio C++, I know that to go to a definition of a variable or class you must press control and click on the method name, or any identifier where you want to go to a ...
1
vote
2answers
902 views
Why is CodeGear C++Builder failing to create pre-compiled headers?
Problem
In CodeGear C++Builder 2009 we are using the pre-compiled header injection to greatly reduce our compile times. We have the same header file being injected into multiple projects. When ...
1
vote
2answers
672 views
What happened to CodeGear's TBitBtn and TButton inheritence chain?
I've recently began to upgrade my RAD Studio 2007 project to RAD Studio 2009. One thing I noticed is when seemingly simple code all of a sudden failed to compile.
Example Code:
class ...
1
vote
1answer
572 views
log4cpp in borland codegear 2007
I'm trying to make work the library and run the tests provided with the latest version of log4cpp on Borland Codegear 2007, in which it's included a bpr project for Borland C++ Builder 5, which it's ...
1
vote
1answer
2k views
How to write files with (readable) UTF8 characters in C?
I read a file that has utf8 characters like this:
FILE *FileIN,*FileOUT;
FileIN=fopen("filename","r");
char string[600];
WideChar C[600],S[100];
fgets(string,600,FileIN);
...
1
vote
0answers
505 views
NUnit crashes when cc3270mt.dll is loaded
I have a problem where NUnit Assert.IsTrue crashes with an "access denied" (0xc0000005) access violation. Since managed applications are not supposed to cause such errors, I started looking at any ...
1
vote
2answers
616 views
Codegear RAD Studio help system is corrupted
I've been using Codegear RAD Studio for a over a year now but since the "May08 Help Update" the help system no longer works. If I open the help the contents pane is entirely blank. If I hit F1 I get ...
0
votes
1answer
71 views
Why C++ CodeGear TMutex method Acquire() does not lock a mutex?
So far I have this code:
****SimpleForm.h****
class TForm1 : public TForm
{
__published: // IDE-managed Components
TMemo *Memo1;
TButton *Button1;
void __fastcall Button1Click(TObject ...
0
votes
6answers
243 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
2answers
129 views
How to force VC++ name mangling in CodeGear
Is it possible to export a function from a CodeGear DLL with a specific mangled name?
I am trying to build a CodeGear DLL to replace an existing VC++ DLL. The problem is that the application that uses ...
0
votes
2answers
116 views
codegear(c++) and serial port
Can anybody help me find free components or any other easy way to communicate with device attached to the serial port? I'm using Codegear and quite desperate after few days of googling.
0
votes
1answer
88 views
From CodeGear to Visual Studio 2008
I'm inheriting a native C++ application. It was developed with Borland CodeGear.
Right now, I already have a copy of Visual Studio 2008 installed on my system. Is there anything that would prevent ...
0
votes
1answer
498 views
Override event handler in C++ Builder
In Codegear C++ Builder, I'm trying to extend the TMemo VCL class to perform some functionality during the OnKeyDown event. I've set up the control and am able to add it to forms and so forth. The ...
0
votes
2answers
77 views
ComServer that should return a ComObject
What I am trying to do is transfer an object that has been created on the serverside to the client. I have got it to work well when I using c++ on both server and client side, but I do not get my ...
0
votes
1answer
474 views
Can I tell Borland C++ Builder to copy a file somewhere else after it is built?
I have two computers. One is intended to be left 'free' for high-performance activities (such as playing games) The other is my 'all purpose' computer where I install all the apps I use for creating ...
0
votes
1answer
154 views
Indenting in Codegear
Is there a way to indent/tab multiple lines in one action in the Codegear RAD Studio IDE?
I.e. I would like to be able to highlight multiple lines and indent them all by one tab simultaneously.
0
votes
1answer
237 views
Problem with IDropTarget when using with a VCL Form
I have a VCL gui developed in Codegear. I have created a DropTarget for the mainform and the DropTarget object implements the IDropTarget interface which allows me to drag and drop files from ...
0
votes
1answer
784 views
how to open bpr projects in Borland Codegear C++ Buider 2009?
I'm trying to import the log4cpp project into Borland Codegear C++ Builder 2009 . The rar file of the project contains a bpr file which corresponds to a project. When trying to open it, an error popup ...
0
votes
1answer
1k views
get path and filename of all files in a given dir and its subdirs using c++ (builder)
I was given this code a while back. I finally got around to testing it (with some changes to put the files in a different place)...
void AddFiles(AnsiString path/*, TDataSet *DataSet*/)
{
TSearchRec ...
-2
votes
1answer
51 views
Codegear C++ Standalone application [closed]
please someone tell me how to make standalone applications in codegear C++, without runtime files ? I know that I must check and uncheck something in menu, but can you tell me what exactly are they? ...