Jump to content

Utilities: Difference between revisions

From EDM2
mNo edit summary
No edit summary
Line 2: Line 2:


==Source code utilities==
==Source code utilities==
;Source code translators
 
* [[Ephedra]] - C/C++ to Java
See also: [[Configuration management]]
See also: [[Configuration management]]


Line 14: Line 13:


==Compiler generation, language translation and interpreters==
==Compiler generation, language translation and interpreters==
 
;Source code translators
* [[Ephedra]] - C/C++ to Java
See also [[XML]] (XML parsers)
==Hardware related utilities==
==Hardware related utilities==
* [[HWman]]
* [http://www.ecsoft2.org/hwman-os2-hardware-manager-replacement-class HWman]


[[Category:Utilities]]
[[Category:Utilities]]

Revision as of 07:26, 13 June 2016

Utilities and other tools and tool kits for programmers that are either language neutral or at the least support more than one programming language, utilities that are specific to a programming language or a tool are listed from the respective language page or the page for the tool that it targets.

Source code utilities

See also: Configuration management

Linker, DLL and exe utilities

  • Above 512 - Marks DLL's for use with high memory
  • HighMem - Marks DLL's for use with high memory
  • PMDLL - Shows all DLL's a exe or DLL will call
Binary editors

Compiler generation, language translation and interpreters

Source code translators

See also XML (XML parsers)

Hardware related utilities