Jump to content

IBM VisualAge C++ 3.0: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
Ak120 (talk | contribs)
mNo edit summary
Line 4: Line 4:
* ANSI 1992 C++ compliant, supports templates but not namespaces that were introduced in a later ANSI STL standard.
* ANSI 1992 C++ compliant, supports templates but not namespaces that were introduced in a later ANSI STL standard.
* Available in German and Japanese in addition to English.
* Available in German and Japanese in addition to English.
* IBM kept issuing fixes up until 2001 for the compiler which meant that it was in many ways the most stable C toolkit available for OS/2 both in regards to code and app stability, it is for many the most preferred version of the tool especially for driver programming although most application developers that do not need the visual tools that come with 3.0.x prefer using the later 3.6.5.
 
* Last known OS/2 version is 3.0.8-TFP2 for the English version, 3.06 for the German and Japanese versions
==Updates==
IBM kept issuing fixes up until 2001 for the compiler which meant that it was in many ways the most stable C toolkit available for OS/2 both in regards to code and app stability, it is for many the most preferred version of the tool especially for driver programming although most application developers that do not need the visual tools that come with 3.0.x prefer using the later 3.6.5.
 
* 3.0.6 for the German and Japanese versions
* 3.0.8-TFP2 for the English version


==Articles==
==Articles==
Line 19: Line 23:
;VisualAge C++ 3.0 updates
;VisualAge C++ 3.0 updates
Study the readme text files that comes with the fixpack files, the fixpack files need to be installed in a specific order.
Study the readme text files that comes with the fixpack files, the fixpack files need to be installed in a specific order.
* VAC 3.0.8 [ftp://ftp.software.ibm.com/ps/products/visualagecpp/fixes/v30os2/english-us/fixpak8/ English Fixpack 8] - Note you will also need the Post fix pack 1 and 2 located in the "tempfix" directory to update it to 3.0.8-TFP2 and the [ftp://ftp.software.ibm.com/ps/products/visualagecpp/fixes/v30os2/english-us/tempfix/eurofix/ Eurofix file] that post dates TFP2
* [ftp://ftp.software.ibm.com/ps/products/visualagecpp/fixes/v30os2/english-us/fixpak8/ English Fixpack 8]
* VAC 3.0.6 [ftp://ftp.software.ibm.com/ps/products/visualagecpp/fixes/v30os2/german/ Fixpack 6 for the German version] and [ftp://ftp.software.ibm.com/ps/products/visualagecpp/fixes/v30os2/japanese/ Fixpack 6 for the Japanese version].
** Post fix pack 2 located in the "tempfix" directory to update it to 3.0.8-TFP2
** [ftp://ftp.software.ibm.com/ps/products/visualagecpp/fixes/v30os2/english-us/tempfix/eurofix/ Eurofix] that post dates TFP2
* [ftp://ftp.software.ibm.com/ps/products/visualagecpp/fixes/v30os2/german/ Fixpack 6 for the German version] and [ftp://ftp.software.ibm.com/ps/products/visualagecpp/fixes/v30os2/japanese/ Fixpack 6 for the Japanese version].


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

Revision as of 08:54, 31 December 2018

Initial release of the VisualAge C++ product, it gets version number 3 since it is a follow on to the IBM C Set++ for OS/2 package, this was an OS/2 only product with Windows and AIX versions not showing up until v3.5 and 4.

Features

  • ANSI 1992 C++ compliant, supports templates but not namespaces that were introduced in a later ANSI STL standard.
  • Available in German and Japanese in addition to English.

Updates

IBM kept issuing fixes up until 2001 for the compiler which meant that it was in many ways the most stable C toolkit available for OS/2 both in regards to code and app stability, it is for many the most preferred version of the tool especially for driver programming although most application developers that do not need the visual tools that come with 3.0.x prefer using the later 3.6.5.

  • 3.0.6 for the German and Japanese versions
  • 3.0.8-TFP2 for the English version

Articles

Publications

  • Law; Love; Olson; Tsuji: Power Programming with VisualAge C++ - Wiley 1996, ISBN 0-471-16482-8
  • Carrel-Billiard, Jakab, Mauny, Vetter: Object-Oriented Application Development with IBM VisualAge for C++ for OS/2 - Prentice Hall, ISBN 0-13-242447-9

Links

VisualAge C++ 3.0 updates

Study the readme text files that comes with the fixpack files, the fixpack files need to be installed in a specific order.