Porting 32 Bit Code to 64 Bits
Although D is designed to make it easy to port code between 32 and 64 bit modes, being a systems programming language, dependencies can creep in. This guide points out what changes between the two.
Versions
Not all code can be made portable between 32 and 64 bits, and must be versioned. The following works: