Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
borland-c++
- Page 1
Borland C++
Programming
Software Development
16 Years Ago
by gayatrisona
I am facing a problem in
Borland
C
++ code. There is a database in SQL server 2005. Merge …publication is done on the database. the
borland
c
++ application connects to that database. There is one table in…
Borland c++ builder question
Programming
Software Development
21 Years Ago
by Sars
… a trainer. This is just for hobby. I been using
borland
c
++ builder. I made my dialog and button. I need the… been looking all over on how to insert this into
borland
and what command line to use. This is what I… two days ago and got that fast :p and
c
++ today but
c
++ is much harder. Any help is appreciated. My MSN…
Borland C++ builder - how to save in .CPP format
Programming
Software Development
20 Years Ago
by randev
Hi I am just beginning to learn
C
++. I am using
Borland
C
++ Builder ( free version ). I want to know is after …writing the
C
++ commands in Note pad, how do…format. CPP format is required to convert to .EXE through
Borland
. Notepad only saves in TXT format!!!. Correct me if …
Borland C++ 4.5.2 w/ XP?
Programming
Software Development
18 Years Ago
by linux
Before I start, is
Borland
C
++ free? Or do you have to pay money for it? Second, I found a
Borland
C
++ 4.5.2 CD in my dad's old computer bag. If I install it on XP, will it have any compatibility errors?
Re: Borland C++ 4.5.2 w/ XP?
Programming
Software Development
18 Years Ago
by Narue
>is
Borland
C
++ free? It depends on the version.
Borland
5.5 is free as a command line compiler, and Turbo
C
++ Explorer is a free compiler/IDE. >If I install it on XP, will it have any compatibility errors? No, but you will have issues with your compiler not properly supporting
C
++.
Re: Borland C++ not working!!!
Programming
Software Development
15 Years Ago
by kenji
[QUOTE=didi00;1068386]My
Borland
C
++ vresion 3.1 isn't working. It works with simpler … graphics and animations. Is there any settings that will make
Borland
work? I'm using Windows 7 but the same happened… you all!!![/QUOTE] Use a newer compiler, such as Visual
C
++ Express or Code::Blocks.
Borland C++ version 3.1 manuals
Programming
Software Development
17 Years Ago
by rkesmodel
We have a need to modify a program on a DOS machine written in
Borland
C
++ version 3.1. Our customer threw away the
Borland
manuals some time ago. In particular we need the manuals detailing how to use the compiler in DOS. Help anyone? Thanks. Roy
Borland C++ not working!!!
Programming
Software Development
15 Years Ago
by didi00
My
Borland
C
++ vresion 3.1 isn't working. It works with simpler codes, but it doesn't works with graphics and animations. Is there any settings that will make
Borland
work? I'm using Windows 7 but the same happened with Vista and XP also, so help? Please? Thank you all!!!
Re: Borland c++ builder question
Programming
Software Development
13 Years Ago
by NonoMeme
…some Problem with my program who made from
borland
C
++ builde 6 this is my list program …rantai2[loop]= 'A'; panjang++; } else if (rantai[loop]=='
c
' ||'
C
'){ rantai2[loop]= 'G'; panjang++; } else if (rantai[loop…
Borland C++ Builder 4 [Linker Error] Unresolved External
Programming
Software Development
9 Years Ago
by Daniel_46
I'm trying to compile an old project in
Borland
C
++ Builder 4. I have a working exe and the source … of this seems to work. I am fairly new to
C
++ and
C
++ Builder, so I am hoping that it is something…
Borland C++ Builder 6 Errors
Programming
Software Development
20 Years Ago
by Mahen
… writing this because i am having problems with my compiler
Borland
C
++ Builder 6 Evaluation Version :-( The problem is that after I… problem is that whenever i try to compile and link
C
++ source codes, it produces a linker error like this: "…
Re: Borland C++ vr 4.5
Programming
Software Development
20 Years Ago
by vegaseat
It is in the free
Borland
C
++ Version 5.5 and even the very old Turbo
C
Version 3.1 has delay() in the dos.h header. You might have to tell it, that you don't compile for a windows program with "#undef Windows" or something like that.
borland c++ 3.1 uses more CPU than photoshop?!
Programming
Software Development
17 Years Ago
by xeption12
… problem is (it isnt actually a problem ... ) why when using
Borland
C
++ 3.1 the CPU runs at 2.4 Mhz/core… somebody an explanation for this?:) Do you recommend me another
C
++ editor/compiler that also has the Help included? I can…
Borland C Command line option.
Programming
Software Development
17 Years Ago
by sanjayk1241@yah
Hi, I am using
Borland
C
Compiler for preprocessing a source file. I am using the following command for preprocessing....
C
:\cpp32.exe -P…
Re: Borland C Command line option.
Programming
Software Development
17 Years Ago
by WaltP
[QUOTE=sanjayk1241@yah;558730]Hi, I am using
Borland
C
Compiler for preprocessing a source file. I am using the …following command for preprocessing....
C
:\cpp32.exe -P- -o"outputfilename" "Sourcefilename"…
Borland C++ vr 4.5
Programming
Software Development
20 Years Ago
by blackhawk
I have a question. Still trying to understand. I am using
borland
c
++ vr 4.5. I am working on a project that usees the sleep function 4.5 does not support this function. Is there somewhere i can find a win16 version that would work in this program. tnx ron hathcock
Borland C++ application GUI problem
Programming
Software Development
16 Years Ago
by tbk
… problem i'm facing I have designed a application using
Borland
C
++ Builder 6. The problem I'm dealing with is that…
Re: Borland C++ application GUI problem
Programming
Software Development
16 Years Ago
by tbk
I use
Borland
C
++ Builder 6 In compiler options under "Packages" tab …
Re: Borland C++
Programming
Software Development
18 Years Ago
by GreenDay2001
We too are supposed to use
Borland
C
++ 3 in our school. But in college they shoudn't. Standard
C
++ comes with few more…
Re: Borland C++ vr 4.5
Programming
Software Development
20 Years Ago
by Narue
Borland
4.5 supports the delay function IIRC. Include <dos.h> and pass it the number of milliseconds you want to pause: [code] #include <iostream.h> #include <dos.h> int main() { cout<<"Test 1\n"; delay(2000); // Two second pause cout<<"Test 2\n"; return 0; } [/code]
Urgent !!! Please Help! Borland C++ 5.5 Compiler not Working.
Programming
Software Development
13 Years Ago
by ashu12v
Hi,
Borland
C
++ 5.5 isn't working.:@ Test file [B]Hello.
c
[/B][CODE]#include <stdio.h> int…gt;bcc32 Hello.
c
Borland
C
++ 5.5.1 for Win32 Copyright (
c
) 1993, 2000
Borland
Hello.
c
: Error E2209 Hello.
c
1: Unable… -I"
c
:\
Borland
\BCC55\include" -L"
c
:\
Borland
\BCC55\lib" ilink32.cfg -L"
c
:\
Borland
\BCC55\lib"…
Opennig .ide files in Borland C++ Builder
Programming
Software Development
16 Years Ago
by noorinlalani
…I have developed an application in
Borland
C
++ 5.02 (Not builder). I need to now use
Borland
C
++ Builder 6. But I am… unable to open .ide project file (created in
Borland
C
++ 5.02) in
Borland
C
++ Builder 6. Can anyone please suggest how can… I open .ide file in
Borland
C
++ Builder? Is there any tool available to do so?…
How to setup Borland C++ IDE Environment
Programming
Software Development
16 Years Ago
by Noe'
How to setup
Borland
C
++ IDE Environment? I've loaded the
Borland
C
++, it went ok. Now what of the environment and the …\output\final Now mind you that there's
Borland
C
++ and a Toolkit/Programmers code from Lantronix, that's why …
Program For Image Access Using Borland C?
Programming
Software Development
17 Years Ago
by sagarvs
….for that ,the image processing is to be done in
borland
C
and using code composer it shud be called to a… accessing a grayscale image(8 bit or 16 bit) using
borland
C
,and then to view it pixel by pixel,and then… transforms(eg-DCT,DWT etc)on the source image using
borland
C
.So please help me with the needed codes for accessing…
javascript in borland c++ builder
Programming
Software Development
15 Years Ago
by ranjita.cdt.esg
…I have done so far is: 1>I use
Borland
C
++ Builder Version 5. 2>I use TCppWebBrowser which… But unable to make it work on
borland
c
++ builder. The website I referered had
c
++ code for visual : References made: …KB/cpp/jscriptfromcpp.aspx-------> Vc++ code Tried in
borland
c
++ group too Can anyone help me or guide me in…
How to Make Http Requests from Borland C++ 5.0 Client Tool
Programming
Software Development
17 Years Ago
by imkul
… and parse the response back from that request using a
Borland
C
++ 5.0 Client application. If anyone has a sample code… am also open to external libraries that can work with
Borland
C
++ 5.0. One of the samples showed to use Perl…
vista & borland C++
Hardware and Software
Microsoft Windows
15 Years Ago
by jimtaylor
… a few months older than the other. I am running
Borland
C
++ Builder Personal Version 6.0 on both of them. The… the component palette no hint is displayed. I copied the
Borland
entire folder from the older computer (where all is well…. Is this a problem with the Vista environment or with
Borland
? I sorta vote for a Vista problem on the newest…
Re: Program For Image Access Using Borland C?
Programming
Software Development
17 Years Ago
by Salem
…, others? > the image processing is to be done in
borland
C
and using code composer > it shud be called to… is done on your PC, with code you compile with
Borland
. But what work is done on the DSP, and what…
Re: How to setup Borland C++ IDE Environment
Programming
Software Development
16 Years Ago
by tesuji
Usually
Borland
c
++ Version 5 does not need special configuration after proper installation …
Re: vista & borland C++
Hardware and Software
Microsoft Windows
15 Years Ago
by jimtaylor
[QUOTE=Yiuca;896493]I think
Borland
C
++ Builder Personal Version has always had some compatibility issues with Vista... Yes, it has.
Borland
wants to install in Program Files, but it will not run under Vista from that location. It must be installed elsewhere. But - the big mystery is why it works on one computer and not the other.
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC