.NET
custappw.txt
Associated article: Extending Visual C++
Tags: .NET C/C++
Published source code examples accompanying the article by John Roberts in which he shows how you to create a custom AppWizard, using as an example a custom AppWizard to create extension DLLs to the Microsoft Exchange e-mail client (also known as the "Windows 95 Inbox"). Also see CUSTAPPW.ZIP.
_Extending Visual C++_
by John Roberts
Example 1:
BOOL CCustom1Dlg::OnDismiss()
{
if (!UpdateData(TRUE)) // do DDX
return FALSE;
// Set template variables based on the dialog's data.
// m_bCommands is the dialog class member variable
if(m_bCommands)
ExchWzaw.m_Dictionary[&...


