VersionARXDBG

提示:文章写完后,目录可以自动生成,如何生成可参考右边的帮助文档


前言

提示:这里可以添加本文要记录的大概内容:

例如:以下是官方博客例子浅析

先加入相关的头文件和库文件。


提示:以下是本篇文章正文内容,下面案例可供参考

一、一级标题

二级标题

三级标题

四级标题
五级标题
六级标题

示例:是基于的一种工具,该工具是为了解决任务而创建的。

代码如下(示例):
arx2008 C:\ObjectARX 2008\samples\database\ARXDBG
里面的ArxDbg。vcxproj

//添加头文件和库
<?xml version="1.0" encoding="utf-8"?>
<VisualStudioProject ProjectType="Visual C++" Version="8.00" Name="ArxDbg" ProjectGUID="{CDFFD82B-8B1F-4D96-94BB-F0D9ECA2BD76}" RootNamespace="ArxDbg" Keyword="MFCProj">
  <Platforms>
    <Platform Name="Win32" />
    <Platform Name="x64" />
  </Platforms>
  <ToolFiles />
  <Configurations>
    <Configuration Name="Debug|Win32"  ConfigurationType="2" InheritedPropertySheets="..\..\..\inc\rxsdk_debugcfg.vsprops;..\..\..\inc\arx.vsprops">
      <Tool Name="VCPreBuildEventTool" />
      <Tool Name="VCCustomBuildTool" />
      <Tool Name="VCXMLDataGeneratorTool" />
      <Tool Name="VCWebServiceProxyGeneratorTool" />
      <Tool Name="VCMIDLTool" />
      <Tool Name="VCCLCompilerTool" AdditionalIncludeDirectories=".,.\inc,..\..\..\inc" PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE" />
      <Tool Name="VCManagedResourceCompilerTool" />
      <Tool Name="VCResourceCompilerTool" />
      <Tool Name="VCPreLinkEventTool" />
      <Tool Name="VCLinkerTool" AdditionalLibraryDirectories="../../../lib" ModuleDefinitionFile="..\..\..\inc\AcRxDefault.def" />
      <Tool Name="VCALinkTool" />
      <Tool Name="VCManifestTool" />
      <Tool Name="VCXDCMakeTool" />
      <Tool Name="VCBscMakeTool" />
      <Tool Name="VCFxCopTool" />
      <Tool Name="VCAppVerifierTool" />
      <Tool Name="VCWebDeploymentTool" />
      <Tool Name="VCPostBuildEventTool" />
    </Configuration>
    <Configuration Name="Debug|x64"  ConfigurationType="2" InheritedPropertySheets="..\..\..\inc\rxsdk_debugcfg.vsprops;..\..\..\inc\arx.vsprops">
      <Tool Name="VCPreBuildEventTool" />
      <Tool Name="VCCustomBuildTool" />
      <Tool Name="VCXMLDataGeneratorTool" />
      <Tool Name="VCWebServiceProxyGeneratorTool" />
      <Tool Name="VCMIDLTool" />
      <Tool Name="VCCLCompilerTool" AdditionalIncludeDirectories=".,.\inc,..\..\..\inc" PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE" />
      <Tool Name="VCManagedResourceCompilerTool" />
      <Tool Name="VCResourceCompilerTool" />
      <Tool Name="VCPreLinkEventTool" />
      <Tool Name="VCLinkerTool" AdditionalLibraryDirectories="../../../lib" ModuleDefinitionFile="..\..\..\inc\AcRxDefault.def" TargetMachine="17" />
      <Tool Name="VCALinkTool" />
      <Tool Name="VCManifestTool" />
      <Tool Name="VCXDCMakeTool" />
      <Tool Name="VCBscMakeTool" />
      <Tool Name="VCFxCopTool" />
      <Tool Name="VCAppVerifierTool" />
      <Tool Name="VCWebDeploymentTool" />
      <Tool Name="VCPostBuildEventTool" />
    </Configuration>
    <Configuration Name="Release|Win32"  ConfigurationType="2" InheritedPropertySheets="..\..\..\inc\rxsdk_releasecfg.vsprops;..\..\..\inc\arx.vsprops">
      <Tool Name="VCPreBuildEventTool" />
      <Tool Name="VCCustomBuildTool" />
      <Tool Name="VCXMLDataGeneratorTool" />
      <Tool Name="VCWebServiceProxyGeneratorTool" />
      <Tool Name="VCMIDLTool" />
      <Tool Name="VCCLCompilerTool" AdditionalIncludeDirectories=".,.\inc,..\..\..\inc" PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE" />
      <Tool Name="VCManagedResourceCompilerTool" />
      <Tool Name="VCResourceCompilerTool" />
      <Tool Name="VCPreLinkEventTool" />
      <Tool Name="VCLinkerTool" AdditionalLibraryDirectories="../../../lib" ModuleDefinitionFile="..\..\..\inc\AcRxDefault.def" />
      <Tool Name="VCALinkTool" />
      <Tool Name="VCManifestTool" />
      <Tool Name="VCXDCMakeTool" />
      <Tool Name="VCBscMakeTool" />
      <Tool Name="VCFxCopTool" />
      <Tool Name="VCAppVerifierTool" />
      <Tool Name="VCWebDeploymentTool" />
      <Tool Name="VCPostBuildEventTool" />
    </Configuration>
    <Configuration Name="Release|x64"  ConfigurationType="2" InheritedPropertySheets="..\..\..\inc\rxsdk_releasecfg.vsprops;..\..\..\inc\arx.vsprops">
      <Tool Name="VCPreBuildEventTool" />
      <Tool Name="VCCustomBuildTool" />
      <Tool Name="VCXMLDataGeneratorTool" />
      <Tool Name="VCWebServiceProxyGeneratorTool" />
      <Tool Name="VCMIDLTool" />
      <Tool Name="VCCLCompilerTool" AdditionalIncludeDirectories=".,.\inc,..\..\..\inc" PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE" />
      <Tool Name="VCManagedResourceCompilerTool" />
      <Tool Name="VCResourceCompilerTool" />
      <Tool Name="VCPreLinkEventTool" />
      <Tool Name="VCLinkerTool" AdditionalLibraryDirectories="../../../lib" ModuleDefinitionFile="..\..\..\inc\AcRxDefault.def" TargetMachine="17" />
      <Tool Name="VCALinkTool" />
      <Tool Name="VCManifestTool" />
      <Tool Name="VCXDCMakeTool" />
      <Tool Name="VCBscMakeTool" />
      <Tool Name="VCFxCopTool" />
      <Tool Name="VCAppVerifierTool" />
      <Tool Name="VCWebDeploymentTool" />
      <Tool Name="VCPostBuildEventTool" />
    </Configuration>
  </Configurations>
  <References />
  <Files>
    <Filter Name="Source Files" Filter="cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90">
      <File RelativePath=".\AcadUtils\AcadStr.cpp" />
      <File RelativePath=".\ArxDbg.rc" />
      <File RelativePath=".\App\ArxDbgApp.cpp" />
      <File RelativePath=".\App\ArxDbgAppEditorReactor.cpp" />
      <File RelativePath=".\Snoop\ArxDbgCloneSet.cpp" />
      <File RelativePath=".\AdeskLogo\ArxDbgCmdAdeskLogo.cpp" />
      <File RelativePath=".\Reactors\ArxDbgCmdReactors.cpp" />
      <File RelativePath=".\Snoop\ArxDbgCmdSnoop.cpp" />
      <File RelativePath=".\Tests\ArxDbgCmdTests.cpp" />
      <File RelativePath=".\Reactors\ArxDbgDatabaseReactor.cpp" />
      <File RelativePath=".\AdeskLogo\ArxDbgDbAdeskLogo.cpp" />
      <File RelativePath=".\AdeskLogo\ArxDbgDbAdeskLogoStyle.cpp" />
      <File RelativePath=".\BaseClasses\ArxDbgDbDictRecord.cpp" />
      <File RelativePath=".\BaseClasses\ArxDbgDbEntity.cpp" />
      <File RelativePath=".\Reactors\ArxDbgDLinkerReactor.cpp" />
      <File RelativePath=".\AcadUtils\ArxDbgDocLockWrite.cpp" />
      <File RelativePath=".\Reactors\ArxDbgDocumentReactor.cpp" />
      <File RelativePath=".\Filers\ArxDbgDwgFiler.cpp" />
      <File RelativePath=".\Reactors\ArxDbgEdInputContextReactor.cpp" />
      <File RelativePath=".\Reactors\ArxDbgEditorReactor.cpp" />
      <File RelativePath=".\App\ArxDbgEdUiContext.cpp" />
      <File RelativePath=".\Reactors\ArxDbgEventReactor.cpp" />
      <File RelativePath=".\Reactors\ArxDbgGsReactor.cpp" />
      <File RelativePath=".\Prompt\ArxDbgKeywordArray.cpp" />
      <File RelativePath=".\Reactors\ArxDbgLayoutManagerReactor.cpp" />
      <File RelativePath=".\Reactors\ArxDbgLongTransactionReactor.cpp" />
      <File RelativePath=".\App\ArxDbgOptions.cpp" />
      <File RelativePath=".\Reactors\ArxDbgPersistentEntReactor.cpp" />
      <File RelativePath=".\Reactors\ArxDbgPersistentObjReactor.cpp" />
      <File RelativePath=".\AcadUtils\ArxDbgRbList.cpp" />
      <File RelativePath=".\Filers\ArxDbgReferenceFiler.cpp" />
      <File RelativePath=".\AcadUtils\ArxDbgSelSet.cpp" />
      <File RelativePath=".\Reactors\ArxDbgTransactionReactor.cpp" />
      <File RelativePath=".\Reactors\ArxDbgTransientEntReactor.cpp" />
      <File RelativePath=".\Reactors\ArxDbgTransientObjReactor.cpp" />
      <File RelativePath=".\App\ArxDbgUiDlgAboutBox.cpp" />
      <File RelativePath=".\Snoop\ArxDbgUiDlgClassDict.cpp" />
      <File RelativePath=".\Tests\ArxDbgUiDlgColor.cpp" />
      <File RelativePath=".\Snoop\ArxDbgUiDlgDxf.cpp" />
      <File RelativePath=".\Filers\ArxDbgUiDlgFilerTest.cpp" />
      <File RelativePath=".\Ui\ArxDbgUiDlgGenericDefId.cpp" />
      <File RelativePath=".\Snoop\ArxDbgUiDlgObjectId.cpp" />
      <File RelativePath=".\Snoop\ArxDbgUiDlgObjState.cpp" />
      <File RelativePath=".\Snoop\ArxDbgUiDlgReactors.cpp" />
      <File RelativePath=".\Tests\ArxDbgUiDlgSelSet.cpp" />
      <File RelativePath=".\Snoop\ArxDbgUiDlgServiceDict.cpp" />
      <File RelativePath=".\Ui\ArxDbgUiDlgSplash.cpp" />
      <File RelativePath=".\Snoop\ArxDbgUiDlgSysRegistry.cpp" />
      <File RelativePath=".\Tests\ArxDbgUiDlgTestCurves.cpp" />
      <File RelativePath=".\Tests\ArxDbgUiDlgWorldDraw.cpp" />
      <File RelativePath=".\Snoop\ArxDbgUiDlgXdata.cpp" />
      <File RelativePath=".\Prompt\ArxDbgUiPrAngle.cpp" />
      <File RelativePath=".\Prompt\ArxDbgUiPrAngleDef.cpp" />
      <File RelativePath=".\Prompt\ArxDbgUiPrBase.cpp" />
      <File RelativePath=".\Prompt\ArxDbgUiPrCorner.cpp" />
      <File RelativePath=".\Prompt\ArxDbgUiPrDist.cpp" />
      <File RelativePath=".\Prompt\ArxDbgUiPrDistDef.cpp" />
      <File RelativePath=".\Prompt\ArxDbgUiPrDouble.cpp" />
      <File RelativePath=".\Prompt\ArxDbgUiPrDoubleDef.cpp" />
      <File RelativePath=".\Prompt\ArxDbgUiPrEntity.cpp" />
      <File RelativePath=".\Prompt\ArxDbgUiPrInt.cpp" />
      <File RelativePath=".\Prompt\ArxDbgUiPrIntDef.cpp" />
      <File RelativePath=".\Prompt\ArxDbgUiPrKeyWord.cpp" />
      <File RelativePath=".\Prompt\ArxDbgUiPrKeyWordDef.cpp" />
      <File RelativePath=".\Prompt\ArxDbgUiPrPoint.cpp" />
      <File RelativePath=".\Prompt\ArxDbgUiPrString.cpp" />
      <File RelativePath=".\Prompt\ArxDbgUiPrStringDef.cpp" />
      <File RelativePath=".\Snoop\ArxDbgUiTdcClasses.cpp" />
      <File RelativePath=".\TransDbClones\ArxDbgUiTdcCloneSet.cpp" />
      <File RelativePath=".\Snoop\ArxDbgUiTdcCmds.cpp" />
      <File RelativePath=".\Snoop\ArxDbgUiTdcDatabase.cpp" />
      <File RelativePath=".\Snoop\ArxDbgUiTdcDbObjectBase.cpp" />
      <File RelativePath=".\Snoop\ArxDbgUiTdcDict.cpp" />
      <File RelativePath=".\Snoop\ArxDbgUiTdcDocs.cpp" />
      <File RelativePath=".\Snoop\ArxDbgUiTdcEntities.cpp" />
      <File RelativePath=".\Snoop\ArxDbgUiTdcHostAppSrv.cpp" />
      <File RelativePath=".\Snoop\ArxDbgUiTdcIdMap.cpp" />
      <File RelativePath=".\TransDbClones\ArxDbgUiTdcInsert.cpp" />
      <File RelativePath=".\Snoop\ArxDbgUiTdcLongTrans.cpp" />
      <File RelativePath=".\Snoop\ArxDbgUiTdcObjects.cpp" />
      <File RelativePath=".\Reactors\ArxDbgUiTdcObjReactorsBase.cpp" />
      <File RelativePath=".\App\ArxDbgUiTdcOptions.cpp" />
      <File RelativePath=".\Reactors\ArxDbgUiTdcPersistentReactors.cpp" />
      <File RelativePath=".\Snoop\ArxDbgUiTdcReferences.cpp" />
      <File RelativePath=".\Snoop\ArxDbgUiTdcRxObjectBase.cpp" />
      <File RelativePath=".\Snoop\ArxDbgUiTdcSymTbl.cpp" />
      <File RelativePath=".\Reactors\ArxDbgUiTdcSysReactors.cpp" />
      <File RelativePath=".\Reactors\ArxDbgUiTdcTransientReactors.cpp" />
      <File RelativePath=".\TransDbClones\ArxDbgUiTdcWblockClone.cpp" />
      <File RelativePath=".\Snoop\ArxDbgUiTdmDatabase.cpp" />
      <File RelativePath=".\Snoop\ArxDbgUiTdmEditor.cpp" />
      <File RelativePath=".\Snoop\ArxDbgUiTdmEntities.cpp" />
      <File RelativePath=".\Snoop\ArxDbgUiTdmIdMap.cpp" />
      <File RelativePath=".\Snoop\ArxDbgUiTdmLongTrans.cpp" />
      <File RelativePath=".\Snoop\ArxDbgUiTdmObjects.cpp" />
      <File RelativePath=".\Reactors\ArxDbgUiTdmReactors.cpp" />
      <File RelativePath=".\Snoop\ArxDbgUiTdmReferences.cpp" />
      <File RelativePath=".\TransDbClones\ArxDbgUiTdmTransDbClones.cpp" />
      <File RelativePath=".\AcadUtils\ArxDbgUtilsAcadUi.cpp" />
      <File RelativePath=".\AcadUtils\ArxDbgUtilsDb.cpp" />
      <File RelativePath=".\AcadUtils\ArxDbgUtilsDict.cpp" />
      <File RelativePath=".\AcadUtils\ArxDbgUtilsGe.cpp" />
      <File RelativePath=".\AcadUtils\ArxDbgUtilsSymTbl.cpp" />
      <File RelativePath=".\Tests\ArxDbgWorldDraw.cpp" />
      <File RelativePath=".\AcadUtils\ArxDbgXdata.cpp" />
      <File RelativePath=".\Tests\EntMakeTest.cpp" />
      <File RelativePath=".\Tests\MapTest.cpp" />
      <File RelativePath=".\MfcExt\SdStrList.cpp" />
      <File RelativePath=".\AcadUtils\SdStrObjId.cpp" />
      <File RelativePath=".\AcadUtils\SdSysVar.cpp" />
      <File RelativePath=".\StdAfx.cpp">
        <FileConfiguration Name="Debug|Win32">
          <Tool Name="VCCLCompilerTool" UsePrecompiledHeader="1" />
        </FileConfiguration>
        <FileConfiguration Name="Debug|x64">
          <Tool Name="VCCLCompilerTool" UsePrecompiledHeader="1" />
        </FileConfiguration>
        <FileConfiguration Name="Release|Win32">
          <Tool Name="VCCLCompilerTool" UsePrecompiledHeader="1" />
        </FileConfiguration>
        <FileConfiguration Name="Release|x64">
          <Tool Name="VCCLCompilerTool" UsePrecompiledHeader="1" />
        </FileConfiguration>
      </File>
      <File RelativePath=".\Tests\TblMakeTest.cpp" />
      <File RelativePath=".\MfcExt\UiUtils.cpp" />
      <File RelativePath=".\Tests\XformTest.cpp" />
    </Filter>
    <Filter Name="Header Files" Filter="h;hpp;hxx;hm;inl;fi;fd">
      <File RelativePath=".\Inc\AcadStdafx.h" />
      <File RelativePath=".\Inc\AcadStr.h" />
      <File RelativePath=".\Inc\ArxDbgApp.h" />
      <File RelativePath=".\Inc\ArxDbgAppEditorReactor.h" />
      <File RelativePath=".\Inc\ArxDbgCmd.h" />
      <File RelativePath=".\Inc\ArxDbgCmdAdeskLogo.h" />
      <File RelativePath=".\Inc\ArxDbgCmdReactors.h" />
      <File RelativePath=".\Inc\ArxDbgCmdSnoop.h" />
      <File RelativePath=".\Inc\ArxDbgCmdTests.h" />
      <File RelativePath=".\Inc\ArxDbgDatabaseReactor.h" />
      <File RelativePath=".\Inc\ArxDbgDbAdeskLogo.h" />
      <File RelativePath=".\Inc\ArxDbgDbAdeskLogoStyle.h" />
      <File RelativePath=".\Inc\ArxDbgDbDictRecord.h" />
      <File RelativePath=".\Inc\ArxDbgDbEntity.h" />
      <File RelativePath=".\Inc\ArxDbgDlgColor.h" />
      <File RelativePath=".\Inc\ArxDbgDLinkerReactor.h" />
      <File RelativePath=".\Inc\ArxDbgDocumentReactor.h" />
      <File RelativePath=".\Inc\ArxDbgDwgFiler.h" />
      <File RelativePath=".\Inc\ArxDbgEdInputContextReactor.h" />
      <File RelativePath=".\Inc\ArxDbgEditorReactor.h" />
      <File RelativePath=".\Inc\ArxDbgEdUiContext.h" />
      <File RelativePath=".\Inc\ArxDbgEventReactor.h" />
      <File RelativePath=".\Inc\ArxDbgGsReactor.h" />
      <File RelativePath=".\Inc\ArxDbgKeywordArray.h" />
      <File RelativePath=".\Inc\ArxDbgLayoutManagerReactor.h" />
      <File RelativePath=".\Inc\ArxDbgLongTransactionReactor.h" />
      <File RelativePath=".\Inc\ArxDbgPersistentEntReactor.h" />
      <File RelativePath=".\Inc\ArxDbgPersistentObjReactor.h" />
      <File RelativePath=".\Inc\ArxDbgRbList.h" />
      <File RelativePath=".\Inc\ArxDbgSelSet.h" />
      <File RelativePath=".\Inc\ArxDbgTransactionReactor.h" />
      <File RelativePath=".\Inc\ArxDbgTransientEntReactor.h" />
      <File RelativePath=".\Inc\ArxDbgTransientObjReactor.h" />
      <File RelativePath=".\Inc\ArxDbgUiDlgAboutBox.h" />
      <File RelativePath=".\Inc\ArxDbgUiDlgClassDict.h" />
      <File RelativePath=".\Inc\ArxDbgUiDlgColor.h" />
      <File RelativePath=".\Inc\ArxDbgUiDlgDxf.h" />
      <File RelativePath=".\Inc\ArxDbgUiDlgFilerTest.h" />
      <File RelativePath=".\Inc\ArxDbgUiDlgGenericDefId.h" />
      <File RelativePath=".\Inc\ArxDbgUiDlgObjState.h" />
      <File RelativePath=".\Inc\ArxDbgUiDlgReactors.h" />
      <File RelativePath=".\Inc\ArxDbgUiDlgServiceDict.h" />
      <File RelativePath=".\Inc\ArxDbgUiDlgSplash.h" />
      <File RelativePath=".\Inc\ArxDbgUiDlgSysRegistry.h" />
      <File RelativePath=".\Inc\ArxDbgUiDlgTestCurves.h" />
      <File RelativePath=".\Inc\ArxDbgUiDlgWorldDraw.h" />
      <File RelativePath=".\Inc\ArxDbgUiDlgXdata.h" />
      <File RelativePath=".\Inc\ArxDbgUiPrAngle.h" />
      <File RelativePath=".\Inc\ArxDbgUiPrAngleDef.h" />
      <File RelativePath=".\Inc\ArxDbgUiPrBase.h" />
      <File RelativePath=".\Inc\ArxDbgUiPrCorner.h" />
      <File RelativePath=".\Inc\ArxDbgUiPrDist.h" />
      <File RelativePath=".\Inc\ArxDbgUiPrDistDef.h" />
      <File RelativePath=".\Inc\ArxDbgUiPrDouble.h" />
      <File RelativePath=".\Inc\ArxDbgUiPrDoubleDef.h" />
      <File RelativePath=".\Inc\ArxDbgUiPrEntity.h" />
      <File RelativePath=".\Inc\ArxDbgUiPrInt.h" />
      <File RelativePath=".\Inc\ArxDbgUiPrIntDef.h" />
      <File RelativePath=".\Inc\ArxDbgUiPrKeyWord.h" />
      <File RelativePath=".\Inc\ArxDbgUiPrKeyWordDef.h" />
      <File RelativePath=".\Inc\ArxDbgUiPrompts.h" />
      <File RelativePath=".\Inc\ArxDbgUiPrPoint.h" />
      <File RelativePath=".\Inc\ArxDbgUiPrString.h" />
      <File RelativePath=".\Inc\ArxDbgUiPrStringDef.h" />
      <File RelativePath=".\Inc\ArxDbgUiPsDatabase.h" />
      <File RelativePath=".\Inc\ArxDbgUiPsEntities.h" />
      <File RelativePath=".\Inc\ArxDbgUiTdcClasses.h" />
      <File RelativePath=".\Inc\ArxDbgUiTdcCmds.h" />
      <File RelativePath=".\Inc\ArxDbgUiTdcDatabase.h" />
      <File RelativePath=".\Inc\ArxDbgUiTdcDbObjectBase.h" />
      <File RelativePath=".\Inc\ArxDbgUiTdcDict.h" />
      <File RelativePath=".\Inc\ArxDbgUiTdcDocs.h" />
      <File RelativePath=".\Inc\ArxDbgUiTdcEntities.h" />
      <File RelativePath=".\Inc\ArxDbgUiTdcIdMap.h" />
      <File RelativePath=".\Inc\ArxDbgUiTdcLongTrans.h" />
      <File RelativePath=".\Inc\ArxDbgUiTdcObjects.h" />
      <File RelativePath=".\Inc\ArxDbgUiTdcObjReactorsBase.h" />
      <File RelativePath=".\Inc\ArxDbgUiTdcOptions.h" />
      <File RelativePath=".\Inc\ArxDbgUiTdcPersistentReactors.h" />
      <File RelativePath=".\Inc\ArxDbgUiTdcRxObjectBase.h" />
      <File RelativePath=".\Inc\ArxDbgUiTdcSymTbl.h" />
      <File RelativePath=".\Inc\ArxDbgUiTdcSysReactors.h" />
      <File RelativePath=".\Inc\ArxDbgUiTdcTransientReactors.h" />
      <File RelativePath=".\Inc\ArxDbgUiTdmDatabase.h" />
      <File RelativePath=".\Inc\ArxDbgUiTdmEditor.h" />
      <File RelativePath=".\Inc\ArxDbgUiTdmEntities.h" />
      <File RelativePath=".\Inc\ArxDbgUiTdmIdMap.h" />
      <File RelativePath=".\Inc\ArxDbgUiTdmLongTrans.h" />
      <File RelativePath=".\Inc\ArxDbgUiTdmObjects.h" />
      <File RelativePath=".\Inc\ArxDbgUiTdmReactors.h" />
      <File RelativePath=".\Inc\ArxDbgUtils.h" />
      <File RelativePath=".\Inc\ArxDbgUtilsGe.h" />
      <File RelativePath=".\Inc\ArxDbgWorldDraw.h" />
      <File RelativePath=".\Inc\ArxDbgXdata.h" />
      <File RelativePath=".\Inc\EntMakeTest.h" />
      <File RelativePath=".\Inc\ExtDwgDbox.h" />
      <File RelativePath=".\Inc\FilerTestDbox.h" />
      <File RelativePath=".\Inc\MapTest.h" />
      <File RelativePath=".\Res_ArxDbg.h" />
      <File RelativePath=".\Inc\SdStrList.h" />
      <File RelativePath=".\Inc\SdStrObjId.h" />
      <File RelativePath=".\Inc\SdSysVar.h" />
      <File RelativePath=".\StdAfx.h" />
      <File RelativePath=".\Inc\TblMakeTest.h" />
      <File RelativePath=".\Inc\XformTest.h" />
    </Filter>
    <Filter Name="Resource Files" Filter="ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe">
      <File RelativePath=".\res\ArxDbg.rc2" />
      <File RelativePath=".\res\arxdbg_b.bmp" />
      <File RelativePath=".\res\dwg.bmp" />
      <File RelativePath=".\res\splash.bmp" />
    </Filter>
    <Filter Name="Libraries" Filter=".lib" />
  </Files>
  <Globals />
