views:

111

answers:

1

What do I need to do to start making 64bit programs in VS?
I tried using 64bit solution platform setting and used "copy settings from x86" option. The process shows up as 64bit. Is there anything else? Am I missing some interesting options?

+9  A: 

Nope. All you need to do is set to build an x64 target, which you already did.

Billy ONeal