64-Bit size_t Issues

As mentioned previously, the dimension of size_t grows from 32 to 64 bits in the X64 environment. You should check your project for existing code that assigns or casts size_t to 32-bit types. Use Visual C++ compiler warnings to help detect these problems.