Searching \ for 'Free Borland C++ Compiler for Download' in subject line. ()
Make payments with PayPal - it's fast, free and secure! Help us get a faster server
FAQ page: www.piclist.com/techref/language/index.htm?key=c%2B%2B
Search entire site for: 'Free Borland C++ Compiler for Download'.

Truncated match.
PICList Thread
'Free Borland C++ Compiler for Download'
2000\02\21@205654 by Myke Predko

flavicon
face
Hi Folks,

I've gotten a few questions over the past year or so regarding C++.

Borland/Imprise has announced that their C++ is now available for download
at:

http://www.borland.com/bcppbuilder/freecompiler/

myke

2000\02\21@232504 by Randy Glenn

picon face
Cool! Thanks, Myke.

BYW, it's "Inprise", not "Imprise" - though it soon might by called "Corel", since the
Ottawa-based company bought them. Go Canada!

-Randy Glenn
E-Mail: spam_OUTPICxpertTakeThisOuTspamyahoo.com
Web: http://i.am/PICxpert

Currently wondering why I can't get in to Safe Mode - where's a Mac when you need it?

{Original Message removed}

2000\02\22@095124 by Andrew Kunz

flavicon
face
Anybody know how to tell it to make 16-bit DOS apps?

Andy

2000\02\22@112147 by Jim Ham

flavicon
face
First the disclaimer: I don't know what revision 5.5 looks like.

Up to revision 5.1 all the switches for the command line compiler were
documented in the User's Guide. You can get an abbreviated list by entering
BCC with no arguments on the command line. There are quite a few! -mt for
the tiny (ss==ds), -ms for small model, -x- to turn off exceptions (and
reduce the size of the executable by about 1/2). BCC32 can't make dos
executables, only BCC which is the 16 bit compiler.

You then have to link in the DOS startup module and DOS libraries. The
startup module is C0n.LIB where n is s,m,l,c that matches your memory
model. Cn.LIB (same n) is the DOS run time library.

You really need to look at the documents. Hopefully the PDF of the User's
guide is included in the free distribution.

Regards,

Jim Ham

At 09:49 AM 2/22/2000 -0500, you wrote:
>Anybody know how to tell it to make 16-bit DOS apps?
>
>Andy
>
>
Jim Ham, Porcine Associates
(650)326-2669 fax(650)326-1071
"http://www.porcine.com"

2000\02\22@112155 by paulb

flavicon
face
Myke Predko wrote:

> Borland/Imprise has announced that their C++ is now available for
> download at:
> http://www.borland.com/bcppbuilder/freecompiler/

 Is that the version that uses timing loops for delays and can't handle
pentia?
--
 Cheers,
       Paul B.

2000\02\22@114754 by Herbert Graf

picon face
> Anybody know how to tell it to make 16-bit DOS apps?

    If it's anything like ver 4.02, when you create a new project it asks
what executable it should make. Afterwards, in the project window, right
click on the head node and it will let you change the target type. You will
have to rebuild though since you will be using different versions of the
libraries. TTYL

2000\02\23@020121 by Dr. Imre Bartfai

flavicon
face
Hi,
try to use Micro-C from Dunfield. It's excellent!

Regards,
Imre

On Tue, 22 Feb 2000, Andrew Kunz wrote:

> Anybody know how to tell it to make 16-bit DOS apps?
>
> Andy
>
>

2000\02\23@084455 by Andrew Kunz

flavicon
face
>BCC32 can't make dos executables, only BCC which is the 16 bit compiler.

Guess what.  Only BCC32 is in the package :-(

Andy

2000\02\23@090408 by Jim Dossey

flavicon
face
You can also download the Borland Turbo C compiler version 2.01.  I
believe that it creates DOS apps.

"Dr. Imre Bartfai" wrote:
{Quote hidden}

2000\02\23@120101 by Michael Rigby-Jones
flavicon
face
part 0 1674 bytes
<P><FONT COLOR="#0000FF" SIZE=2 FACE="Arial">But it's not a C++ compiler :o(</FONT>
</P>

<P><FONT COLOR="#0000FF" SIZE=2 FACE="Arial">Mike</FONT>
</P>
<BR>

<P><FONT SIZE=2 FACE="Arial">&quot;Dr. Imre Bartfai&quot; wrote:</FONT>
<BR><FONT SIZE=2 FACE="Arial">&gt;</FONT>
<BR><FONT SIZE=2 FACE="Arial">&gt; Hi,</FONT>
<BR><FONT SIZE=2 FACE="Arial">&gt; try to use Micro-C from Dunfield. It's excellent!</FONT>
<BR><FONT SIZE=2 FACE="Arial">&gt;</FONT>
<BR><FONT SIZE=2 FACE="Arial">&gt; Regards,</FONT>
<BR><FONT SIZE=2 FACE="Arial">&gt; Imre</FONT>
<BR><FONT SIZE=2 FACE="Arial">&gt;</FONT>
<BR><FONT SIZE=2 FACE="Arial">&gt; On Tue, 22 Feb 2000, Andrew Kunz wrote:</FONT>
<BR><FONT SIZE=2 FACE="Arial">&gt;</FONT>
<BR><FONT SIZE=2 FACE="Arial">&gt; &gt; Anybody know how to tell it to make 16-bit DOS apps?</FONT>
<BR><FONT SIZE=2 FACE="Arial">&gt; &gt;</FONT>
<BR><FONT SIZE=2 FACE="Arial">&gt; &gt; Andy</FONT>
<BR><FONT SIZE=2 FACE="Arial">&gt; &gt;</FONT>
<BR><FONT SIZE=2 FACE="Arial">&gt; &gt;</FONT>
</P>
</UL>
</BODY>
</HTML>
</x-html>

2000\02\23@120922 by Rich Leggitt

picon face
Also, somewhere on Borland's site is freebie Turbo C 3.0 which, IIRC, was
the last DOS-only version. I think I found the link on slashdot...

On Tue, 22 Feb 2000, Andrew Kunz wrote:

{Quote hidden}

2000\02\23@122753 by Alan Pearce

face picon face
>But it's not a C++ compiler :o(

so get a C -> C++ converter, thats how the original C++ compilers were done. The
only problem is when debugging you have to work around the obfuscated names.

2000\02\23@131359 by WF

flavicon
face
part 0 16 bytes
</x-html>

2000\02\23@132756 by adavis

flavicon
face
Turbo C++ 3.0 is not free from Borland, the slashdot article pointed out that
Turbo C 2.01 and 1.0 were released free.

They also released the last version of turbo pascal.

-Adam

Rich Leggitt wrote:
{Quote hidden}

2000\02\23@203523 by Ryan Pogge

flavicon
face
I need a free  development environment to use with borland C++ 3.0 ...
any good ones available?


----- Original Message -----
From: Andrew Kunz <KILLspamakunzKILLspamspamTDIPOWER.COM>
To: <RemoveMEPICLISTTakeThisOuTspamMITVMA.MIT.EDU>
Sent: Wednesday, February 23, 2000 5:40 AM
Subject: Re: Free Borland C++ Compiler for Download


> >BCC32 can't make dos executables, only BCC which is the 16 bit compiler.
>
> Guess what.  Only BCC32 is in the package :-(
>
> Andy

More... (looser matching)
- Last day of these posts
- In 2000 , 2001 only
- Today
- New search...