Re: [fpc-pascal] Can variables be declared within a block?

2010-10-19 Thread Rob Kennedy
On Tue, Oct 19, 2010 at 12:23 AM, Jürgen Hestermann < juergen.hesterm...@gmx.de> wrote: > Reimar Grabowski schrieb: > > for (int i = 0;...) >> Can't see anything wrong. I use declaration of variables inside blocks >> quite often in Java and C++ but have never missed it in pascal. Please >> enligh

[fpc-pascal] Compiling for 64-bit Mac

2010-03-11 Thread Rob Kennedy
I've installed FPC from the fpc-2.4.0.intel-macosx.dmg package on SourceForge, and I'm trying to compile code into a 64-bit program. I can't find the command-line option to make that happen, though. How do I make it generate 64-bit code on my Intel Mac? -- Rob _