Compiler Tips
Using the
/Wp64
compiler switch can help you detect and fix 64-bit porting issues more quickly.
Topics in this section
Using /Wp64 to Catch 64-bit Portability Issues
__w64 and _W64 Modifiers
Parent topic:
Visual C++ Changes