[Overview][Procedures and functions] | Reference for unit 'dxeload' (#rtl) |
Load DXE file in memory
Source position: dxeload.pp line 22
function dxe_load( |
filename: String |
):pointer; |
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.
If an error occurs during the load or relocations, Nil is returned.
No notes exist for this page yet.