- Visual C++源码
- Visual Basic源码
- C++ Builder源码
- Java源码
- Delphi源码
- C/C++源码
- PHP源码
- Perl源码
- Python源码
- Asm源码
- Pascal源码
- Borland C++源码
- Others源码
- SQL源码
- VBScript源码
- JavaScript源码
- ASP/ASPX源码
- C#源码
- Flash/ActionScript源码
- matlab源码
- PowerBuilder源码
- LabView源码
- Flex源码
- MathCAD源码
- VBA源码
- IDL源码
- Lisp/Scheme源码
- VHDL源码
- Objective-C源码
- Fortran源码
- tcl/tk源码
- QT源码
StdArx.h
资源名称:suplib.rar [点击查看]
上传用户:mica555
上传日期:2014-05-08
资源大小:68k
文件大小:1k
源码类别:
CAD
开发平台:
Visual C++
- //
- // StdArx.h : include file for ObjectARX/DBX include files
- // this file is only included once by your stdafx.h
- #if !defined(AFX_STDARX_H__9295FD47_4E70_43DC_BF0F_809B5D8E2D1D__INCLUDED_)
- #define AFX_STDARX_H__9295FD47_4E70_43DC_BF0F_809B5D8E2D1D__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- //{{AFX_ARX_INC_SELECTED
- #include "dbsymtb.h" //
- #include "dbmain.h" // Entity base class
- //}}AFX_ARX_INC_SELECTED
- //{{AFX_ARX_INC_OTHERS
- //}}AFX_ARX_INC_OTHERS
- #include "AdskDMgr.h" // Utility class for document data
- #include "docdata.h" // Your document specific data
- // Declare it as an extern here so that it
- // becomes available in all modules
- extern AsdkDataManager<CDocData> DocVars;
- #define g_Info DocVars.docData()//没有分号!
- //{{AFX_ARX_FUNC
- void wkj_suplib();
- void wkj_test();
- //}}AFX_ARX_FUNC
- // TODO: Here you can add your own includes / declarations
- #endif