AMD64 and MFC
-
Hi, Is there anyway to recompile MFC7.1 for AMD64? I want to port my 32bit program into 64bit with AMD64 compiler included with the newest Driver Development Kit. I tried to recompile MFC7.1 libraries with AMD64 compiler however, I get errors causesd by some preprocessor direcetives where it defines different platforms. My questions are: Is there any port of MFC available for AMD64? Is there any Platfrom SDK available that supports AMD 64? Any help appreciated! ;) Robert Buldoc
-
Hi, Is there anyway to recompile MFC7.1 for AMD64? I want to port my 32bit program into 64bit with AMD64 compiler included with the newest Driver Development Kit. I tried to recompile MFC7.1 libraries with AMD64 compiler however, I get errors causesd by some preprocessor direcetives where it defines different platforms. My questions are: Is there any port of MFC available for AMD64? Is there any Platfrom SDK available that supports AMD 64? Any help appreciated! ;) Robert Buldoc
The Platform SDK has (pre-release) 64-bit builds of ATL and MFC. The PSDK is over a year old though, and I've never tried those builds, so I don't know if they actually, y'know, work. --Mike-- Personal stuff:: Ericahist | Homepage Shareware stuff:: 1ClickPicGrabber | RightClick-Encrypt CP stuff:: CP SearchBar v2.0.2 | C++ Forum FAQ Laugh it up, fuzzball.
-
The Platform SDK has (pre-release) 64-bit builds of ATL and MFC. The PSDK is over a year old though, and I've never tried those builds, so I don't know if they actually, y'know, work. --Mike-- Personal stuff:: Ericahist | Homepage Shareware stuff:: 1ClickPicGrabber | RightClick-Encrypt CP stuff:: CP SearchBar v2.0.2 | C++ Forum FAQ Laugh it up, fuzzball.
Thanks! I am off to download it! will post the results here. [editted] It says Intel 64-bit, so I really doubt it to be AMD64 compatible but I might find something interesting inside. [/editted] [editted2] As I thought it is IA64. In its Lib directory it has an AMD64 directory but there is only one 4KB file named authz.lib [/editted2]