summinfo.cpp
上传用户:szled88
上传日期:2015-04-09
资源大小:43957k
文件大小:10k
- // summinfo.cpp : implementation of the CDrawDoc class
- //
- // This file is a part of the XTREME TOOLKIT PRO MFC class library.
- // (c)1998-2008 Codejock Software, All Rights Reserved.
- //
- // THIS SOURCE FILE IS THE PROPERTY OF CODEJOCK SOFTWARE AND IS NOT TO BE
- // RE-DISTRIBUTED BY ANY MEANS WHATSOEVER WITHOUT THE EXPRESSED WRITTEN
- // CONSENT OF CODEJOCK SOFTWARE.
- //
- // THIS SOURCE CODE CAN ONLY BE USED UNDER THE TERMS AND CONDITIONS OUTLINED
- // IN THE XTREME TOOLKIT PRO LICENSE AGREEMENT. CODEJOCK SOFTWARE GRANTS TO
- // YOU (ONE SOFTWARE DEVELOPER) THE LIMITED RIGHT TO USE THIS SOFTWARE ON A
- // SINGLE COMPUTER.
- //
- // CONTACT INFORMATION:
- // support@codejock.com
- // http://www.codejock.com
- //
- /////////////////////////////////////////////////////////////////////////////
- #include "stdafx.h"
- #include <winnls.h>
- #include "drawcli.h"
- #ifdef _DEBUG
- #undef THIS_FILE
- static char BASED_CODE THIS_FILE[] = __FILE__;
- #endif
- AFX_INLINE int SPRINTF_S(TCHAR *buffer, size_t count, const TCHAR* format, ...) {
- va_list args;
- va_start(args, format);
- #if (_MSC_VER > 1310) // VS2005
- int result = _vstprintf_s(buffer, count, format, args);
- #else
- int result = _vstprintf(buffer, format, args);UNREFERENCED_PARAMETER(count);
- #endif
- va_end(args);
- return result;
- }
- #include <objbase.h>
- // the following header redefines
- // the DEFINE_GUID macro to actually allocate data
- #include <initguid.h>
- #ifndef INITGUID
- #define INITGUID
- #endif
- // the DEFINE_GUID macro in the following header now allocates data
- #include "summinfo.h"
- const OLECHAR szSummInfo[] = OLESTR("