[fpc-pascal] Re: fpc-pascal DLLs
Jonas Maebe
jonas.maebe at elis.ugent.be
Sat Jun 16 13:36:39 CEST 2007
On 16 Jun 2007, at 13:16, Dr wrote:
> Please tell me whether FPC Pascal makes DOS ( DPMI ) "protected
> mode" DLL and EXE files, that is, a DLL ( called by a DPMI EXE )
> that runs on DOS, even if there is NO Windows at all on my machine????
No, it doesn't.
> Also, can it make "16 bit DPMI" EXE and DLL files in DOS, or is
> its DOS extender limited to only making 32 bit DPMI files?
FPC can only generate 32 bit (and 64 bit, but those are not for Dos)
executable.
> Also, does FPC Pascal make any type of DOS Overlays?
No (overlays are largely redundant in 32 bit applications).
Jonas
More information about the fpc-pascal
mailing list