资源简介
C++代码,Cwebpage类,可以用于C++与javascript的交互,具有实际的应用价值
代码片段和文件信息
/////////////////////////////////////////////////////////////////
// By Eugene Khodakovsky //
// April2002 //
// Eugene@cpplab.com //
// Last Update: April 2002 //
/////////////////////////////////////////////////////////////////
#include “stdafx.h“
//#include “JSCall.h“
#include “WebPage.h“
#ifdef _DEBUG
#undef THIS_FILE
static char THIS_FILE[]=__FILE__;
#define new DEBUG_NEW
#endif
#define CHECK_POINTER(p)\
ATLASSERT(p != NULL);\
if(p == NULL)\
{\
ShowError(“NULL pointer“);\
return false;\
}
const CString GetSystemErrorMessage(DWORD dwError)
{
CString strError;
LPTSTR lpBuffer;
i
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 5749 2010-03-14 21:32 WebPage.cpp
文件 1878 2002-04-30 09:09 WebPage.h
----------- --------- ---------- ----- ----
7627 2
- 上一篇:通讯录MFC 信息录入、查询、修改、删除、保存、显示
- 下一篇:c++编写的广义链表
评论
共有 条评论