Currently XD Pascal can produce EXEs, but not DLLs. To support DLL building, we need to: - Fill the `.edata` and `.reloc` (?) sections in the PE - Introduce the `library` and `exports` keywords. There is no reliable information on the `exports` syntax
Currently XD Pascal can produce EXEs, but not DLLs. To support DLL building, we need to:
.edataand.reloc(?) sections in the PElibraryandexportskeywords. There is no reliable information on theexportssyntax