c++的问题-error C2872: “IXMLDOMNodePtr”: 不明确的符号

问题描述

error C2872: “IXMLDOMNodePtr”: 不明确的符号
#if !defined(AFX_STDAFX_H__C555D046_EEF7_419A_AC15_0A769717646A__INCLUDED_)

#define AFX_STDAFX_H__C555D046_EEF7_419A_AC15_0A769717646A__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

#define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers

#include // MFC core and standard components
#include // MFC extensions
#include
#include // MFC Automation classes
#include // MFC support for Internet Explorer 4 Common Controls
#ifndef _AFX_NO_AFXCMN_SUPPORT
#include // MFC support for Windows Common Controls
#endif // _AFX_NO_AFXCMN_SUPPORT
#import named_guids
using namespace MSXML;
#include ""winsock2.h""
#include // MFC socket extensions
#pragma comment(libWSOCK32.lib"")
#include ""Struct.h""
extern char g_szAppPath[_MAX_PATH];
extern CString g_ProxyIP;
extern int g_ProxyPort;
extern int g_ProxyTimeout;
extern int g_MinTermID;
extern int g_MaxTermID;
extern CString g_TerminalCode;
extern CString g_LoadHead;
extern CString g_Password;
extern CString g_InfoHead;
extern CString g_UnloadHead;
extern double g_Fresh;
extern int g_List;

extern CString g_TestTXTfile;
extern CString g_FreshTXTfile;

#include
#include ""afxmt.h""
using namespace std;

extern CString GetNodeValue(IXMLDOMNodePtr pChild);//错误此行显示
#endif

时间: 2024-12-21 08:00:48

c++的问题-error C2872: “IXMLDOMNodePtr”: 不明确的符号的相关文章

c++-错误 1 error C2872: “less”: 不明确的符号

问题描述 错误 1 error C2872: "less": 不明确的符号 #include "stdafx.h" #include "stdio.h" #include "string.h" #include "ctype.h" #include "malloc.h" #include using namespace std; #define N 1000 typedef struct

c++-C++调用java写的webservice

问题描述 C++调用java写的webservice 在做c++调用java写的webservice时,用的soap,按照网上提供的例子做的最后弄完以后总有一个错误: #include "stdafx.h" #include <stdio.h> #import "C:Program Files (x86)MSSOAPBinariesmssoap30.dll" exclude("IStream","IErrorInfo&quo

pcl-OpenCV和PCL冲突的问题

问题描述 OpenCV和PCL冲突的问题 vs建立的MFC程序,里面包含了OpenCV和PCL,但是出现了很多这样的错误:pclincludepclkdtreekdtree_flann.h error C2872: "flann": 不明确的符号 ,请问大家该怎么修改呢 解决方案 解决OpenCV与PCL库中flann冲突的方案:将OpenCV的"flann"文件夹名改为"flann2",然后再将所有引用"opencv2/flann/*

soap-C++调用webservice接口出错,具体如图所示,请大神帮忙~~

问题描述 C++调用webservice接口出错,具体如图所示,请大神帮忙~~ 我已经安装了soap toolkit 3.0 不知道为什么还不行~ 报错如下: ------ 已启动生成: 项目: myclient, 配置: Debug Win32 ------ 1>生成启动时间为 2016/1/6 19:01:21. 1>InitializeBuildStatus: 1> 正在对"Debugmyclient.unsuccessfulbuild"执行 Touch 任务.

重复包含-刚入门学习c++,出现了问题,各位高手来帮帮忙,谢谢

问题描述 刚入门学习c++,出现了问题,各位高手来帮帮忙,谢谢 ==10.cpp #include #include #include "10.h" using namespace std; using namespace A_A; extern void geta(A22&); int AA::aa = 0; AA::AA(char* ss) { strcpy(s,ss); } void A22::show() const { cout<<aa<<en

mfc-外部依赖项中再添加.h文件

问题描述 外部依赖项中再添加.h文件 用vs2010建立的MFC程序,怎么在外部依赖项中再添加.h文件 解决方案 1.将过去的工程用VS2010打开的时候.你有可能会遇到一大堆的警告:warning C4996. 比如:warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation use _CRT_SECURE_

MDK常见错误详解集合

错误代码及错误信息 错误释义 error 1: Out of memory 内存溢出 error 2: Identifier expected 缺标识符 error 3: Unknown identifier 未定义的标识符 error 4: Duplicate identifier 重复定义的标识符 error 5: Syntax error 语法错误 error 6: Error in real constant 实型常量错误 error 7: Error in integer consta

使用vc++6.0编单链表一直报各种错,小白真心求解

问题描述 使用vc++6.0编单链表一直报各种错,小白真心求解 /list.h/#include templateclass TLinkList; templateclass TNode{private: T data; //数据 TNode *next;//指向下一个节点的指针public: friend class TLinkList;//申请是链表类的友元类 TNode(T data=0TNode *q=NULL); ~TNode(void);}; templateclass TLinkL

clr excel-CLR工程,using Microsoft.Office.Interop.Excel后编译报错

问题描述 CLR工程,using Microsoft.Office.Interop.Excel后编译报错 目的:用VS2008创建CLR窗体工程后,需要导出数据到Excel 添加microsoft excel 11.0 object library后,代码里面写入using Microsoft.Office.Interop.Excel,编译就报错,非常的怪异. 哪位大虾帮忙看看什么原因?谢谢! .selectdemo.cpp(12) : error C2872: 'Application' :