明经CAD社区

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 2153|回复: 2

[ARX]CString在自定义实体中的应用

[复制链接]
发表于 2006-5-16 20:56:00 | 显示全部楼层 |阅读模式

个位大侠,请问CString应用在自定义实体中有什么条件?看例子CurveText有使用,没问题,为什么我在自定义实体类中用CString定义字符串变量,编译时出现"未声明的标识符"或者链接错误?下面是错误描述:

"error LNK2019: 无法解析的外部符号 __imp___CrtDbgReport ,该符号在函数 "public: __thiscall ATL::CSimpleStringT<char>::CSimpleStringT<char>(struct ATL::IAtlStringMgr *)" (??0?$CSimpleStringT@D@ATL@@QAE@PAUIAtlStringMgr@1@@Z) 中被引用"

哪位大侠帮忙指出问题所在,或者大家对这个问题深入讨论一下?!!

发表于 2006-7-28 16:08:00 | 显示全部楼层

没有包含MFC选项!

发表于 2006-8-1 04:40:00 | 显示全部楼层

是包含了,但是没有链接

链接的时候使用多线程DLL而不是多线程调试DLL,

stdafx.h里面这样写,这段来自SDK的Arx Wizard:

#if defined(_DEBUG) && !defined(_FULLDEBUG_)
#define _DEBUG_WAS_DEFINED
#undef _DEBUG
#pragma message ("     Compiling MFC / STL / ATL header files in release mode.")
#endif

//----- ObjectARX and OMF headers needs this
#include <map>

//-----------------------------------------------------------------------------
#include <afxwin.h>    //----- MFC core and standard components
#include <afxext.h>    //----- MFC extensions

//-----------------------------------------------------------------------------
#ifdef _DEBUG_WAS_DEFINED
#define _DEBUG
#undef _DEBUG_WAS_DEFINED
#endif

您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|CAD论坛|CAD教程|CAD下载|联系我们|关于明经|明经通道 ( 粤ICP备05003914号 )  
©2000-2023 明经通道 版权所有 本站代码,在未取得本站及作者授权的情况下,不得用于商业用途

GMT+8, 2024-11-25 23:43 , Processed in 0.164051 second(s), 23 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表