3 Star 0 Fork 2

leegoobin/DBConvert

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
stdafx.h 1.76 KB
一键复制 编辑 原始数据 按行查看 历史
unknown 提交于 2015-02-03 14:32 . 代码移植到Git
// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
//
#if !defined(AFX_STDAFX_H__E01D9CF5_B9AF_4513_AF66_8E1BEB3D9C78__INCLUDED_)
#define AFX_STDAFX_H__E01D9CF5_B9AF_4513_AF66_8E1BEB3D9C78__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
#include <afxwin.h> // MFC core and standard components
#include <afxext.h> // MFC extensions
#include <afxdisp.h> // MFC Automation classes
#include <afxdtctl.h> // MFC support for Internet Explorer 4 Common Controls
#ifndef _AFX_NO_AFXCMN_SUPPORT
#include <afxcmn.h> // MFC support for Windows Common Controls
#endif // _AFX_NO_AFXCMN_SUPPORT
#include <afxole.h> // MFC OLE classes
#include <afxdao.h>
#include <atlbase.h>
#include <comdef.h>
#include <objbase.h>
#import "C:\Program Files\Common Files\SYSTEM\ADO\msado15.dll" no_namespace \
rename("EOF","adoEOF") rename("EditModeEnum","adoEditModeEnum")\
rename("LockTypeEnum","adoLockTypeEnum") rename("FieldAttributeEnum","adoFieldAttributeEnum")\
rename("DataTypeEnum","adoDataTypeEnum") rename("ParameterDirectionEnum","adoParameterDirectionEnum")\
rename("RecordStatusEnum","adoRecordStatusEnum")
//#ifndef _AFX_NO_DAO_SUPPORT
extern const _TCHAR szSoftwareKey[MAX_PATH]="SOFTWARE\\长沙优易软件有限公司\\数据库\\";
extern HKEY hKey;
extern CString sv;
extern unsigned long vtype;
extern unsigned long vlen;
extern CString subKey;
extern LPTSTR pszName;
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_STDAFX_H__E01D9CF5_B9AF_4513_AF66_8E1BEB3D9C78__INCLUDED_)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/uesoft/DBConvert.git
git@gitee.com:uesoft/DBConvert.git
uesoft
DBConvert
DBConvert
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385