ChefZ -- 磨劍錄 (A Coder's Log)

慣看秋月春風 一壺濁酒喜相逢 古今多少事 皆賦談笑中
posts - 42, comments - 3, trackbacks - 0, articles - 6
stdwxh.h
///
#ifndef STDWXH_H
#define STDWXH_H
#include "wx/wxprec.h"              
#include "wx/notebook.h"            
#include "wx/statline.h"
#include "wx/tglbtn.h"
#include "wx/statusbar.h"

#ifdef _DEBUG
#include <crtdbg.h>
#define DEBUG_NEW new(_NORMAL_BLOCK ,__FILE__, __LINE__)
#else
#define DEBUG_NEW new
#endif

#pragma warning (disable:4089)
#include <map>
#include <vector>

using namespace std;

#endif

stdwxh.cpp
///
#include "stdwxh.h"

將此 stdwxh.h 及 stdwxh.cpp 加入編程計劃
所有配置 -> 創建/使用預編譯頭 = /Yc ->  預編譯頭文件 = $(ConfigurationName)\stdwxh.pch


只有注册用户登录后才能发表评论。
网站导航: 博客园   IT新闻   BlogJava   知识库   博问   管理