Windows development: x86 to x64 transition

Posted by Kerido on Stack Overflow See other posts from Stack Overflow or by Kerido
Published on 2010-03-15T20:33:25Z Indexed on 2010/03/15 21:49 UTC
Read the original article Hit count: 173

Filed under:
|
|
|

Hi everybody.

Are there any guidelines how to transit to x64 with as little pain as possible?

Suppose, I have a windows native x86 executable written in C++. The EXE works fine by itself, but there is also DLL that is hosted by both, the former EXE and an outside x64 process. With setup like this, what parts would I need to rewrite?

I would appreciate a more general answer or maybe a link to a reference where some theoretical background is given. Thanks

© Stack Overflow or respective owner

Related posts about c++

Related posts about x86