Hi

On Sun, 6 Dec 2015, Lukas Gradl wrote:

> When calling fpc from linux command line -Twin32 is missing. -TWin64 works as
> expected. Where did -Twin32 go?

Nowhere. Seems you are using a 64bit targeted compiler, which can only
output x86_64 code, so Win64 only. You need an i386 compiler or
crosscompiler, to produce Win32 (therefore x86/i386) code.

There was no single compiler binary ever, which could do Win32 and Win64
in one.

Yes, indeed, have a sleep. :)

Charlie
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to