64Bit compatibility warnings
Vladimir Panteleev
vladimir at thecybershadow.net
Sat Jan 21 05:33:17 PST 2012
On Saturday, 21 January 2012 at 12:53:27 UTC, Nick Sabalausky
wrote:
> "Trass3r" <un at known.com> wrote in message
> news:op.v8flqsr63ncmek at enigma...
>>> Couldn't it be handled by a special switch on 64 bit
>>> compilers, and disabled normally?
>>
>> Theoretically yes, but it would destroy the original intention.
>> Ensuring 64 bit compatibility is as easy as compiling with
>> -m64 from time to time, but some people can't be bothered.
>
> Or they're on windows.
-m64 -o- should work on Windows regardless.
More information about the Digitalmars-d
mailing list