borland-c++ Questions
3
Solved
My company provides a third party with a DLL which provides them with API functions they can use to connect to our application. The DLL was written in VC9, and the API functions used VC's default c...
Carnet asked 13/5, 2011 at 6:30
3
Solved
I'm trying to find a solution to allow me to compile C code to a DOS executable from Windows 7 64-bit. I recently updated from XP 32-bit to Win7 64-bit, and now my Borland C++ 5.0 compiler won't wo...
Unpracticed asked 7/1, 2015 at 23:40
2
Solved
As the semester's deadlines approach, I decided to start working on a project in Operating Systems course at my college.
The problem with the project assignment is that it requires students to dev...
Motorcade asked 25/5, 2016 at 21:47
1
Solved
Compiling the following example
struct S {};
int main() {
S array[1] = { S() };
}
with bcc32 I get the following error:
[bcc32 Error] test.cpp(4): E2225 Too many initializers
Is it a bug in...
Stickweed asked 20/11, 2015 at 15:9
2
Solved
I am trying to pack some structs with Borland C++Builder (XE6) (in the future: bcc).
I am using a library which uses the following construct to create structs:
#ifdef _MSC_VER
#define PACKED_BEG...
Palacio asked 14/4, 2015 at 14:28
2
I am new in programming with gnu C++. I have an application which I thought to be converted to cross platform and I began to use C::B about two months ago. I had many problems but I solved them kee...
Peplum asked 4/1, 2015 at 19:23
1
Solved
I am studying the behavior of global variables.
So far , I thought the multiple definition of global variables is an illegal way ,
and must get an error. But I got an unexpected result from Borla...
Lumbye asked 27/12, 2014 at 12:36
1
Solved
I was just wondering why ancient compilers like Turbo c++ 3.0(Blue screen IDE) & Borland Turbo C++ 4.5 etc doesn't report any error in following program.
#include <iostream.h>
int main()...
Render asked 4/12, 2014 at 8:57
6
I need to create a function that undoes the previous task/addition/change. How do I do this in Borland C++?
(The program stores strings of text in a text file using "list". It is stored and then e...
Expulsive asked 30/4, 2010 at 16:28
6
sometimes I have to debug an application that was written with Borland C++ Builder. This application loads dlls compiled with Visual C++. Is there a debugger that can debug both parts of the applic...
Steere asked 23/9, 2011 at 7:26
1
© 2022 - 2024 — McMap. All rights reserved.