64-bitness: what it is and what it ain’t
Very interesting post from Rico Mariani on the why’s and why-not’s of doing 64-bit applications, specifically Visual Studio. It’s important to understand that Visual Studio is about manipulating code, not the data that your code will ultimately handle. ..