[fpc-pascal] Re: fpc-pascal DLLs

2007-06-16 Thread 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 Also, can it make 16 bit DPMI EXE and DLL files in DOS, or is its DOS extender limited to only

Re: [fpc-pascal] Mac losing Carbon support in 64bit Leopard

2007-06-16 Thread Ingemar Ragnemalm
Felipe Monteiro de Carvalho wrote: On 6/15/07, memsom [EMAIL PROTECTED] wrote: Apaprently Troll Tech is unhappy as they use Carbon in their Qt port for Mac OS X... Everyone is unhappy. Office, Photoshop, Adobe products, Firefox, wxWidgets, etc, are all based on Carbon. Actually to me

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 and

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 variant