C:\Documents and Settings\Administrator\桌面\Explorer_68728\Explorer\afximpl.h(132) : error C2061: syntax error : identifier 'DWORD_PTR'
C:\Documents and Settings\Administrator\桌面\Explorer_68728\Explorer\afximpl.h(145) : error C2061: syntax error : identifier 'DWORD_PTR'
C:\Documents and Settings\Administrator\桌面\Explorer_68728\Explorer\afximpl.h(280) : error C2556: 'unsigned long __stdcall _AfxCommDlgProc(struct HWND__ *,unsigned int,unsigned int,long)' : overloaded function differs only by return type from 'unsi
gned int __stdcall _AfxCommDlgProc(struct HWND__ *,unsigned int,unsigned int,long)'
能把你的代码贴上来吗???
#ifndef _AFXDLL
typedef HWND (WINAPI HTMLHELPPROC)(HWND hwndCaller, LPCTSTR pszFile, UINT uCommand, DWORD_PTR dwData);
class _AFX_HTMLHELP_STATE : public CNoTrackObject
{
public:
virtual ~_AFX_HTMLHELP_STATE();
HINSTANCE m_hInstHtmlHelp;
HTMLHELPPROC *m_pfnHtmlHelp;
};
EXTERN_PROCESS_LOCAL(_AFX_HTMLHELP_STATE, _afxHtmlHelpState)
#endif
HWND WINAPI AfxHtmlHelp(HWND hWnd, LPCTSTR szHelpFilePath, UINT nCmd, DWORD_PTR dwData);
#undef AFX_DATA