问题:有幸在某网站上下到了<windows核心编程>(Jeffrey Richter)配套光盘中的源代码,
在用VC6.0编译的时候总会出来如下错误提示:
Compiling...
ErrorShow.cpp
You are not using the latest Platform SDK header/library 
files. This may prevent the project from building correctly.
e:\vc++_programming\01-errorshow\cmnhdr.h(212) : error C2065: 'GetWindowLongPtr' : undeclared identifier
e:\vc++_programming\01-errorshow\cmnhdr.h(212) : error C2065: 'GWLP_HINSTANCE' : undeclared identifier
e:\vc++_programming\01-errorshow\errorshow.cpp(125) : error C2664: 'DialogBoxParamA' : cannot convert parameter 
4 from 'long (struct HWND__ *,unsigned int,unsigned int,long)' to 'int (__stdcall *)(struct HWND__ *,unsigned int,unsigned int,long)'
None of the functions with this name in scope match the target type
Error executing cl.exe.ErrorShow.obj - 3 error(s), 0 warning(s)我觉得很奇怪,为什么说"You are not using the latest Platform SDK header/library "?
我可是用的vc6.0企业版呀,难道Platform SDK header/library还不够新吗?