Jump to content

Borland C++ for OS/2: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Ak120 (talk | contribs)
Line 45: Line 45:


==Links==
==Links==
* [https://books.google.co.uk/books?id=L2RD68Gg2sMC&pg=PA188 A review of Borland C++ v.1] by PC Magazine - 1994
* [http://books.google.com/books?id=L2RD68Gg2sMC&pg=PA188 A review of Borland C++ v.1] by PC Magazine - 1994
* Announcement: [http://www.thefreelibrary.com/BORLAND+SHIPS+BORLAND+C%2B%2B+2.0+FOR+OS+2%3B+New+Version+Includes+OWL...-a016001527 BORLAND SHIPS BORLAND C++ 2.0 FOR OS 2; New Version Includes OWL Support and OS 2 Warp Compatibility.]
* Announcement: [http://www.thefreelibrary.com/BORLAND+SHIPS+BORLAND+C%2B%2B+2.0+FOR+OS+2%3B+New+Version+Includes+OWL...-a016001527 BORLAND SHIPS BORLAND C++ 2.0 FOR OS 2; New Version Includes OWL Support and OS 2 Warp Compatibility.]
* Ron Lamb:
* Ron Lamb:
**[http://www.scoug.com/os24u/1995/scoug511.2.borland.html Borland C++ 2.0 for OS/2] (Nov 1995)
**[http://www.scoug.com/os24u/1995/scoug511.2.borland.html Borland C++ 2.0 for OS/2] (Nov 1995)
**[http://www.scoug.com/OS24U/1995/scoug512.2.borland.html Borland C++ 2.0 for OS/2 - Part II] (Dec 1995)
**[http://www.scoug.com/OS24U/1995/scoug512.2.borland.html Borland C++ 2.0 for OS/2 - Part II] (Dec 1995)
* Michael Kelly: ''[http://collaboration.cmc.ec.gc.ca/science/rpn/biblio/ddj/Website/articles/CUJ/1994/9408/kelly/kelly.htm Multithreading with OS/2 and Borland C++]'' - CUJ (Aug 1994)


[[Category:C++ Development Environment]]
[[Category:C++ Development Environment]]

Revision as of 16:12, 26 October 2018

Borland C++ for OS/2 was an integrated development environment for 32-bit OS/2 systems. It includes the Borland Object Windows Library (OWL), that is compatible with the Windows-based version found in Borland C++.

Features

Tools and Utilities
  • MAKE
  • TLINK - Linker
  • TLIB - Library Manager
  • IMPLIB, IMPDEF - Import library tools
  • BRCC - Borland resource compiler

Versions

  • Feb 1993: Borland C++ for OS/2 Version 1.0
  • Mar 1994: Borland C++ for OS/2 Version 1.5
  • Jan 1995: Borland C++ for OS/2 Version 2.0
  • Jun 1995: Borland C++ 2.0 for OS/2 with SMART
This version is as far as the compiler goes roughly equivalent to version 4 for Windows and does indeed sometimes announce itself as V.4 for OS/2 rather than V.2.

Product Documentation

Version 1.5 (1994)
  • Borland Resource Workshop User's Guide - PDF
  • Borland Turbo Debugger GX User's Guide
  • Borland C++ User's Guide PDF
  • Borland C++ Tools and Utilities Guide PDF
  • Borland C++ Programmer's Guide PDF
  • Borland C++ Library Reference PDF
Version 2.0 (1994)
  • Borland Resource Workshop User's Guide
  • Borland Turbo Assembler for OS/2 User's Guide
  • Borland Turbo Assembler for OS/2 Quick Reference Guide
  • Borland Turbo Debugger for OS/2 User's Guide
  • Borland ObjectWindows for OS/2 Tutorial
  • Borland ObjectWindows for OS/2 Programmer's Guide
  • Borland ObjectWindows for OS/2 Reference Guide

Articles

Links