</VisualStudioProject>

arx2013 C:\ObjectARX 2013\samples\database\ARXDBG
里面的ArxDbg。vcxproj

<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ItemGroup Label="ProjectConfigurations">
    <ProjectConfiguration Include="Debug|Win32">
      <Configuration>Debug</Configuration>
      <Platform>Win32</Platform>
    </ProjectConfiguration>
    <ProjectConfiguration Include="Debug|x64">
      <Configuration>Debug</Configuration>
      <Platform>x64</Platform>
    </ProjectConfiguration>
    <ProjectConfiguration Include="Release|Win32">
      <Configuration>Release</Configuration>
      <Platform>Win32</Platform>
    </ProjectConfiguration>
    <ProjectConfiguration Include="Release|x64">
      <Configuration>Release</Configuration>
      <Platform>x64</Platform>
    </ProjectConfiguration>
  </ItemGroup>
  <PropertyGroup Label="Globals">
    <ProjectGuid>{CDFFD82B-8B1F-4D96-94BB-F0D9ECA2BD76}</ProjectGuid>
    <RootNamespace>ArxDbg</RootNamespace>
    <Keyword>MFCProj</Keyword>
    
  </PropertyGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
    <ConfigurationType>DynamicLibrary</ConfigurationType>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
    <ConfigurationType>DynamicLibrary</ConfigurationType>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
    <ConfigurationType>DynamicLibrary</ConfigurationType>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
    <ConfigurationType>DynamicLibrary</ConfigurationType>
  </PropertyGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  <ImportGroup Label="ExtensionSettings">
  </ImportGroup>
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    <Import Project="..\..\..\inc\rxsdk_releasecfg.props" />
    <Import Project="..\..\..\inc\arx.props" />
  </ImportGroup>
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    <Import Project="..\..\..\inc\rxsdk_debugcfg.props" />
    <Import Project="..\..\..\inc\arx.props" />
  </ImportGroup>
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    <Import Project="..\..\..\inc\rxsdk_releasecfg.props" />
    <Import Project="..\..\..\inc\arx.props" />
  </ImportGroup>
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    <Import Project="..\..\..\inc\rxsdk_debugcfg.props" />
    <Import Project="..\..\..\inc\arx.props" />
  </ImportGroup>
  <PropertyGroup Label="UserMacros" />
  <PropertyGroup>
    <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Configuration)\</IntDir>
  </PropertyGroup>
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
    <ClCompile>
      <AdditionalIncludeDirectories>.;.\inc;..\..\..\inc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
    </ClCompile>
    <Link>
      <AdditionalLibraryDirectories>../../../lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
      <ModuleDefinitionFile>..\..\..\inc\AcRxDefault.def</ModuleDefinitionFile>
    </Link>
  </ItemDefinitionGroup>
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    <ClCompile>
      <AdditionalIncludeDirectories>.;.\inc;..\..\..\inc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
    </ClCompile>
    <Link>
      <AdditionalLibraryDirectories>../../../lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
      <ModuleDefinitionFile>..\..\..\inc\AcRxDefault.def</ModuleDefinitionFile>
      <TargetMachine>MachineX64</TargetMachine>
    </Link>
  </ItemDefinitionGroup>
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    <ClCompile>
      <AdditionalIncludeDirectories>.;.\inc;..\..\..\inc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
    </ClCompile>
    <Link>
      <AdditionalLibraryDirectories>../../../lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
      <ModuleDefinitionFile>..\..\..\inc\AcRxDefault.def</ModuleDefinitionFile>
    </Link>
  </ItemDefinitionGroup>
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    <ClCompile>
      <AdditionalIncludeDirectories>.;.\inc;..\..\..\inc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
    </ClCompile>
    <Link>
      <AdditionalLibraryDirectories>../../../lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
      <ModuleDefinitionFile>..\..\..\inc\AcRxDefault.def</ModuleDefinitionFile>
      <TargetMachine>MachineX64</TargetMachine>
    </Link>
  </ItemDefinitionGroup>
  <ItemGroup>
    <ClCompile Include="AcadUtils\AcadStr.cpp" />
    <ClCompile Include="App\ArxDbgApp.cpp" />
    <ClCompile Include="App\ArxDbgAppEditorReactor.cpp" />
    <ClCompile Include="Snoop\ArxDbgCloneSet.cpp" />
    <ClCompile Include="AdeskLogo\ArxDbgCmdAdeskLogo.cpp" />
    <ClCompile Include="Reactors\ArxDbgCmdReactors.cpp" />
    <ClCompile Include="Snoop\ArxDbgCmdSnoop.cpp" />
    <ClCompile Include="Tests\ArxDbgCmdTests.cpp" />
    <ClCompile Include="Reactors\ArxDbgDatabaseReactor.cpp" />
    <ClCompile Include="AdeskLogo\ArxDbgDbAdeskLogo.cpp" />
    <ClCompile Include="AdeskLogo\ArxDbgDbAdeskLogoStyle.cpp" />
    <ClCompile Include="BaseClasses\ArxDbgDbDictRecord.cpp" />
    <ClCompile Include="BaseClasses\ArxDbgDbEntity.cpp" />
    <ClCompile Include="Reactors\ArxDbgDLinkerReactor.cpp" />
    <ClCompile Include="AcadUtils\ArxDbgDocLockWrite.cpp" />
    <ClCompile Include="Reactors\ArxDbgDocumentReactor.cpp" />
    <ClCompile Include="Filers\ArxDbgDwgFiler.cpp" />
    <ClCompile Include="Reactors\ArxDbgEdInputContextReactor.cpp" />
    <ClCompile Include="Reactors\ArxDbgEditorReactor.cpp" />
    <ClCompile Include="App\ArxDbgEdUiContext.cpp" />
    <ClCompile Include="Reactors\ArxDbgEventReactor.cpp" />
    <ClCompile Include="Reactors\ArxDbgGsReactor.cpp" />
    <ClCompile Include="Prompt\ArxDbgKeywordArray.cpp" />
    <ClCompile Include="Reactors\ArxDbgLayoutManagerReactor.cpp" />
    <ClCompile Include="Reactors\ArxDbgLongTransactionReactor.cpp" />
    <ClCompile Include="App\ArxDbgOptions.cpp" />
    <ClCompile Include="Reactors\ArxDbgPersistentEntReactor.cpp" />
    <ClCompile Include="Reactors\ArxDbgPersistentObjReactor.cpp" />
    <ClCompile Include="AcadUtils\ArxDbgRbList.cpp" />
    <ClCompile Include="Filers\ArxDbgReferenceFiler.cpp" />
    <ClCompile Include="AcadUtils\ArxDbgSelSet.cpp" />
    <ClCompile Include="Reactors\ArxDbgTransactionReactor.cpp" />
    <ClCompile Include="Reactors\ArxDbgTransientEntReactor.cpp" />
    <ClCompile Include="Reactors\ArxDbgTransientObjReactor.cpp" />
    <ClCompile Include="App\ArxDbgUiDlgAboutBox.cpp" />
    <ClCompile Include="Snoop\ArxDbgUiDlgClassDict.cpp" />
    <ClCompile Include="Tests\ArxDbgUiDlgColor.cpp" />
    <ClCompile Include="Snoop\ArxDbgUiDlgDxf.cpp" />
    <ClCompile Include="Filers\ArxDbgUiDlgFilerTest.cpp" />
    <ClCompile Include="Ui\ArxDbgUiDlgGenericDefId.cpp" />
    <ClCompile Include="Snoop\ArxDbgUiDlgObjectId.cpp" />
    <ClCompile Include="Snoop\ArxDbgUiDlgObjState.cpp" />
    <ClCompile Include="Snoop\ArxDbgUiDlgReactors.cpp" />
    <ClCompile Include="Tests\ArxDbgUiDlgSelSet.cpp" />
    <ClCompile Include="Snoop\ArxDbgUiDlgServiceDict.cpp" />
    <ClCompile Include="Ui\ArxDbgUiDlgSplash.cpp" />
    <ClCompile Include="Snoop\ArxDbgUiDlgSysRegistry.cpp" />
    <ClCompile Include="Tests\ArxDbgUiDlgTestCurves.cpp" />
    <ClCompile Include="Tests\ArxDbgUiDlgWorldDraw.cpp" />
    <ClCompile Include="Snoop\ArxDbgUiDlgXdata.cpp" />
    <ClCompile Include="Prompt\ArxDbgUiPrAngle.cpp" />
    <ClCompile Include="Prompt\ArxDbgUiPrAngleDef.cpp" />
    <ClCompile Include="Prompt\ArxDbgUiPrBase.cpp" />
    <ClCompile Include="Prompt\ArxDbgUiPrCorner.cpp" />
    <ClCompile Include="Prompt\ArxDbgUiPrDist.cpp" />
    <ClCompile Include="Prompt\ArxDbgUiPrDistDef.cpp" />
    <ClCompile Include="Prompt\ArxDbgUiPrDouble.cpp" />
    <ClCompile Include="Prompt\ArxDbgUiPrDoubleDef.cpp" />
    <ClCompile Include="Prompt\ArxDbgUiPrEntity.cpp" />
    <ClCompile Include="Prompt\ArxDbgUiPrInt.cpp" />
    <ClCompile Include="Prompt\ArxDbgUiPrIntDef.cpp" />
    <ClCompile Include="Prompt\ArxDbgUiPrKeyWord.cpp" />
    <ClCompile Include="Prompt\ArxDbgUiPrKeyWordDef.cpp" />
    <ClCompile Include="Prompt\ArxDbgUiPrPoint.cpp" />
    <ClCompile Include="Prompt\ArxDbgUiPrString.cpp" />
    <ClCompile Include="Prompt\ArxDbgUiPrStringDef.cpp" />
    <ClCompile Include="Snoop\ArxDbgUiTdcClasses.cpp" />
    <ClCompile Include="TransDbClones\ArxDbgUiTdcCloneSet.cpp" />
    <ClCompile Include="Snoop\ArxDbgUiTdcCmds.cpp" />
    <ClCompile Include="Snoop\ArxDbgUiTdcDatabase.cpp" />
    <ClCompile Include="Snoop\ArxDbgUiTdcDbObjectBase.cpp" />
    <ClCompile Include="Snoop\ArxDbgUiTdcDict.cpp" />
    <ClCompile Include="Snoop\ArxDbgUiTdcDocs.cpp" />
    <ClCompile Include="Snoop\ArxDbgUiTdcEntities.cpp" />
    <ClCompile Include="Snoop\ArxDbgUiTdcHostAppSrv.cpp" />
    <ClCompile Include="Snoop\ArxDbgUiTdcIdMap.cpp" />
    <ClCompile Include="TransDbClones\ArxDbgUiTdcInsert.cpp" />
    <ClCompile Include="Snoop\ArxDbgUiTdcLongTrans.cpp" />
    <ClCompile Include="Snoop\ArxDbgUiTdcObjects.cpp" />
    <ClCompile Include="Reactors\ArxDbgUiTdcObjReactorsBase.cpp" />
    <ClCompile Include="App\ArxDbgUiTdcOptions.cpp" />
    <ClCompile Include="Reactors\ArxDbgUiTdcPersistentReactors.cpp" />
    <ClCompile Include="Snoop\ArxDbgUiTdcReferences.cpp" />
    <ClCompile Include="Snoop\ArxDbgUiTdcRxObjectBase.cpp" />
    <ClCompile Include="Snoop\ArxDbgUiTdcSymTbl.cpp" />
    <ClCompile Include="Reactors\ArxDbgUiTdcSysReactors.cpp" />
    <ClCompile Include="Reactors\ArxDbgUiTdcTransientReactors.cpp" />
    <ClCompile Include="TransDbClones\ArxDbgUiTdcWblockClone.cpp" />
    <ClCompile Include="Snoop\ArxDbgUiTdmDatabase.cpp" />
    <ClCompile Include="Snoop\ArxDbgUiTdmEditor.cpp" />
    <ClCompile Include="Snoop\ArxDbgUiTdmEntities.cpp" />
    <ClCompile Include="Snoop\ArxDbgUiTdmIdMap.cpp" />
    <ClCompile Include="Snoop\ArxDbgUiTdmLongTrans.cpp" />
    <ClCompile Include="Snoop\ArxDbgUiTdmObjects.cpp" />
    <ClCompile Include="Reactors\ArxDbgUiTdmReactors.cpp" />
    <ClCompile Include="Snoop\ArxDbgUiTdmReferences.cpp" />
    <ClCompile Include="TransDbClones\ArxDbgUiTdmTransDbClones.cpp" />
    <ClCompile Include="AcadUtils\ArxDbgUtilsAcadUi.cpp" />
    <ClCompile Include="AcadUtils\ArxDbgUtilsDb.cpp" />
    <ClCompile Include="AcadUtils\ArxDbgUtilsDict.cpp" />
    <ClCompile Include="AcadUtils\ArxDbgUtilsGe.cpp" />
    <ClCompile Include="AcadUtils\ArxDbgUtilsSymTbl.cpp" />
    <ClCompile Include="Tests\ArxDbgWorldDraw.cpp" />
    <ClCompile Include="AcadUtils\ArxDbgXdata.cpp" />
    <ClCompile Include="Tests\EntMakeTest.cpp" />
    <ClCompile Include="Tests\MapTest.cpp" />
    <ClCompile Include="MfcExt\SdStrList.cpp" />
    <ClCompile Include="AcadUtils\SdStrObjId.cpp" />
    <ClCompile Include="AcadUtils\SdSysVar.cpp" />
    <ClCompile Include="StdAfx.cpp">
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
    </ClCompile>
    <ClCompile Include="Tests\TblMakeTest.cpp" />
    <ClCompile Include="MfcExt\UiUtils.cpp" />
    <ClCompile Include="Tests\XformTest.cpp" />
  </ItemGroup>
  <ItemGroup>
    <ResourceCompile Include="ArxDbg.rc" />
  </ItemGroup>
  <ItemGroup>
    <ClInclude Include="Inc\AcadStdafx.h" />
    <ClInclude Include="Inc\AcadStr.h" />
    <ClInclude Include="Inc\ArxDbgApp.h" />
    <ClInclude Include="Inc\ArxDbgAppEditorReactor.h" />
    <ClInclude Include="Inc\ArxDbgCmd.h" />
    <ClInclude Include="Inc\ArxDbgCmdAdeskLogo.h" />
    <ClInclude Include="Inc\ArxDbgCmdReactors.h" />
    <ClInclude Include="Inc\ArxDbgCmdSnoop.h" />
    <ClInclude Include="Inc\ArxDbgCmdTests.h" />
    <ClInclude Include="Inc\ArxDbgDatabaseReactor.h" />
    <ClInclude Include="Inc\ArxDbgDbAdeskLogo.h" />
    <ClInclude Include="Inc\ArxDbgDbAdeskLogoStyle.h" />
    <ClInclude Include="Inc\ArxDbgDbDictRecord.h" />
    <ClInclude Include="Inc\ArxDbgDbEntity.h" />
    <ClInclude Include="Inc\ArxDbgDlgColor.h" />
    <ClInclude Include="Inc\ArxDbgDLinkerReactor.h" />
    <ClInclude Include="Inc\ArxDbgDocumentReactor.h" />
    <ClInclude Include="Inc\ArxDbgDwgFiler.h" />
    <ClInclude Include="Inc\ArxDbgEdInputContextReactor.h" />
    <ClInclude Include="Inc\ArxDbgEditorReactor.h" />
    <ClInclude Include="Inc\ArxDbgEdUiContext.h" />
    <ClInclude Include="Inc\ArxDbgEventReactor.h" />
    <ClInclude Include="Inc\ArxDbgGsReactor.h" />
    <ClInclude Include="Inc\ArxDbgKeywordArray.h" />
    <ClInclude Include="Inc\ArxDbgLayoutManagerReactor.h" />
    <ClInclude Include="Inc\ArxDbgLongTransactionReactor.h" />
    <ClInclude Include="Inc\ArxDbgPersistentEntReactor.h" />
    <ClInclude Include="Inc\ArxDbgPersistentObjReactor.h" />
    <ClInclude Include="Inc\ArxDbgRbList.h" />
    <ClInclude Include="Inc\ArxDbgSelSet.h" />
    <ClInclude Include="Inc\ArxDbgTransactionReactor.h" />
    <ClInclude Include="Inc\ArxDbgTransientEntReactor.h" />
    <ClInclude Include="Inc\ArxDbgTransientObjReactor.h" />
    <ClInclude Include="Inc\ArxDbgUiDlgAboutBox.h" />
    <ClInclude Include="Inc\ArxDbgUiDlgClassDict.h" />
    <ClInclude Include="Inc\ArxDbgUiDlgColor.h" />
    <ClInclude Include="Inc\ArxDbgUiDlgDxf.h" />
    <ClInclude Include="Inc\ArxDbgUiDlgFilerTest.h" />
    <ClInclude Include="Inc\ArxDbgUiDlgGenericDefId.h" />
    <ClInclude Include="Inc\ArxDbgUiDlgObjState.h" />
    <ClInclude Include="Inc\ArxDbgUiDlgReactors.h" />
    <ClInclude Include="Inc\ArxDbgUiDlgServiceDict.h" />
    <ClInclude Include="Inc\ArxDbgUiDlgSplash.h" />
    <ClInclude Include="Inc\ArxDbgUiDlgSysRegistry.h" />
    <ClInclude Include="Inc\ArxDbgUiDlgTestCurves.h" />
    <ClInclude Include="Inc\ArxDbgUiDlgWorldDraw.h" />
    <ClInclude Include="Inc\ArxDbgUiDlgXdata.h" />
    <ClInclude Include="Inc\ArxDbgUiPrAngle.h" />
    <ClInclude Include="Inc\ArxDbgUiPrAngleDef.h" />
    <ClInclude Include="Inc\ArxDbgUiPrBase.h" />
    <ClInclude Include="Inc\ArxDbgUiPrCorner.h" />
    <ClInclude Include="Inc\ArxDbgUiPrDist.h" />
    <ClInclude Include="Inc\ArxDbgUiPrDistDef.h" />
    <ClInclude Include="Inc\ArxDbgUiPrDouble.h" />
    <ClInclude Include="Inc\ArxDbgUiPrDoubleDef.h" />
    <ClInclude Include="Inc\ArxDbgUiPrEntity.h" />
    <ClInclude Include="Inc\ArxDbgUiPrInt.h" />
    <ClInclude Include="Inc\ArxDbgUiPrIntDef.h" />
    <ClInclude Include="Inc\ArxDbgUiPrKeyWord.h" />
    <ClInclude Include="Inc\ArxDbgUiPrKeyWordDef.h" />
    <ClInclude Include="Inc\ArxDbgUiPrompts.h" />
    <ClInclude Include="Inc\ArxDbgUiPrPoint.h" />
    <ClInclude Include="Inc\ArxDbgUiPrString.h" />
    <ClInclude Include="Inc\ArxDbgUiPrStringDef.h" />
    <ClInclude Include="Inc\ArxDbgUiPsDatabase.h" />
    <ClInclude Include="Inc\ArxDbgUiPsEntities.h" />
    <ClInclude Include="Inc\ArxDbgUiTdcClasses.h" />
    <ClInclude Include="Inc\ArxDbgUiTdcCmds.h" />
    <ClInclude Include="Inc\ArxDbgUiTdcDatabase.h" />
    <ClInclude Include="Inc\ArxDbgUiTdcDbObjectBase.h" />
    <ClInclude Include="Inc\ArxDbgUiTdcDict.h" />
    <ClInclude Include="Inc\ArxDbgUiTdcDocs.h" />
    <ClInclude Include="Inc\ArxDbgUiTdcEntities.h" />
    <ClInclude Include="Inc\ArxDbgUiTdcIdMap.h" />
    <ClInclude Include="Inc\ArxDbgUiTdcLongTrans.h" />
    <ClInclude Include="Inc\ArxDbgUiTdcObjects.h" />
    <ClInclude Include="Inc\ArxDbgUiTdcObjReactorsBase.h" />
    <ClInclude Include="Inc\ArxDbgUiTdcOptions.h" />
    <ClInclude Include="Inc\ArxDbgUiTdcPersistentReactors.h" />
    <ClInclude Include="Inc\ArxDbgUiTdcRxObjectBase.h" />
    <ClInclude Include="Inc\ArxDbgUiTdcSymTbl.h" />
    <ClInclude Include="Inc\ArxDbgUiTdcSysReactors.h" />
    <ClInclude Include="Inc\ArxDbgUiTdcTransientReactors.h" />
    <ClInclude Include="Inc\ArxDbgUiTdmDatabase.h" />
    <ClInclude Include="Inc\ArxDbgUiTdmEditor.h" />
    <ClInclude Include="Inc\ArxDbgUiTdmEntities.h" />
    <ClInclude Include="Inc\ArxDbgUiTdmIdMap.h" />
    <ClInclude Include="Inc\ArxDbgUiTdmLongTrans.h" />
    <ClInclude Include="Inc\ArxDbgUiTdmObjects.h" />
    <ClInclude Include="Inc\ArxDbgUiTdmReactors.h" />
    <ClInclude Include="Inc\ArxDbgUtils.h" />
    <ClInclude Include="Inc\ArxDbgUtilsGe.h" />
    <ClInclude Include="Inc\ArxDbgWorldDraw.h" />
    <ClInclude Include="Inc\ArxDbgXdata.h" />
    <ClInclude Include="Inc\EntMakeTest.h" />
    <ClInclude Include="Inc\ExtDwgDbox.h" />
    <ClInclude Include="Inc\FilerTestDbox.h" />
    <ClInclude Include="Inc\MapTest.h" />
    <ClInclude Include="Res_ArxDbg.h" />
    <ClInclude Include="Inc\SdStrList.h" />
    <ClInclude Include="Inc\SdStrObjId.h" />
    <ClInclude Include="Inc\SdSysVar.h" />
    <ClInclude Include="StdAfx.h" />
    <ClInclude Include="Inc\TblMakeTest.h" />
    <ClInclude Include="Inc\XformTest.h" />
  </ItemGroup>
  <ItemGroup>
    <None Include="res\ArxDbg.rc2" />
    <None Include="res\arxdbg_b.bmp" />
    <None Include="res\dwg.bmp" />
    <None Include="res\splash.bmp" />
  </ItemGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  <ImportGroup Label="ExtensionTargets">
  </ImportGroup>
</Project>
    

测试代码

//如果使用当前数据库,一定要保存文件否则会出错,
//当前数据库有自动保存操作,即使不操作,如果不保存,也会出错。
      

总结

提示:这里对文章进行总结:
例如:以上就是今天要讲的内容,本文仅仅简单介绍了的函数和方法。

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

lst0426

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值