Windows development: x86 to x64 transition
- by Kerido
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