anyone know of a simple tool that can convert 32bit to 64bit? it'd make converting some sources I didn't write easier.
i am shocked that you haven't written it, Cube :P
haha me too, I should do that :U
If you use GoAsm, then AdaptAsm with the /x64 switch should help with converting source code - see GoAsm manual for further details...