Borland Software Corporation is a software company first headquartered in Scotts Valley, California, Cupertino, California and finally Austin, Texas. It is now a Micro Focus subsidiary.
0
votes
0answers
5 views
query resuslts in dbgrid - dbexpress
im using C++ builder to make a simple database app using MySQL.
I use DBExpress component for the connection.
The main concept is to use some buttons to execute different queries and show in a ...
0
votes
2answers
32 views
RichEdit.PlainText seems to not affect anything, Borland c++ builder 6
I'm trying to write something like rtf editor in BCB6 and I've encountered such problem while trying to add table to my RichEdit1:
RichEdit1->PlainText=true;
AnsiString ...
0
votes
0answers
12 views
StarTeam VCM Merging Main View to Release View
How can I merged my Main view changes to my Release view used for development? Sample data:
MAIN VIEW:
line 1: /*comment 1*/
line 2: /*comment 2*/ <- this is the update developer wants to merge ...
1
vote
1answer
11 views
Does Borland C++Builder 6 have a debug-logging facility?
I am using Borland C++Builder 6.0 (don't ask). Is there any debug-logging mechanism in this IDE? I'm looking for something analogous to writing to stderr from console C/C++ applications, or calling ...
1
vote
1answer
84 views
Can't access printer Borland C++ 5
I've recently moved from windows XP 32 bit to Windows 7 64 bit. I can't access any printer in the Borland C++ 5 IDE. It seems like it's some sort of privileges problem because if I log in as an ...
1
vote
0answers
23 views
TFontDialog is not displaying all fonts that are installed on the machine
I have a problem where the TFontDialog class is not getting all of the fonts installed on my Windows 7 machine. For some reason XP machines does not have this problem.
It's multiple fonts that are ...
0
votes
0answers
17 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
1answer
57 views
Is there a Protocol Buffers binding for Codegear C++ Builder 2007?
From my understanding reading this thread from several years ago, somebody once got Protocol Buffers working with Codegear C++ Builder 2007
...
0
votes
1answer
41 views
bcc32 - no console subsystem and no windows subsystem also
I am using old bcc32 (borland 5.5) (I know this is very old
compiler but do not tell me I should do not use it )
I can compile with console or with windows subsystem.
I do not want to compile with ...
0
votes
2answers
28 views
c++ builder: implementing dialogs from ressource
I'm currently trying to port an application from owl to vcl.
In my old projekt-file I was able to load dialogs with something like
TBatchAcDialog(TWindow* parent) : TAPDialog(parent, BATCH_DIALOG)
...
4
votes
3answers
148 views
Borland string::find bug
I'm supporting a C++ application written using Borland C++ Builder 5.02 (from 1997). The find() method on the Borland string class does not behave how I would expect:
#include <cstring>
...
2
votes
1answer
61 views
Is passing a NULL Owner argument for dynamically created TComponent derived class instances OK?
I work with C++ RAD Studio and Builder 6 quite a bit and often create forms dynamically or create non-visual components dynamically when writing non-visual code. When designing forms, the Owner ...
-4
votes
2answers
81 views
C++: Two compilers, two very different outputs [closed]
I am trying a run a C++ program on my machine. I have two compilers:- gcc and borland. The program is as follows:
#include<iostream>
using namespace std;
enum Colours
{
red,
green,
...
1
vote
0answers
53 views
c++ Migration from borland OWL to microsoft MFC
I have an application written in dependence of OWL library about every dialog is inherited from TDialog class , I want to move to the recent MFC I want to depend on MFC CDialog or any of its classes ...
0
votes
1answer
49 views
Borland error that works in Microsoft: Couldn't find a match for 'ifstream::open'
I want to read in a text file that has the name: abc.txt
The text file contains just a simple a, b, and c, each on their own line.
When I compile this using a Microsoft compiler, it compiles with no ...
2
votes
2answers
46 views
C++: linker subsystem
I am a beginner in C++, and I am here to learn.
First of all, I made some programs in Borland C++, at school, but my school doesn't have Visual C++, and I don't have anybody to teach me how to ...
2
votes
2answers
151 views
Pascal set acts weirdly
I don't understand why this code doesn't work properly:
program selection;
var
n : integer;
begin
readln(n);
if (n in [100..1000]) then writeln('Selected!');
readln;
end.
this ...
1
vote
0answers
89 views
Using Windows media center SDK from Builder C++ or Delphi
I have an application done already, it shows images, videos, etc. I just want to add support for TV channels, and I want to use windows media center from my program.
I have downloaded the Windows ...
0
votes
1answer
92 views
OnConnect event not firing when using TClientSocket inside a TThread on non-blocking mode
I am trying to make use of Borlands TClientSocket component in non-blocking mode inside a multithreaded C++ Windows application. I am creating multiple threads (classes derived from TThread), each of ...
0
votes
1answer
93 views
Why isn't my program compiling? (in cmd.exe)
I've just made a program called "firstprog.c" and now I'm in 'cmd.exe'; I'm following instructions that say this:
"Compile the file by executing the C compiler. You can do this by running the ...
0
votes
0answers
59 views
showhint on combobox
I´m using a TcxComboBox and I need that when a item == 2 it showHint, now I have:
TcxComboBox comboBox;
if (comboBox->ItemIndex == 2)
{
comboBox->showHint = true;
comboBox->Hint = ...
1
vote
1answer
247 views
Out of virtual memory address space (Borland C++ Builder 6 program)
I have problem with some application written under C++ Builder 6. After some time of running (week, month) the application crashes and closes without any error message. In my application log shortly ...
0
votes
1answer
47 views
Can i add an event handler for the many elements?
Can i add an event handler for the many elements?
I have one function and many "Edit"s and i want to add this function as event handler to some
"Edit"s.
(Borland C++ Builder 6)
1
vote
2answers
241 views
read memory of another process using address of variable
I want to read memory of process A but when the process A is disposed. I have run A, it displays address of some variable, I closed it.
I have run B where I input address of A's variable. It causes ...
0
votes
1answer
43 views
TImage width / height anchor not working
I've got a TForm which has an Event FormResize, within that function I want to draw something within my TImage.
My FormResize function looks like below
void __fastcall TForm1::FormResize(TObject ...
0
votes
2answers
88 views
C++ Builder Ambiguity Error Relating to 3rd Party Header Files
I'm working on a large project, which uses many 3rd party libraries. Due to this fact, I've run into some ambiguity errors. Some functions are defined in the global name space and also in a different ...
1
vote
1answer
60 views
Implemenation for BorlandC rand()
Anybody knows the exact implementation for BorlandC++ rand() function?
I tried to the following but the results are not similar to ones I got with real TurboC 4.5. Naturally I tried the code with ...
0
votes
1answer
44 views
Method Perform inside ListBox class
could someone please tell me (or give me a proper link) what is method Perform inside of ListBox class used for?
Thanks in advance.
0
votes
2answers
122 views
Drawing a circle with Pythagorean equation
I HAVE to draw a circle with the following code
(check if point is on the circle).
int rad=10;
// i=x,j=y
for (int j=ymid-rad;j<=ymid+rad;j++){
for (int i=xmid-rad;i<=xmid+rad;i++){
...
0
votes
1answer
49 views
how to make dialog stay on the screen all the time
I am very new to borland c++. I have an assignment to do. Ok, While the user is working on the main window, I want dialog which gives nice tips how to do things stay on the screen.
I really ...
0
votes
1answer
424 views
Viewing, building & debugging Borland C++ Builder project in Visual Studio 2010
I would like to use VC2010 to handle a BCB 2006 project I have. I do not want to convert the code to VC since much UI will need to be ported. I just want to be able to view build & debug from VS ...
1
vote
0answers
139 views
Borland C++ BCB 5 - EAccessViolation DynamicArray Array too large
I am using BCB 5 and I have a DynamicArray that works perfectly under normal conditions, but recently i have been forced to use it for a large dataset(About 7000 items) and my exception handler throws ...
0
votes
0answers
157 views
How do I convert a C++ Builder Borland XML (v 1.0) Project using Delphi Files (2006) to a Visual Studio 2010 (Visual C++) version [closed]
I have an old project written I presume in Borland C++ Builder/Developer/Borland Studio 2006. The project consists of several types of files .bpr; .h; .hpp; .cpp; .bpf; .bdsproj; .dfm; .txt; .bpg; ...
0
votes
0answers
97 views
Can't compile sqlite3 with borland c++ 4.5 [closed]
I am trying to link in sqlite3 into my own code.
Before I am going to try to call functions of sqlite, I am trying just to include the source code.
What I have done is the following:
include sqlite3.h ...
0
votes
1answer
71 views
DFM file became binary and infected
We have a DFM file which began as text file.
After some years, in one of our newer versions, the Borland Developer Studio changed it into binary format.
In addition, the file became infected.
Can ...
2
votes
2answers
746 views
Definition/body of the printf & scanf function in C
Where do i find the definition/body of the printf/scanf & other similar predefined commonly used functions (getch, clrsr ...etc) of "Borland C" ?
0
votes
1answer
266 views
8086/386 asm with bcc5: returning long int from asm proc
tried returning a long int from asm proc through eax, and later tried through dx:ax. both didn't work for me as the C printf prints a different number than the required 320L.
x.asm:
.model SMALL
...
0
votes
0answers
87 views
Migrating C++Builder ATL-Based ActiveX/COM Projects from 2009 to XE3
I have tried the second option from the section "ATL-Based C++ ActiveX/COM Projects" found in the RAD Studio documentation. As other users have found here, there are missing details from the RAD ...
0
votes
2answers
62 views
my c code crashes when running it on c-free but works fine on borland?
when running my code in borland c 3.1 it works fine, but when running it on c-free it crashes at this line: while(ptr1->pright)
{
ptr1=ptr1->pright;
}
giving SIGSEGV, any ...
4
votes
1answer
141 views
Borland Builder 5 c++ Strings can't index at 0
I am trying to do a simple string access at 0, and for some reason I get an out of bounds error in Borland Builder 5 C++.
Has anyone found a way around this? Is there a special type of string that ...
0
votes
1answer
140 views
From Paradox to SQL Server in Borland C++ 5
I'm in the process of converting an old application to work with SQL Server instead of hundreds of Paradox DB files.
I'm using ODBC and most of the stuff is working.
However I do have a problem.
In ...
0
votes
2answers
64 views
Where does Borland StarTeam ToolBar save its config data?
For some strange reason the Borland StarTeam Toolbar utility does not save its data (and thus does not cache/memorize the last used ST servers and is essentially completely useless). I thus have to ...
1
vote
3answers
183 views
Borland C++ What wil this bool function return?
bool SomeFunction()
{
}
I cannot run the Borland C++ on my machine but I need to convert from C++ to VB so need help with this function.
0
votes
1answer
60 views
Microsoft SQL Server 2000 file records not in standard unicode, but made with Borland C++
I am recently trying to change our company's old program. One of the huge rocks in my way is that the old program was made with Borland C++, and it had its own way of connecting to the SQL Server 2000 ...
0
votes
1answer
75 views
TcxMaskEdit for password field on borland
I have a EditText declarated as TcxMaskEdit for password field and when I write on it the characters show as * but I want that sometime show the characters, but I don´t find the methos for that.
Thx
3
votes
2answers
114 views
psuedo global variable in c
An interview question asked very frequently. But, i'm not clear with the explanation, which i found on different websites. Because, when i'm trying to execute this code, then it shows _AX undeclared ...
0
votes
0answers
123 views
C# application having problems loading dll with Borland VCL
we have developed a C# applications that uses a dll done with C++ Builder, and using VCL. When the application loads the dll, without calling any function, I have some issues in the c# application, ...
0
votes
1answer
261 views
Using a C# dll in Borland C++
I have a dll I wrote in VS2010 C#, and ensured the project is marked COM visible, and registered for COM Interop. I can use in a VS2010 C++ project, by going through the C++ Property Pages->Common ...
0
votes
1answer
197 views
how to connect from c++ consol program to MS SQL SERVER
I made a simple c++ console program by borland c 3.1 ,and i want to connect to sql server to manipulate data in data base
0
votes
0answers
200 views
Borland Teamsource - break admin lock
I work at a shop which uses Delphi for fat-client development, and uses Borland's Teamsource product to manage the source code, etc. We've had several instances where developers have put an ...


