Click here to Skip to main content
15,893,814 members
Articles / Desktop Programming / MFC

The Ultimate Toolbox - Updates and User Contributions

Rate me:
Please Sign up or sign in to vote.
4.79/5 (26 votes)
12 Feb 2013CPOL8 min read 256K   23.7K   170  
Updates and User Contributions for the Ultimate Toolbox Libraries
// ==========================================================================
//							Specification : 
//							AdvancedAssert
// ==========================================================================

// Header file : OXAdvancedAssert.h

// Version: 9.3

// This software along with its related components, documentation and files ("The Libraries")
// is � 1994-2007 The Code Project (1612916 Ontario Limited) and use of The Libraries is
// governed by a software license agreement ("Agreement").  Copies of the Agreement are
// available at The Code Project (www.codeproject.com), as part of the package you downloaded
// to obtain this file, or directly from our office.  For a copy of the license governing
// this software, you may contact us at legalaffairs@codeproject.com, or by calling 416-849-8900.
                         

#ifndef __AdvancedAssert_h__
#define __AdvancedAssert_h__

#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000

#include "OXDllExt.h"

#ifndef OX_ADVANCEDASSERT_NOTE1
#define OX_ADVANCEDASSERT_NOTE1 _T("An unexpected event has just occurred.  Please report this event by sending an email.  This will help eliminate bugs.")
#endif

#ifndef OX_ADVANCEDASSERT_NOTE2
#define OX_ADVANCEDASSERT_NOTE2 _T("Any information you can give about the state when this event occurred would be greately appreciated.")
#endif

/////////////////////////////////////////////////////////////////////////////
// Diagnostic support

#if defined(_DEBUG) || defined(BETA)

// v9.3 - update 04 fixes for ASSERT in unicode builds- AAW 2009-03-29 
#ifdef ASSERT
#undef ASSERT
#endif  //AAW: We want to define ASSERT in any case, not just if it's defined already, as it was previously.

/////////////////////////////////////////////////////////////////////////////
// Desciption : This is an internal function that is used by the ASSERT macro. 
//              using some advanced macro processing, the condition that fails 
//              is converted to a string that is later used in the dialog. 
// -- In      : lpszCondition - Condition to be displayed
//              lpszFileName  - filename    of failed condition. 
//              nLine         - line number of failed condition. 
// -- Out     : nothing.
// -- Returns : Returns TRUE when user selects Retry.
// -- Effect  : Sends trace message and presents user with Abort, Retry, Ignore, Send dialog. 
// Note: file names are still ANSI strings (filenames rarely need UNICODE)

// v9.3 - update 04 fixes for ASSERT in unicode builds- AAW 2009-03-29 
//		- condition should remain an ANSI String, don't token paste a _T(string) below either.
OX_API_DECL BOOL AFXAPI AdvancedAssertFailedLine(LPCSTR lpszCondition, 
												 LPCSTR lpszFileName, int nLine) ;

#ifndef _WIN32
void AfxDebugBreak() ;
#endif

#define THIS_FILE __FILE__
#define ASSERT(f) \
	do \
		{ \
		if ( !(f) && AdvancedAssertFailedLine(#f, THIS_FILE, __LINE__) ) \
			AfxDebugBreak() ; \
		} \
	while (0) \

// v9.3 - END update 04 fixes for ASSERT in unicode builds- AAW 2009-03-29 


#ifdef VERIFY
#undef VERIFY
#define VERIFY(f)          ASSERT(f)
#endif // VERIFY

#endif // _DEBUG || BETA

/////////////////////////////////////////////////////////////////////////////
// Desciption : Public access function that allows programmatic override of 
//              global send enable flag.  When this flag is FALSE, the Send 
//              button is disabled. 
// -- In      : New send enable state. 
// -- Out     : 
// -- Returns : Previous send enable state. 
// -- Effect  : Replace the send enable state. 
OX_API_DECL BOOL AppSetAssertSendState(BOOL bEnable=TRUE) ;

/////////////////////////////////////////////////////////////////////////////
// Desciption : Public access function that allows programmer to get global send 
//				enable flag.  When this flag is FALSE, the Send button is disabled. 
// -- In      :  
// -- Out     : 
// -- Returns : send enable state. 
// -- Effect  : 
OX_API_DECL BOOL AppGetAssertSendState() ;

/////////////////////////////////////////////////////////////////////////////
// Desciption : Public access function that allows programmatic override of 
//              global beta email address. 
// -- In      : csEmailAddress - New email address supplied when user selects Send. 
// -- Out     : 
// -- Returns : Previous beta email address. 
// -- Effect  : Replace the beta email address. 
OX_API_DECL CString AppSetAssertEmailAddress(CString csEmailAddress) ;

/////////////////////////////////////////////////////////////////////////////
// Desciption : This function is used to safely gain access to beta email address. 
// -- In      : 
// -- Out     : 
// -- Returns : Current beta email address. 
// -- Effect  : 
OX_API_DECL LPCSTR AppGetAssertEmailAddress() ;

/////////////////////////////////////////////////////////////////////////////
// Desciption : Public access function that allowas programmatic override of 
//              global note 1 text. 
// -- In      : csNote - New text used for note 1. 
// -- Out     : 
// -- Returns : Previous note 1 text. 
// -- Effect  : Replace the global text used for note 1 in the assert dialog. 
OX_API_DECL CString AppSetAssertNote1(CString csNote) ;

/////////////////////////////////////////////////////////////////////////////
// Desciption : Public access function that allows programmer to get text that 
//				displayed at the top of Assert dialog (Note1). 
// -- In      :  
// -- Out     : 
// -- Returns : Note1 text. 
// -- Effect  : 
OX_API_DECL CString AppGetAssertNote1() ;

/////////////////////////////////////////////////////////////////////////////
// Desciption : Public access function that allowas programmatic override of 
//              global note 2 text. 
// -- In      : csNote - New text used for note 2. 
// -- Out     : 
// -- Returns : Previous note 2 text. 
// -- Effect  : Replace the global text used for note 2. in the assert dialog.
OX_API_DECL CString AppSetAssertNote2(CString csNote) ;

/////////////////////////////////////////////////////////////////////////////
// Desciption : Public access function that allows programmer to get text that 
//				displayed at the top of Assert dialog under Note1 (Note2). 
// -- In      :  
// -- Out     : 
// -- Returns : Note2 text. 
// -- Effect  : 
OX_API_DECL CString AppGetAssertNote2() ;

// You will want to correct the beta address. 
#define BETA_EMAIL_ADDRESS "Support[SMTP:beta@yourcompany.com]"

#endif // __AdvancedAssert_h__
/////////////////////////////////////////////////////////////////////////////

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Web Developer
Canada Canada
In January 2005, David Cunningham and Chris Maunder created TheUltimateToolbox.com, a new group dedicated to the continued development, support and growth of Dundas Software’s award winning line of MFC, C++ and ActiveX control products.

Ultimate Grid for MFC, Ultimate Toolbox for MFC, and Ultimate TCP/IP have been stalwarts of C++/MFC development for a decade. Thousands of developers have used these products to speed their time to market, improve the quality of their finished products, and enhance the reliability and flexibility of their software.
This is a Organisation

476 members

Comments and Discussions