Truncated match.
PICList
Thread
'Free Borland C++ Compiler for Download'
2000\02\21@205654
by
Myke Predko
2000\02\21@232504
by
Randy Glenn
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_OUTPICxpertTakeThisOuT
yahoo.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
Anybody know how to tell it to make 16-bit DOS apps?
Andy
2000\02\22@112147
by
Jim Ham
|
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
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
> 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
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
>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
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}>
> 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@120101
by
Michael Rigby-Jones
|
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">"Dr. Imre Bartfai" wrote:</FONT>
<BR><FONT SIZE=2 FACE="Arial">></FONT>
<BR><FONT SIZE=2 FACE="Arial">> Hi,</FONT>
<BR><FONT SIZE=2 FACE="Arial">> try to use Micro-C from Dunfield. It's excellent!</FONT>
<BR><FONT SIZE=2 FACE="Arial">></FONT>
<BR><FONT SIZE=2 FACE="Arial">> Regards,</FONT>
<BR><FONT SIZE=2 FACE="Arial">> Imre</FONT>
<BR><FONT SIZE=2 FACE="Arial">></FONT>
<BR><FONT SIZE=2 FACE="Arial">> On Tue, 22 Feb 2000, Andrew Kunz wrote:</FONT>
<BR><FONT SIZE=2 FACE="Arial">></FONT>
<BR><FONT SIZE=2 FACE="Arial">> > Anybody know how to tell it to make 16-bit DOS apps?</FONT>
<BR><FONT SIZE=2 FACE="Arial">> ></FONT>
<BR><FONT SIZE=2 FACE="Arial">> > Andy</FONT>
<BR><FONT SIZE=2 FACE="Arial">> ></FONT>
<BR><FONT SIZE=2 FACE="Arial">> ></FONT>
</P>
</UL>
</BODY>
</HTML>
</x-html>
2000\02\23@120922
by
Rich Leggitt
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
>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
part 0 16 bytes
</x-html>
2000\02\23@132756
by
adavis
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}>
> 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:
>
> > Date: Tue, 22 Feb 2000 09:49:23 -0500
> > From: Andrew Kunz <
EraseMEakunzspam_OUT
TakeThisOuTTDIPOWER.COM>
> > Reply-To: pic microcontroller discussion list <
PICLIST
spam_OUTMITVMA.MIT.EDU>
> > To:
@spam@PICLISTKILLspam
MITVMA.MIT.EDU
> > Subject: Re: Free Borland C++ Compiler for Download
> >
> > Anybody know how to tell it to make 16-bit DOS apps?
> >
> > Andy
> >
2000\02\23@203523
by
Ryan Pogge
I need a free development environment to use with borland C++ 3.0 ...
any good ones available?
----- Original Message -----
From: Andrew Kunz <KILLspamakunzKILLspam
TDIPOWER.COM>
To: <RemoveMEPICLISTTakeThisOuT
MITVMA.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...