[fpc-pascal]Info about the compiler

2004-01-10 Thread Raul Heras
    Freepascal compiler can compile for 32 bits real mode??

Re: [fpc-pascal]Info about the compiler

2004-01-10 Thread Marco van de Voort
> Freepascal compiler can compile for 32 bits real mode?? Yes ___ fpc-pascal maillist - [EMAIL PROTECTED] http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal]Info about the compiler

2004-01-10 Thread James Mills
On Sat, Jan 10, 2004 at 01:32:18PM +0100, Marco van de Voort wrote: > > Freepascal compiler can compile for 32 bits real mode?? > > Yes I was just thinking about FPC being used to write a small kernel again, I know it's been talked about before in threads in the past but the whole process of

Re: [fpc-pascal]Info about the compiler

2004-01-10 Thread Raul Heras
I need to compile a EXE for Real Flat Mode without extender How to Make this? - Original Message - From: Raul Heras To: [EMAIL PROTECTED] Sent: Saturday, January 10, 2004 5:55 AM Subject: [fpc-pascal]Info about the compiler     Freepascal compiler can

Re: [fpc-pascal]Info about the compiler

2004-01-10 Thread Marco van de Voort
> I need to compile a EXE for Real Flat Mode without extender > How to Make this? I said it might work earlier, but I misread the REAL mode part. It is not supported, so you are totally on your own. Probably you want to generate assembler files (.s) with the -a and some -A switches, and then filt

[fpc-pascal]homepage

2004-01-10 Thread domin
Hello. Could anyone add link to FCL documentation on the homepage? It's lack is quite confusing. -- domin ,+°´°+,¸¸,+°´°+,¸¸,+°´°+,¸¸,+°´°+,¸¸,+°´°+,¸¸,+°´°+,¸ jid: [EMAIL PROTECTED] http://www.pascal.w.pl ___ fpc-pascal maillist - [EMAIL PROTECTED] h

Re: [fpc-pascal]homepage

2004-01-10 Thread Michael . VanCanneyt
On Sat, 10 Jan 2004, domin wrote: > Hello. Could anyone add link to FCL documentation on the homepage? > It's lack is quite confusing. Done. Added also fpdoc tool documentation and reference chart. Michael. ___ fpc-pascal maillist - [EMAIL PROTEC

Re: [fpc-pascal]Info about the compiler

2004-01-10 Thread Raul Heras
If i Change to 32 bits real mode, compiler can build a EXE??   Sorry,my english is bad.

Re: [fpc-pascal]Info about the compiler

2004-01-10 Thread Marco van de Voort
> If i Change to 32 bits real mode, compiler can build a EXE > ?? No. You must do that all by yourself. ___ fpc-pascal maillist - [EMAIL PROTECTED] http://lists.freepascal.org/mailman/listinfo/fpc-pascal