+The
+It exists only for dos. +
++dxe_load loads the contents of the file filename into memory. +It performs the necessary relocations in the object code, and returns then +a pointer to the entry point of the code. +
++For an example, see the emu387 unit in the RTL. +
+
+The
+It shouldn't be necessary to use the function in this unit, it should be +enough to place this unit in the uses clause of your program to +enable the coprocessor emulation under dos. The unit initialization +code will try and load the coprocessor emulation code and initialize it. +
+
+npxsetup checks whether a coprocessor is found. If not, it loads the
+file
+If the environment variable 387 is set to N, then the emulation +will be loaded, even if there is a coprocessor present. If the variable +doesn't exist, or is set to any other value, the unit will try to detect +the presence of a coprocessor unit. +
+
+The function searches the file
+It should never be necessary to call this function, because the +initialization code of the unit contains a call to the function with +as an argument paramstr(0). This means that you should deliver the +file wmemu387.dxe together with your program. +
+