
                       What is DYNAMIC MEMORY MANAGER?

It's an interface used by other modules to manage the memory.

This memory management has been created for implementing a virtual memory
 manager within any program written C or in assembler.

 Features:

  - Use of the conventional memory, XMS memory and virtual memory on disk.
  - Useful for those who have no DOS EXTENDER VMM support.
  - Programmer don't care how memory is available, more available, more
     fast it is.
  - Use of resource data stored in a DATA file or in the same .EXE file.
     Concept like in windows programming!
  - Can be linked with any program written in C/C++ or in assembler.
  - Support two memory model: small and medium.

Read file DMM.DOC for full information.

