Additional concerns when compiling for x64

Posted by dotnetdev on Stack Overflow See other posts from Stack Overflow or by dotnetdev
Published on 2010-04-14T20:57:32Z Indexed on 2010/04/14 21:03 UTC
Read the original article Hit count: 190

Filed under:
|

I know that the additional consideratiosn when compiling for x64 is that some data types, like ints, can hold larger values. Are there any concerns?

VS2010, released a few days ago, can support compiling for x64 and x32, just like VS2008. The app is x32/86 only. I keep thinking that the app needs to be 64 bit however. What am I missing? Obviously this is not the case.

Thanks

© Stack Overflow or respective owner

Related posts about x64

Related posts about programming