FindDllVersion.cpp in FindDllVersion.rar
Sponsored links
// FindDllVersion.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "FindDllVersion.h"
#include "FindDllVersionDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CFindDllVersionApp
BEGIN_MESSAGE_MAP(CFindDllVersionApp, CWinApp)
//{{AFX_MSG_MAP(CFindDllVersionApp)
// NOTE - the ClassWizard will add and remove mapping macros here.
// DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG
ON_COMMAND(ID_HELP, CWinApp::OnHelp)
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CFindDllVersionApp construction
CFindDllVersionApp::CFindDllVersionApp()
{
// TODO: add construction code here,
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CFindDllVersionApp object
CFindDllVersionApp theApp;
...
...
... to be continued.
This is a preview. To get the complete source file,
please click here to download the whole source code package.