摘要: 1.C++创建Dll,Win32控制台,空项目,添加头文件NativeLib.h,NativeLib.cpp extern "C" __declspec(dllexport) void __stdcall PrintMsg(const char* msg); #include #include "NativeLib.h"void __stdcall PrintMsg(const char... 阅读全文
posted @ 2013-11-15 20:06 ccjcjc 阅读(158) 评论(0) 推荐(0) 编辑
摘要: 1.运行ArcObjects代码报错: IFeatureCursor pCursor = null; try { pCursor = m_pCatchLayer.m_pFeatureClass.Search(m_pSpatialFilter, false); } catch... 阅读全文
posted @ 2013-11-15 18:09 ccjcjc 阅读(2605) 评论(0) 推荐(2) 编辑