How to start 64-bit programming with visual studio 2010?
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 anyt开发者_运维问答hing else? Am I missing some interesting options?Nope. All you need to do is set to build an x64 target, which you already did.
精彩评论