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

[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

[fpc-pascal] Forbidden access to the packages page

2017-11-02 Thread Cleverson Casarin Uliana
Hello, is it normal that the following URL gives a 403 forbidden error when trying to access via Firefox? Here it does: https://www.freepascal.org/packages/ Greetings Cleverson ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org

Re: [fpc-pascal] FPC vs. Lazarus regarding some units...

2017-10-29 Thread Cleverson Casarin Uliana
Em 29/10/2017 11:25, Marco van de Voort escreveu: Reading your messages, I suspect your originally misconfigured FPC, including only RTL, and not packages. It's possible yes, thanks for the hint, will be more careful this time. :) Cleverson ___

Re: [fpc-pascal] FPC vs. Lazarus regarding some units...

2017-10-29 Thread Cleverson Casarin Uliana
Em 29/10/2017 09:47, Bart escreveu: MMSystem is delivered with fpc (at least with my current version: 3.0.4rc1). Good to know, it wasn't the case some 3-4 years ago. Thank you all who answered. Cleverson ___ fpc-pascal maillist -

[fpc-pascal] FPC vs. Lazarus regarding some units...

2017-10-29 Thread Cleverson Casarin Uliana
Hello, beginer here: Some years ago, I tried to port an old Delphi program to FreePascal, and discovered I had to use the entire Lazarus and not FPC alone due to some units missing, e.g. MMSystem. I then installed Lazarus and was able to compile most of the software, but since it was mostly