开发者

PSDK Windows Server 2003 R2 MFC support

开发者 https://www.devze.com 2023-03-17 09:47 出处:网络
First I installed PSDK Windows Server 2003 R2 on my x86 machine, there were MFC header files out there. I tried to compile an example MFC application with cl.exe and I got this error message \"winmsg_

First I installed PSDK Windows Server 2003 R2 on my x86 machine, there were MFC header files out there. I tried to compile an example MFC application with cl.exe and I got this error message "winmsg_.h header file could not be opened.". I got "winmsg_.h" file from the International Network and put it into the MFC include files library then I again tried to compile the program and got that target platform option conflicts with IA64 platform specific object file. I think that PSDK Windows Server 2003 R2 does not include lib files for x86 machines!

Please help me to solve this pr开发者_如何转开发oblem or suggest me the PSDK that contains the header and lib files for x86 machines! Thanks!


Download SDK from Microsoft Website. It supports both 32 and 64 bit architectures. I'd suggest you to use a make file instead of barely using CL.exe for compilation. You will have to give proper include files to resolve the issues. Which version of the compiler you're using? How you installed it?

Don't go for a third party provided headers. Use the original ones.


I know this is old and people sometimes become upset when you revive a dead post. That said, Google brought me here, and I'm sure many others will be directed this way. This is what I, and I believe you, was/ were looking for:

http://www.codeproject.com/Articles/30439/How-to-compile-MFC-code-in-Visual-C-Express


ATL/MFC headers are not on Platofrm/Windows SDK. Instead, they are shipped with Visual Studio (except Express versions).

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号