This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
// CrcMaker.cpp : 定義應用程式的類別行為。
//
#include"stdafx.h"
#include"CrcMaker.h"
#include"CrcMakerDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// CCrcMakerApp
BEGIN_MESSAGE_MAP(CCrcMakerApp,CWinApp)
ON_COMMAND(ID_HELP,CWinApp::OnHelp)
END_MESSAGE_MAP()
// CCrcMakerApp 建構
CCrcMakerApp::CCrcMakerApp()
{
// TODO: 在此加入建構程式碼,
// 將所有重要的初始設定加入 InitInstance 中
}
// 僅有的一個 CCrcMakerApp 物件
CCrcMakerApptheApp;
// CCrcMakerApp 初始設定
BOOLCCrcMakerApp::InitInstance()
{
// 假如應用程式資訊清單指定使用 ComCtl32.dll 6.0 (含) 以後版本
// 以啟用視覺化樣式,則 Windows XP 需要 InitCommonControls()。否則的話,