• 大小: 3KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-02
  • 语言: C/C++
  • 标签: Cwebpage  

资源简介

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


评论

共有 条评论