[fpc-pascal] Function to know if WIN is 32 or 64

Henry Vermaak henry.vermaak at gmail.com
Tue Mar 15 16:36:15 CET 2011


On 15 March 2011 15:19, Marcos Douglas <md at delfire.net> wrote:
>
> Right. But is better ignore the IA64?

You can do whatever you like.  We chose to ignore it, since we don't
support it.  You just have to check for the
PROCESSOR_ARCHITECTURE_IA64, too, if you'd like to support it.  See
the msdn page:

http://msdn.microsoft.com/en-us/library/ms724958%28v=vs.85%29.aspx

Henry



More information about the fpc-pascal mailing list