Tagged Questions

16
votes
8answers
2k views

As a programmer, what do I need to worry about when moving to 64-bit windows?

Most of my recent programming has been on 32-bit Windows using C/C++/C#/VB6 . Lately, my customers are asking if my code will run on 64-bit Windows. I'm wondering what legacy features I might be ...