Utilities: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
==Source code utilities== | ==Source code utilities== | ||
[[Configuration management]] | See also: [[Configuration management]] | ||
==Linker and exe utilities== | ==Linker, DLL and exe utilities== | ||
[[HighMem]] - Marks libraries for use with high memory | * [[Above 512]] - Marks libraries for use with high memory | ||
* [[HighMem]] - Marks libraries for use with high memory | |||
* [[PMDLL]] - Shows all DLL's a exe or DLL will call | |||
==Compiler generation, language translation and interpreters== | ==Compiler generation, language translation and interpreters== |
Revision as of 21:05, 4 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 libraries for use with high memory
- HighMem - Marks libraries for use with high memory
- PMDLL - Shows all DLL's a exe or DLL will call