Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.os.msdos.programmer > #880 > unrolled thread

Borland's Free Ver 5 Compiler

Started byMichael Karas <mkaras@carousel-design.com>
First post2013-04-07 12:58 -0700
Last post2013-04-08 14:20 -0700
Articles 4 — 4 participants

Back to article view | Back to comp.os.msdos.programmer


Contents

  Borland's Free Ver 5 Compiler Michael Karas <mkaras@carousel-design.com> - 2013-04-07 12:58 -0700
    Re: Borland's Free Ver 5 Compiler Ross Ridge <rridge@csclub.uwaterloo.ca> - 2013-04-07 18:23 -0400
    Re: Borland's Free Ver 5 Compiler "Bill Leary" <Bill_Leary@msn.com> - 2013-04-07 23:31 -0400
    Re: Borland's Free Ver 5 Compiler rugxulo@gmail.com - 2013-04-08 14:20 -0700

#880 — Borland's Free Ver 5 Compiler

FromMichael Karas <mkaras@carousel-design.com>
Date2013-04-07 12:58 -0700
SubjectBorland's Free Ver 5 Compiler
Message-ID<MPG.2bcb6faae241e60f9896f6@news.eternal-september.org>
[This followup was posted to comp.os.msdos.programmer and a copy was sent to the cited author.]

Some time back the company that now holds the strings to what used to be 
Borland posted an available Version 5 of their compiler tools for free 
download. 

Does anyone know if these Ver 5 tools are suitable for use in making 
programs under MSDOS or FreeDOS?


-- 

Michael Karas
Carousel Design Solutions
http://www.carousel-design.com

[toc] | [next] | [standalone]


#882

FromRoss Ridge <rridge@csclub.uwaterloo.ca>
Date2013-04-07 18:23 -0400
Message-ID<kjsrlk$dk$1@rumours.uwaterloo.ca>
In reply to#880
Michael Karas  <mkaras@carousel-design.com> wrote:
>Does anyone know if these Ver 5 tools are suitable for use in making 
>programs under MSDOS or FreeDOS?

The free Borland C++Builder 5 command line tools were only usable for
creating 32-bit Windows applications, unfortunately.

					Ross Ridge

-- 
 l/  //	  Ross Ridge -- The Great HTMU
[oo][oo]  rridge@csclub.uwaterloo.ca
-()-/()/  http://www.csclub.uwaterloo.ca/~rridge/ 
 db  //	  

[toc] | [prev] | [next] | [standalone]


#885

From"Bill Leary" <Bill_Leary@msn.com>
Date2013-04-07 23:31 -0400
Message-ID<FoidnRS69v2Cp__MnZ2dnUVZ_o2dnZ2d@giganews.com>
In reply to#880
"Michael Karas"  wrote in message 
news:MPG.2bcb6faae241e60f9896f6@news.eternal-september.org...
> [This followup was posted to comp.os.msdos.programmer and a copy was sent 
> to the cited author.]
>
> Some time back the company that now holds the strings to what used
> to be Borland posted an available Version 5 of their compiler tools for
> free download.

I haven't downloaded anything but Turbo Pascal 5.5.  If that's what you're 
talking about then...

> Does anyone know if these Ver 5 tools are suitable for use in making
> programs under MSDOS or FreeDOS?

Under MS-DOS, yes.  I've used it (Turbo Pascal 5.5) for that for years.  I 
don't have FreeDOS installed on anything, so I can't say about that.

    - Bill

[toc] | [prev] | [next] | [standalone]


#889

Fromrugxulo@gmail.com
Date2013-04-08 14:20 -0700
Message-ID<8acc556d-f6de-40cb-a020-260455e26fc4@googlegroups.com>
In reply to#880
Hi,

On Sunday, April 7, 2013 2:58:07 PM UTC-5, Michael Karas wrote:
> 
> Some time back the company that now holds the strings to what used to be 
> Borland posted an available Version 5 of their compiler tools for free 
> download. 
> 
> Does anyone know if these Ver 5 tools are suitable for use in making 
> programs under MSDOS or FreeDOS?

I suppose you mean Borland C++ 5.5 from Embarcadero. You still need to "sign up" (give them some personal info) to get the download, but yeah, last I checked, it's freeware (but you probably can't redistribute it).

http://edn.embarcadero.com/article/20633

Suitable for DOS? It's not a DOS compiler, only Win32 (PE) flat memory model, though it does use 32-bit OMF (OBJ), IIRC. You can use it in DOS via WDOSX or Japheth's HX, if you want. But it's not really a DOS compiler, so if you want "real" DOS (and access to lots of other DOS things that are harder to do in a Windows-oriented toolset), you'd be better off with OpenWatcom or DJGPP (IMHO).

[toc] | [prev] | [standalone]


Back to top | Article view | comp.os.msdos.programmer


csiph-web