The August 2010 release of C++Builder, a rapid visual C++ development environment. Use this tag for issues related to development in C++Builder XE.
-1
votes
0answers
13 views
XE3 Metropolis Grid app error with SQLITE components [closed]
In XE3 RAD STUDIO, I added a new project on GridView Metropolis, after dragging in SQLite tables from Data Explorer and doing livebinding, I compiled fine but got the below linking problem: Any help ...
0
votes
0answers
46 views
TFS and Builder 2009/XE4
I'm building a matrix to compare different source control repositories and which IDEs they integrate with. In essence, I need to make sure the source control integrates with all of the IDEs we use.
...
0
votes
0answers
18 views
How to get rid of this annoying W8123 warning in my IDE
This is what happened. We downloaded Quickreports 505, installed it, but had to revert to QR504. Now we are getting
[BCC32 Warning] W8123 Path 'C:\Program Files\Embarcadero\RAD ...
0
votes
0answers
34 views
xe c builder unresolved external error
so I got the header file containing a class and some variables
extern bool akwizycja_w_toku;
extern LPCTSTR pFileName;
extern int numer_akwizycji;
class Akwizycja : public TThread
{
public:
...
0
votes
1answer
40 views
Why do OnClientConnect and OnClientError events not fire for TServerSocket in blocking mode
I am using Embarcadero RAD studio C++ builder XE to create a C++ application. The application uses a dynamically created TServerSocket component in blocking mode. I create a class derived from ...
0
votes
4answers
75 views
How to get a “simple” function pointer from a member function
I'm having a problem with function pointers and nothing I found on the net helped me to solve this problem.
I have a function from a C API which take a pointer of a void function :
extern int ...
1
vote
0answers
31 views
IDE generated USEFORM macro calls changing their order
We have a C++Builder XE project (VCL Forms Application) that has a few dozen forms and units in it. Whenever a file belonging to the project is added, deleted, or renamed, the IDE should do two ...
0
votes
0answers
29 views
How to rebuild c++builder xe runtime libraries
We are experience this problem http://qc.embarcadero.com/wc/qcmain.aspx?d=60732
We are unable to upgrade to XE3 at this time. We want to try this solution but we do not know how to recompile ...
0
votes
1answer
237 views
Firemonkey: TGrid usage on Embarcadero C++ Builder XE3
I'm try to build a tool that reads data from a database and displays it as a table using a TGrid in Firemonkey. I need to use different types of columns like TCheckColumn and TPopupColumn but can't ...
0
votes
0answers
168 views
Importing an Embarcadero C++ Builder XE3 DLL into Embarcadero C++ Builder XE3
I try to create a DLL in Embarcadero C++ Builder XE3, and use it in a test-project in the same environment.
I take example on a tutorial which code does not give a good result for me (!) : ...
0
votes
0answers
429 views
How to adjust DBGrid columns width automatically
I've been try to use this Delphi code with C++ Builder XE. I manually convert the language into C++ Builder language.
This procedure was working correctly. When I try to maximize the form holding the ...
0
votes
0answers
31 views
How to debugging query on ApplyUpdates() procedure
I have a database application written in C++ Builder XE and configured with MySQL database using dbExpress driver.
I display the database tables with TBDGrid object. I need to insert new entry ...
0
votes
0answers
27 views
Where the new cell create event was triggered?
I have a DBGrid in C++ Builder XE. I use MySQL database connection via dbExpress. I need to insert new entry into database.
When I go to the last record of the grid and click the Down Arrow button on ...
2
votes
1answer
156 views
How to use Delphi Inc() and Dec() procedures in C++ Builder
I'm a newbie programmer. I need to use Delphi's Inc() and Dec() procedures in C++ Builder XE like this:
Inc(Filler);
Dec(GridClientWidth);
Anyone can help me how to do this?
5
votes
2answers
175 views
How to use delphi “in” operator in C++ Builder
I'm a newbie programmer. I need to use Delphi's "in" operator in C++ Builder XE like this:
if(dgColLines in DBGrid->Options )
// include vertical lines in total (one per column)
...
0
votes
0answers
117 views
I can't update MySQL database directly from C++ Builder XE application
I have a database application written in C++ Builder XE languange called SpeZet. I use MySQL Remote Server database.
Sometimes I insert the data directly from SpeZet into the "tbtime" table on the ...
0
votes
0answers
25 views
How to knows state of OnCalcFields event handler if was triggered for second time
I have a Internal Calculated Field named Date. Date is need to be edited if the value has been changed on TDBGrid but I don't know how to recalculate/update value of Calculated Field inside ...
1
vote
1answer
29 views
How to replace Day of TDateTime type on runtime
I have TDateTime variable named dtBegin. dtBegin is containing value "7/3/2000".
I need to replace the Day only with "2" to change the value into "2/3/2000".
How to do this? I've been suggested to ...
4
votes
1answer
253 views
Writing C++ Builder/Delphi component and save a binary property to DFM files
I wrote a C++ builder component to display SVG files perform some stuff on them.
For now, I published a property named SvgFile (UnicodeString) which can be initialized in the IDE with the file name ...
0
votes
0answers
14 views
Create ad use TXSLTProducer at run-time
Cbuilder xe can process xml data via xslt using TXSLTProducer and TXMLDocument
I see there are the components TXSLTProducer and TXMLDocument, which, if created at design time , run well.
For ...
0
votes
0answers
48 views
How could the C++ Builder XE debugger be affecting my code?
Using C++ builder XE
I'm using a TStatusBar on a form with 2 panels. The first panel is just text. The second is set to OwnerDraw and should indicate a red or green panel showing if a comport is ...
2
votes
1answer
142 views
Program compiles fine in the IDE but does not compile on the command line
I'm having some trouble with one of my builds. I'm using Jenkins to build a builderXE project but I'm getting the following errors.
C:\Program Files\Embarcadero\RAD ...
2
votes
4answers
70 views
What's the scope of this string?
If I have the following code:
{
UnicodeString sFish = L"FISH";
char *szFish = AnsiString(sFish).c_str();
CallFunc(szFish);
}
Then what is the scope of the temporary AnsiString that's ...
0
votes
2answers
149 views
Use Rave with MyDac
I'm using Cbuilder XE and I want to use Rave Report with Mydac component but it seems to me that Rave recognize only the standard TQuery component and ignore the Mydac versions.
I would ask you if ...
0
votes
1answer
86 views
How use Procedure.Exec with C++Builder XE
I have a piece of code as show belowe, wich run well with C++Builder-6.
Now I have moved tha program to C++Builder-XE and the call to "RiconfiguraNodo << nomeNodo ...." give me the ambguity ...
0
votes
1answer
124 views
Is there a way to create a shared directory/folder using WINAPI or Embarcadero C++ Builder XE? [duplicate]
Possible Duplicate:
Windows Folder Share API
I need my C++ application to occasionally create shared directories. I am using Embarcadero C++ Builder XE which has only the CreateDir() ...
0
votes
0answers
62 views
Tool to build for multi-tier application with C++ Builder XE [closed]
Moving from C++ Builder6 to C++ Builder XE I found that the midware suite for implementing a middle tier applcation seems no more ported to cbuilder ( it is only for delphi ).
I need now to rebuild a ...
0
votes
0answers
122 views
How to load .db file on C++ Builder XE
I have a lot of dBase (.db) files on my project.
I need to load it values in the TDBGrid Component on the Form by programmatically using C++ Builder XE..
Can anyone describe to me how to do that?
...
0
votes
1answer
308 views
Indi TIdSNMP : How use SendQuery
I made the following routine in c++builder Xe ( listing code 1 ), using the Indi component TIdSNMP to query an agent snmp.
The call to SendQuery failed, the connection is ok but the agent always ...
0
votes
2answers
137 views
Indy documentation
I think to start using Indy to replace the old and deprecated TSocket delphi component.
Indy seems to be a very rich collection of components but I have found no good documentation about it.
The only ...
0
votes
1answer
838 views
C++ Builder XE, Passing and handling user-defined messages
I am trying to learn how to pass and handle messages in a VCL forms app.
I've been digging the internet for some time and found this
Suppose I have a progress bar I want to update using messages (btw ...
0
votes
1answer
74 views
UnicodeString storage type
My application needs to manage a few of unicode strings (<10). The content of these strings is dynamic and can change through application run. To store strings I am using objects of type ...
0
votes
1answer
167 views
C++ Builder XE - customizing TCategoryPanel
This is part of screenshot of my application:
I need to do following things:
remove lines separating collapsed panels
remove line on bottom border of expanded panel
The lines I am talking about ...
0
votes
1answer
115 views
Word DDE call ignored
I am calling from my C++ code two DDE commands:
FormDde->DdeClientConv1->ExecuteMacro("[AddAddIn \"C:\\Projects\\wscs-trunk\\bin\\ws.dot\", 1][FileOpen .Name = ...
0
votes
1answer
142 views
How to determine if form is docked?
How to determine in C++ Builder XE, if window is currently docked? All windows in my application are derived from base class TForm. How to catch change from docked to undocked state and vice versa?
0
votes
1answer
140 views
Unable to link stl library
I am developing custom control that is using some STL methods. This is error I get when trying to compile project using this component:
[ILINK32 Error] Error: Unresolved external ...
0
votes
1answer
224 views
C++ Builder XE - How to implement TFont property
I am developing custom component derived from TCustomControl class. I would like to add new TFont based property that could be edited in design-time like for example in TLabel component. Basically ...
1
vote
2answers
210 views
Ambiguity between 'function1' and 'function2' (C++)
Let the source code speak for itself:
MLine::MLine(int x1, int y1, int x2, int y2)
{
}
MLine::MLine(double x1, double y1, double x2, double y2)
{
}
void __fastcall TVctDiag2::PrepareArrowTail(int ...
5
votes
1answer
172 views
How can I load an updated component package without restarting the IDE?
When developing a new component in Delphi, I run into this inefficiency. Every time I make incremental changes to the source code (for example, a bug fix), I build the new component and install it on ...
0
votes
1answer
365 views
C++ Builder XE - publishing array property
I am writing my custom visual component. I find it convenient to publish some of its properties as array:
class PACKAGE TVctDiag2 : public TCustomControl
{
__published:
__property int ...
1
vote
0answers
318 views
Delphi/C++ Builder XE - can't undock form
This is schematic look of main window of my application:
In step 1 i try to move dialog window into another dock container. This operation is purposely forbidden by implementing OnDockOver event ...
0
votes
1answer
459 views
C++ Builder XE cant succesfully convert project from BCB6
I am trying to convert old BCB6 project to C++ Builder XE project. Version of development environment is following:
Embarcadero C++ Builder XE Version 15.0.3953.35171
First step was to create blank ...
2
votes
1answer
864 views
C++ Builder XE not linking all runtime DLLs
When I compile my project with the option to exclude runtime packages (to do a static library linking) everything goes fine.
But when I run my application on a C++ Builder "virgin" (no packages ...
1
vote
0answers
171 views
How to get the BalloonHint size?
I need to position a TBalloonHint at the lower left corner, just above the taskbar.
To be able to calculate the position I need to know the Height and Width of the BalloonHint window.
I can't find ...
0
votes
1answer
975 views
C++ Builder XE, dbExpress with MySQL 5.x
I'm trying to get the dbExpress TSQLConnection to work with a MySQL 5.x server.
I have searched the net but not found any helpfull instruction for C++ Builder XE.
I downloaded the dbxopenmysql50.dll ...
1
vote
1answer
664 views
C++ Builder TArray<System.Byte> not compiling
I'm trying to include the idUDPServer component (Indy component) in a C++ Builder XE project and when I try to include the onUDPRead event (manually linking it to the component because of a known bug ...
3
votes
2answers
291 views
Are template arguments required everywhere when mentioning a template base class?
Here's a simple template;
template <class T>
class tt {
private:
T x;
public:
tt() {x=0;};
Add(T p) {x += p;};
};
... and then a subclass of it;
class cc : ...
7
votes
3answers
3k views
Keep the scrollbars hidden in a Delphi dbgrid (even on resize)
For our dbgrid we want the scrollbars to be constantly hidden.
Since TDBGrid doesn't have a 'scrollbars' property, we use:
ShowScrollBar(DBGrid1.Handle, SB_VERT, False);
ShowScrollBar(DBGrid1.Handle, ...
2
votes
4answers
5k views
Send email with C++
I am working on a program that I will send to someone as email attachment (using yahoo web mail as we all do). That guy will execute that app and a keylogger (which is a part of that app) will be ...
0
votes
1answer
185 views
Borland C++ Builder: Some UI-Events not available anymore?
I'm currently porting old code from Borland C++ Builder 5 to C++ Builder XE (the newest version). There seem to be a lot of properties and some events that are not anymore supported in XE. Most of ...


