Jump to content

TopSpeed C++: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Ak120 (talk | contribs)
mNo edit summary
Line 1: Line 1:
A C++ development system for 16 bit OS/2, Windows and DOS code, can be run natively or by cross compiling from DOS, can also be used to develop for the ''PSION series 3'' if used in conjunction with the [[PSION s3 SDK]]. System now owned by Soft Velocity who use it as a utility development system for their Clarion database product and an OS/2 compatible product is no longer being offered. Originally a development of the [[TopSpeed Modula-2]] package and shares the same environment and back-end.
A C++ development system for 16 bit OS/2, Windows and DOS code, can be run natively or by cross compiling from DOS, can also be used to develop for the ''PSION series 3'' if used in conjunction with the [[PSION s3 SDK]]. System now owned by Soft Velocity who use it as a utility development system for their Clarion database product and an OS/2 compatible product is no longer being offered. Originally a development of the [[TopSpeed Modula-2]] package and shares the same environment and back-end.


The TopSpeed C++ compiler came out considerably later than the Pascal, Modula-2 and C compilers from the same company and was never considered as good as they were, but the later versions are a distinct improvement in particular the 3.10v, although by now completely outdated and only really usable for DOS development in general and in the case of OS/2 for text mode development.
The TopSpeed C++ compiler came out considerably later than the Pascal, Modula-2 and C compilers from the same company. The later versions are a distinct improvement in particular the 3.10v although by now completely outdated and only really usable for DOS development in general and in the case of OS/2 for text mode development.


==Version==
==Version==
* 1992: 3.02
* 3.02 (1992)
* Last known version: 3.10
* 3.10


====Prerequisites====
====Prerequisites====
Line 13: Line 13:


==License==
==License==
* Commercial - Discontinued
Vendor:
 
* TopSpeed
==Author==
* [[Jensen and Partners International]]
* [[Jensen and Partners International]]
* [[Niels Jensen]]


==Publications==
==Publications==
;Articles
;Articles
* [http://books.google.com/books?id=X4152M1DLygC&pg=PA396 A review of TopSpeed C/C++ v3.02] - PC Magazine (Jul 1992)
* [//books.google.com/books?id=X4152M1DLygC&pg=PA396 A review of TopSpeed C/C++ v3.02] - PC Magazine (Jul 1992)
* [http://books.google.com/books?id=L2RD68Gg2sMC&pg=PA197 A review of TopSpeed C++ 3.1] - PC Magazine (1994)
* [//books.google.com/books?id=L2RD68Gg2sMC&pg=PA197 A review of TopSpeed C++ 3.1] - PC Magazine (1994)


==Links==
==Links==
* [http://www.nezumi.demon.co.uk/modula/jpi/fixes.doc Various fixes and workarounds for the 3.10 version of the compiler]
* [//www.nezumi.demon.co.uk/modula/jpi/fixes.doc Various fixes and workarounds for the 3.10 version of the compiler]


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

Revision as of 07:35, 5 January 2023

A C++ development system for 16 bit OS/2, Windows and DOS code, can be run natively or by cross compiling from DOS, can also be used to develop for the PSION series 3 if used in conjunction with the PSION s3 SDK. System now owned by Soft Velocity who use it as a utility development system for their Clarion database product and an OS/2 compatible product is no longer being offered. Originally a development of the TopSpeed Modula-2 package and shares the same environment and back-end.

The TopSpeed C++ compiler came out considerably later than the Pascal, Modula-2 and C compilers from the same company. The later versions are a distinct improvement in particular the 3.10v although by now completely outdated and only really usable for DOS development in general and in the case of OS/2 for text mode development.

Version

  • 3.02 (1992)
  • 3.10

Prerequisites

  • For Windows 3.x or Win-OS/2 programming the TopSpeed TechKit is required, but the tools from it integrate into the TopSpeed environment.
  • Although you can develop OS/2 Presentation Manager applications without the OS/2 SDK, it is highly recommended that you use it since the PM support of TopSpeed C++ is rather weak in the parts were tools from the SDK already existed.
  • DOS 3.0 or later and/or OS/2 1.3 or later.

License

Vendor:

Publications

Articles

Links