Re: [fpc-pascal] Compiler directive to compile to 64 bits

2017-11-02 Thread Cleverson Casarin Uliana
Em 02/11/2017 23:29, leledumbo via fpc-pascal escreveu: fpc -Px86_64 -Twin64 Great, thanks! :) Cleverson ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Compiler directive to compile to 64 bits

2017-11-02 Thread leledumbo via fpc-pascal
> Hi, a newbie question but the docs aren't clear on how to say that I want to use the 64-bit compiler, not the i386 fpc -Px86_64 -Twin64 -- Sent from: http://free-pascal-general.1045716.n5.nabble.com/ ___ fpc-pascal maillist -

[fpc-pascal] Compiler directive to compile to 64 bits

2017-11-02 Thread Cleverson Casarin Uliana
Hi, a newbie question but the docs aren't clear on how to say that I want to use the 64-bit compiler, not the i386. I'm on Windows, so I installed the native i386-win32 compiler, then the x86_64 cross compiler. When I issue for example fpc hello, it uses the i386 one. I also gave a look inside