Skip to content

Commit

Permalink
csp - test application
Browse files Browse the repository at this point in the history
  • Loading branch information
kataklinger committed Oct 17, 2013
1 parent 7115365 commit 3e7a0e5
Show file tree
Hide file tree
Showing 19 changed files with 1,252 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -3,6 +3,8 @@
################################################################################

/build/
/ipch/
*.opensdf
*.sdf
*.suo
*.aps
88 changes: 88 additions & 0 deletions GALex.sln
Expand Up @@ -25,60 +25,148 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "App9", "TestApps\App9\App9.
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "App10", "TestApps\App10\App10.vcxproj", "{CAE325D0-91AE-42C5-8056-65DAE2232E74}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "App11", "TestApps\App11\App11.vcxproj", "{719AFAAC-E867-4186-B08C-0DC80A65BE8D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|Win32 = Debug|Win32
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{55D67B0E-145C-4CDD-BC27-0DE87A86D821}.Debug|Any CPU.ActiveCfg = Debug|Win32
{55D67B0E-145C-4CDD-BC27-0DE87A86D821}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{55D67B0E-145C-4CDD-BC27-0DE87A86D821}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{55D67B0E-145C-4CDD-BC27-0DE87A86D821}.Debug|Win32.ActiveCfg = Debug|Win32
{55D67B0E-145C-4CDD-BC27-0DE87A86D821}.Debug|Win32.Build.0 = Debug|Win32
{55D67B0E-145C-4CDD-BC27-0DE87A86D821}.Release|Any CPU.ActiveCfg = Release|Win32
{55D67B0E-145C-4CDD-BC27-0DE87A86D821}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{55D67B0E-145C-4CDD-BC27-0DE87A86D821}.Release|Mixed Platforms.Build.0 = Release|Win32
{55D67B0E-145C-4CDD-BC27-0DE87A86D821}.Release|Win32.ActiveCfg = Release|Win32
{55D67B0E-145C-4CDD-BC27-0DE87A86D821}.Release|Win32.Build.0 = Release|Win32
{460F0DAB-E24F-4015-89D2-7386F0A72141}.Debug|Any CPU.ActiveCfg = Debug|Win32
{460F0DAB-E24F-4015-89D2-7386F0A72141}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{460F0DAB-E24F-4015-89D2-7386F0A72141}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{460F0DAB-E24F-4015-89D2-7386F0A72141}.Debug|Win32.ActiveCfg = Debug|Win32
{460F0DAB-E24F-4015-89D2-7386F0A72141}.Debug|Win32.Build.0 = Debug|Win32
{460F0DAB-E24F-4015-89D2-7386F0A72141}.Release|Any CPU.ActiveCfg = Release|Win32
{460F0DAB-E24F-4015-89D2-7386F0A72141}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{460F0DAB-E24F-4015-89D2-7386F0A72141}.Release|Mixed Platforms.Build.0 = Release|Win32
{460F0DAB-E24F-4015-89D2-7386F0A72141}.Release|Win32.ActiveCfg = Release|Win32
{460F0DAB-E24F-4015-89D2-7386F0A72141}.Release|Win32.Build.0 = Release|Win32
{BE217A8A-88CC-4169-B826-F6E311C2DE0B}.Debug|Any CPU.ActiveCfg = Debug|Win32
{BE217A8A-88CC-4169-B826-F6E311C2DE0B}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{BE217A8A-88CC-4169-B826-F6E311C2DE0B}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{BE217A8A-88CC-4169-B826-F6E311C2DE0B}.Debug|Win32.ActiveCfg = Debug|Win32
{BE217A8A-88CC-4169-B826-F6E311C2DE0B}.Debug|Win32.Build.0 = Debug|Win32
{BE217A8A-88CC-4169-B826-F6E311C2DE0B}.Release|Any CPU.ActiveCfg = Release|Win32
{BE217A8A-88CC-4169-B826-F6E311C2DE0B}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{BE217A8A-88CC-4169-B826-F6E311C2DE0B}.Release|Mixed Platforms.Build.0 = Release|Win32
{BE217A8A-88CC-4169-B826-F6E311C2DE0B}.Release|Win32.ActiveCfg = Release|Win32
{BE217A8A-88CC-4169-B826-F6E311C2DE0B}.Release|Win32.Build.0 = Release|Win32
{A32AF66E-2A32-46DD-AACA-413BA01AAE39}.Debug|Any CPU.ActiveCfg = Debug|Win32
{A32AF66E-2A32-46DD-AACA-413BA01AAE39}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{A32AF66E-2A32-46DD-AACA-413BA01AAE39}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{A32AF66E-2A32-46DD-AACA-413BA01AAE39}.Debug|Win32.ActiveCfg = Debug|Win32
{A32AF66E-2A32-46DD-AACA-413BA01AAE39}.Debug|Win32.Build.0 = Debug|Win32
{A32AF66E-2A32-46DD-AACA-413BA01AAE39}.Release|Any CPU.ActiveCfg = Release|Win32
{A32AF66E-2A32-46DD-AACA-413BA01AAE39}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{A32AF66E-2A32-46DD-AACA-413BA01AAE39}.Release|Mixed Platforms.Build.0 = Release|Win32
{A32AF66E-2A32-46DD-AACA-413BA01AAE39}.Release|Win32.ActiveCfg = Release|Win32
{A32AF66E-2A32-46DD-AACA-413BA01AAE39}.Release|Win32.Build.0 = Release|Win32
{C2497F96-8CEE-4775-B562-896921F1F824}.Debug|Any CPU.ActiveCfg = Debug|Win32
{C2497F96-8CEE-4775-B562-896921F1F824}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{C2497F96-8CEE-4775-B562-896921F1F824}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{C2497F96-8CEE-4775-B562-896921F1F824}.Debug|Win32.ActiveCfg = Debug|Win32
{C2497F96-8CEE-4775-B562-896921F1F824}.Debug|Win32.Build.0 = Debug|Win32
{C2497F96-8CEE-4775-B562-896921F1F824}.Release|Any CPU.ActiveCfg = Release|Win32
{C2497F96-8CEE-4775-B562-896921F1F824}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{C2497F96-8CEE-4775-B562-896921F1F824}.Release|Mixed Platforms.Build.0 = Release|Win32
{C2497F96-8CEE-4775-B562-896921F1F824}.Release|Win32.ActiveCfg = Release|Win32
{C2497F96-8CEE-4775-B562-896921F1F824}.Release|Win32.Build.0 = Release|Win32
{9CD255F6-D00C-4F09-90E3-C57861544AD7}.Debug|Any CPU.ActiveCfg = Debug|Win32
{9CD255F6-D00C-4F09-90E3-C57861544AD7}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{9CD255F6-D00C-4F09-90E3-C57861544AD7}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{9CD255F6-D00C-4F09-90E3-C57861544AD7}.Debug|Win32.ActiveCfg = Debug|Win32
{9CD255F6-D00C-4F09-90E3-C57861544AD7}.Debug|Win32.Build.0 = Debug|Win32
{9CD255F6-D00C-4F09-90E3-C57861544AD7}.Release|Any CPU.ActiveCfg = Release|Win32
{9CD255F6-D00C-4F09-90E3-C57861544AD7}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{9CD255F6-D00C-4F09-90E3-C57861544AD7}.Release|Mixed Platforms.Build.0 = Release|Win32
{9CD255F6-D00C-4F09-90E3-C57861544AD7}.Release|Win32.ActiveCfg = Release|Win32
{9CD255F6-D00C-4F09-90E3-C57861544AD7}.Release|Win32.Build.0 = Release|Win32
{3EC97573-15E0-47B2-87C5-1B15C7832960}.Debug|Any CPU.ActiveCfg = Debug|Win32
{3EC97573-15E0-47B2-87C5-1B15C7832960}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{3EC97573-15E0-47B2-87C5-1B15C7832960}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{3EC97573-15E0-47B2-87C5-1B15C7832960}.Debug|Win32.ActiveCfg = Debug|Win32
{3EC97573-15E0-47B2-87C5-1B15C7832960}.Debug|Win32.Build.0 = Debug|Win32
{3EC97573-15E0-47B2-87C5-1B15C7832960}.Release|Any CPU.ActiveCfg = Release|Win32
{3EC97573-15E0-47B2-87C5-1B15C7832960}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{3EC97573-15E0-47B2-87C5-1B15C7832960}.Release|Mixed Platforms.Build.0 = Release|Win32
{3EC97573-15E0-47B2-87C5-1B15C7832960}.Release|Win32.ActiveCfg = Release|Win32
{3EC97573-15E0-47B2-87C5-1B15C7832960}.Release|Win32.Build.0 = Release|Win32
{93560795-9ABC-4748-A161-F9166987B4D4}.Debug|Any CPU.ActiveCfg = Debug|Win32
{93560795-9ABC-4748-A161-F9166987B4D4}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{93560795-9ABC-4748-A161-F9166987B4D4}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{93560795-9ABC-4748-A161-F9166987B4D4}.Debug|Win32.ActiveCfg = Debug|Win32
{93560795-9ABC-4748-A161-F9166987B4D4}.Debug|Win32.Build.0 = Debug|Win32
{93560795-9ABC-4748-A161-F9166987B4D4}.Release|Any CPU.ActiveCfg = Release|Win32
{93560795-9ABC-4748-A161-F9166987B4D4}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{93560795-9ABC-4748-A161-F9166987B4D4}.Release|Mixed Platforms.Build.0 = Release|Win32
{93560795-9ABC-4748-A161-F9166987B4D4}.Release|Win32.ActiveCfg = Release|Win32
{93560795-9ABC-4748-A161-F9166987B4D4}.Release|Win32.Build.0 = Release|Win32
{954EC643-56AE-4187-864A-0E7259BD28DA}.Debug|Any CPU.ActiveCfg = Debug|Win32
{954EC643-56AE-4187-864A-0E7259BD28DA}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{954EC643-56AE-4187-864A-0E7259BD28DA}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{954EC643-56AE-4187-864A-0E7259BD28DA}.Debug|Win32.ActiveCfg = Debug|Win32
{954EC643-56AE-4187-864A-0E7259BD28DA}.Debug|Win32.Build.0 = Debug|Win32
{954EC643-56AE-4187-864A-0E7259BD28DA}.Release|Any CPU.ActiveCfg = Release|Win32
{954EC643-56AE-4187-864A-0E7259BD28DA}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{954EC643-56AE-4187-864A-0E7259BD28DA}.Release|Mixed Platforms.Build.0 = Release|Win32
{954EC643-56AE-4187-864A-0E7259BD28DA}.Release|Win32.ActiveCfg = Release|Win32
{954EC643-56AE-4187-864A-0E7259BD28DA}.Release|Win32.Build.0 = Release|Win32
{F2A2ABB7-71C4-44E5-87B9-855E6DD907C7}.Debug|Any CPU.ActiveCfg = Debug|Win32
{F2A2ABB7-71C4-44E5-87B9-855E6DD907C7}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{F2A2ABB7-71C4-44E5-87B9-855E6DD907C7}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{F2A2ABB7-71C4-44E5-87B9-855E6DD907C7}.Debug|Win32.ActiveCfg = Debug|Win32
{F2A2ABB7-71C4-44E5-87B9-855E6DD907C7}.Debug|Win32.Build.0 = Debug|Win32
{F2A2ABB7-71C4-44E5-87B9-855E6DD907C7}.Release|Any CPU.ActiveCfg = Release|Win32
{F2A2ABB7-71C4-44E5-87B9-855E6DD907C7}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{F2A2ABB7-71C4-44E5-87B9-855E6DD907C7}.Release|Mixed Platforms.Build.0 = Release|Win32
{F2A2ABB7-71C4-44E5-87B9-855E6DD907C7}.Release|Win32.ActiveCfg = Release|Win32
{F2A2ABB7-71C4-44E5-87B9-855E6DD907C7}.Release|Win32.Build.0 = Release|Win32
{9ABD62A9-55DE-4F24-92AE-6C9511358924}.Debug|Any CPU.ActiveCfg = Debug|Win32
{9ABD62A9-55DE-4F24-92AE-6C9511358924}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{9ABD62A9-55DE-4F24-92AE-6C9511358924}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{9ABD62A9-55DE-4F24-92AE-6C9511358924}.Debug|Win32.ActiveCfg = Debug|Win32
{9ABD62A9-55DE-4F24-92AE-6C9511358924}.Debug|Win32.Build.0 = Debug|Win32
{9ABD62A9-55DE-4F24-92AE-6C9511358924}.Release|Any CPU.ActiveCfg = Release|Win32
{9ABD62A9-55DE-4F24-92AE-6C9511358924}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{9ABD62A9-55DE-4F24-92AE-6C9511358924}.Release|Mixed Platforms.Build.0 = Release|Win32
{9ABD62A9-55DE-4F24-92AE-6C9511358924}.Release|Win32.ActiveCfg = Release|Win32
{9ABD62A9-55DE-4F24-92AE-6C9511358924}.Release|Win32.Build.0 = Release|Win32
{CAE325D0-91AE-42C5-8056-65DAE2232E74}.Debug|Any CPU.ActiveCfg = Debug|Win32
{CAE325D0-91AE-42C5-8056-65DAE2232E74}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{CAE325D0-91AE-42C5-8056-65DAE2232E74}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{CAE325D0-91AE-42C5-8056-65DAE2232E74}.Debug|Win32.ActiveCfg = Debug|Win32
{CAE325D0-91AE-42C5-8056-65DAE2232E74}.Debug|Win32.Build.0 = Debug|Win32
{CAE325D0-91AE-42C5-8056-65DAE2232E74}.Release|Any CPU.ActiveCfg = Release|Win32
{CAE325D0-91AE-42C5-8056-65DAE2232E74}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{CAE325D0-91AE-42C5-8056-65DAE2232E74}.Release|Mixed Platforms.Build.0 = Release|Win32
{CAE325D0-91AE-42C5-8056-65DAE2232E74}.Release|Win32.ActiveCfg = Release|Win32
{CAE325D0-91AE-42C5-8056-65DAE2232E74}.Release|Win32.Build.0 = Release|Win32
{719AFAAC-E867-4186-B08C-0DC80A65BE8D}.Debug|Any CPU.ActiveCfg = Debug|Win32
{719AFAAC-E867-4186-B08C-0DC80A65BE8D}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{719AFAAC-E867-4186-B08C-0DC80A65BE8D}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{719AFAAC-E867-4186-B08C-0DC80A65BE8D}.Debug|Win32.ActiveCfg = Debug|Win32
{719AFAAC-E867-4186-B08C-0DC80A65BE8D}.Debug|Win32.Build.0 = Debug|Win32
{719AFAAC-E867-4186-B08C-0DC80A65BE8D}.Release|Any CPU.ActiveCfg = Release|Win32
{719AFAAC-E867-4186-B08C-0DC80A65BE8D}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{719AFAAC-E867-4186-B08C-0DC80A65BE8D}.Release|Mixed Platforms.Build.0 = Release|Win32
{719AFAAC-E867-4186-B08C-0DC80A65BE8D}.Release|Win32.ActiveCfg = Release|Win32
{719AFAAC-E867-4186-B08C-0DC80A65BE8D}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
146 changes: 146 additions & 0 deletions TestApps/App11/App11.cpp
@@ -0,0 +1,146 @@

// App11.cpp : Defines the class behaviors for the application.
//

#include "stdafx.h"
#include "afxwinappex.h"
#include "afxdialogex.h"
#include "App11.h"
#include "MainFrm.h"
#include "afxlinkctrl.h"


#ifdef _DEBUG
#define new DEBUG_NEW
#endif


// CApp11App

BEGIN_MESSAGE_MAP(CApp11App, CWinApp)
ON_COMMAND(ID_APP_ABOUT, &CApp11App::OnAppAbout)
END_MESSAGE_MAP()


// CApp11App construction

CApp11App::CApp11App()
{
// TODO: replace application ID string below with unique ID string; recommended
// format for string is CompanyName.ProductName.SubProduct.VersionInformation
SetAppID(_T("App11.AppID.NoVersion"));

// TODO: add construction code here,
// Place all significant initialization in InitInstance
}

// The one and only CApp11App object

CApp11App theApp;


// CApp11App initialization

BOOL CApp11App::InitInstance()
{
// InitCommonControlsEx() is required on Windows XP if an application
// manifest specifies use of ComCtl32.dll version 6 or later to enable
// visual styles. Otherwise, any window creation will fail.
INITCOMMONCONTROLSEX InitCtrls;
InitCtrls.dwSize = sizeof(InitCtrls);
// Set this to include all the common control classes you want to use
// in your application.
InitCtrls.dwICC = ICC_WIN95_CLASSES;
InitCommonControlsEx(&InitCtrls);

CWinApp::InitInstance();


EnableTaskbarInteraction(FALSE);

// AfxInitRichEdit2() is required to use RichEdit control
// AfxInitRichEdit2();

// Standard initialization
// If you are not using these features and wish to reduce the size
// of your final executable, you should remove from the following
// the specific initialization routines you do not need
// Change the registry key under which our settings are stored
// TODO: You should modify this string to be something appropriate
// such as the name of your company or organization
SetRegistryKey(_T("Local AppWizard-Generated Applications"));


// To create the main window, this code creates a new frame window
// object and then sets it as the application's main window object
CMainFrame* pFrame = new CMainFrame;
if (!pFrame)
return FALSE;
m_pMainWnd = pFrame;
// create and load the frame with its resources
pFrame->LoadFrame(IDR_MAINFRAME,
WS_OVERLAPPEDWINDOW | FWS_ADDTOTITLE, NULL,
NULL);





// The one and only window has been initialized, so show and update it
pFrame->ShowWindow(SW_SHOW);
pFrame->UpdateWindow();
return TRUE;
}

int CApp11App::ExitInstance()
{
//TODO: handle additional resources you may have added
return CWinApp::ExitInstance();
}

// CApp11App message handlers


// CAboutDlg dialog used for App About

class CAboutDlg : public CDialogEx
{
public:
CAboutDlg();

// Dialog Data
enum { IDD = IDD_ABOUTBOX };

protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support

// Implementation
protected:
DECLARE_MESSAGE_MAP()
public:
afx_msg void OnBnClickedMfclink1();
CMFCLinkCtrl m_mfcLinkCtrl;
};

CAboutDlg::CAboutDlg() : CDialogEx(CAboutDlg::IDD)
{
}

void CAboutDlg::DoDataExchange(CDataExchange* pDX)
{
CDialogEx::DoDataExchange(pDX);
}

BEGIN_MESSAGE_MAP(CAboutDlg, CDialogEx)
END_MESSAGE_MAP()

// App command to run the dialog
void CApp11App::OnAppAbout()
{
CAboutDlg aboutDlg;
aboutDlg.DoModal();
}

// CApp11App message handlers


35 changes: 35 additions & 0 deletions TestApps/App11/App11.h
@@ -0,0 +1,35 @@

// App11.h : main header file for the App11 application
//
#pragma once

#ifndef __AFXWIN_H__
#error "include 'stdafx.h' before including this file for PCH"
#endif

#include "resource.h" // main symbols


// CApp11App:
// See App11.cpp for the implementation of this class
//

class CApp11App : public CWinApp
{
public:
CApp11App();


// Overrides
public:
virtual BOOL InitInstance();
virtual int ExitInstance();

// Implementation

public:
afx_msg void OnAppAbout();
DECLARE_MESSAGE_MAP()
};

extern CApp11App theApp;

0 comments on commit 3e7a0e5

Please sign in to comment.