Re: [fpc-pascal] Re: fpc-pascal DLLs

2007-06-17 Thread Alexey Pavluchenko
Hello, 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 It doesn't, but maybe HX DOS is what you need: http://www.japheth.de/HX.htm

Re: [fpc-pascal] Re: fpc-pascal DLLs

2007-06-16 Thread Daniƫl Mantione
Op Sat, 16 Jun 2007, schreef Dr: > 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 DLLs no, EXEs yes. You can load dxe files (the go32 vari

Re: [fpc-pascal] Re: fpc-pascal DLLs

2007-06-16 Thread Jonas Maebe
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 a