O.P. RE: Messenger Plus! for windows xp x64
well reading some things through i guess all patchou really needs is
Microsoft Visual C/C++ compiler + the /Wp64 switch
making sure all the stuff is corrected (pointers to int's and stuff like that, i think the source would be best first checked by AMD's "CodeAnalyst2.34.4" (dont know if there is/will be a intel counterpart, yet i dont think that will mind, because the intel implementation is almost indentical to AMD's version of AMD64...)
why check it out? well that way it wll run better on win xp x64..
and if you manage to make the code compatible with both win32 AND win64, the benefit will be that you would only be needing to support 1 source code, and that source will need to be compiled 2x 1x win32 1x win64 (x64)
|