Jump to content

Emx: Difference between revisions

From EDM2
Ak120 (talk | contribs)
No edit summary
Ak120 (talk | contribs)
mNo edit summary
Line 1: Line 1:
'''emx''' is an environment for creating 32-bit programs for OS/2 and [[DOS]] with the GNU C compiler (GCC).
{{DISPLAYTITLE:emx}}
 
'''emx''' is an environment for creating 32-bit programs for OS/2 and [[DOS]] with the GNU C compiler (GCC). Also native OS/2 programs, including Presentation Manager applications can be created.


==Development Tools==
==Development Tools==
Line 7: Line 9:


==Versions==
==Versions==
* 0.8g
* 0.9b
* 0.9c
* 0.9c
* 0.9d - 1998-12-23
* 0.9d - 1998-12-23
==Links==
*https://sourceforge.net/projects/emx/


[[Category:Software written in C]]
[[Category:Software written in C]]

Revision as of 17:52, 5 March 2017


emx is an environment for creating 32-bit programs for OS/2 and DOS with the GNU C compiler (GCC). Also native OS/2 programs, including Presentation Manager applications can be created.

Development Tools

  • as - GNU Assembler
  • gasp - GNU Assembler Preprocessor
  • gdb - GNU Debugger

Versions

  • 0.8g
  • 0.9b
  • 0.9c
  • 0.9d - 1998-12-23

Links