Zortech C++: Difference between revisions
m cats |
No edit summary |
||
Line 1: | Line 1: | ||
==Description== | ==Description== | ||
A 16 and 32 bit C and C++ development system for DOS, Windows and OS/2, the system compromised an IDE with editor, compiler, profiler and debugger. Note that with version 2 you could buy an integrated system that supported OS/2 and DOS or a cheaper system that only supported DOS and in some countries only the cheaper version was distributed. With version 3 of the compiler 16 and 32 bit versions for DOS and 16 bit version Windows and OS/2 came in the same package. The company also had ports for the Macintosh and SCO Unix. Bought by Symantec in the early 90's who released a version 3.1 as a separate compiler for 32 bit OS/2 only. | A 16 and 32 bit C and C++ development system for DOS, Windows and OS/2, the system compromised an IDE with editor, compiler, profiler and debugger. Note that with version 2 you could buy an integrated system that supported OS/2 and DOS or a cheaper system that only supported DOS and in some countries only the cheaper version was distributed. With version 3 of the compiler 16 and 32 bit versions for DOS and 16 bit version Windows and OS/2 came in the same package. The company also had ports for the Macintosh and SCO Unix. Bought by Symantec in the early 90's who released a version 3.1 as a separate compiler for 32 bit OS/2 only. | ||
The built in editor shipped with the package was based on [[MicroEMACS]]. After Symantec stopped selling the package the original developer started selling it under the '''Digital Mars''' name and currently offers it as a free download, however that version offers support for 16 and 32 code generation for both DOS and Microsoft Windows but contains no OS/2 support. | |||
==Version== | ==Version== | ||
Line 10: | Line 12: | ||
==Author== | ==Author== | ||
* Zortech Ltd. | * Zortech Ltd. (Originally Zorland Ltd.) | ||
* Symantec | * Symantec | ||
Line 18: | Line 20: | ||
* http://www.drdobbs.com/cpp/examining-zortech-c-20/184408290 (A review of version 2 from 1990) | * http://www.drdobbs.com/cpp/examining-zortech-c-20/184408290 (A review of version 2 from 1990) | ||
* [http://books.google.co.uk/books?id=z1AEAAAAMBAJ&pg=PA59&lpg=PA59&dq=Zortech+os/2&source=bl&ots=Jm3RJbu1tu&sig=ZosHB7L8hP2ZU9U-YjUA6JRzWkk&hl=en&sa=X&ei=bhBYVLejE5btaOLSgvAJ&ved=0CCgQ6AEwAQ#v=onepage&q=Zortech%20os%2F2&f=false A review of version 2.18 from Infoworld] | * [http://books.google.co.uk/books?id=z1AEAAAAMBAJ&pg=PA59&lpg=PA59&dq=Zortech+os/2&source=bl&ots=Jm3RJbu1tu&sig=ZosHB7L8hP2ZU9U-YjUA6JRzWkk&hl=en&sa=X&ei=bhBYVLejE5btaOLSgvAJ&ved=0CCgQ6AEwAQ#v=onepage&q=Zortech%20os%2F2&f=false A review of version 2.18 from Infoworld] | ||
* http://www.digitalmars.com - Current owner of the codebase | |||
[[Category:Tools]] [[Category:DOS Tools]] [[Category:MS Windows Tools]] [[Category:MAC Finder Tools]] [[Category:SCO Tools]] | [[Category:Tools]] [[Category:DOS Tools]] [[Category:MS Windows Tools]] [[Category:MAC Finder Tools]] [[Category:SCO Tools]] |
Revision as of 06:08, 25 November 2014
Description
A 16 and 32 bit C and C++ development system for DOS, Windows and OS/2, the system compromised an IDE with editor, compiler, profiler and debugger. Note that with version 2 you could buy an integrated system that supported OS/2 and DOS or a cheaper system that only supported DOS and in some countries only the cheaper version was distributed. With version 3 of the compiler 16 and 32 bit versions for DOS and 16 bit version Windows and OS/2 came in the same package. The company also had ports for the Macintosh and SCO Unix. Bought by Symantec in the early 90's who released a version 3.1 as a separate compiler for 32 bit OS/2 only.
The built in editor shipped with the package was based on MicroEMACS. After Symantec stopped selling the package the original developer started selling it under the Digital Mars name and currently offers it as a free download, however that version offers support for 16 and 32 code generation for both DOS and Microsoft Windows but contains no OS/2 support.
Version
- 3.1 (32 bit version)
- 3.04r (16 bit version)
Licence
- Discontinued commercial software
Author
- Zortech Ltd. (Originally Zorland Ltd.)
- Symantec
Documents
Links
- http://www.drdobbs.com/cpp/examining-zortech-c-20/184408290 (A review of version 2 from 1990)
- A review of version 2.18 from Infoworld
- http://www.digitalmars.com - Current owner of the codebase