⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 stdafx.h

📁 VideoMan is a very easy image acquisition library. It is able to manage many video inputs at the sam
💻 H
字号:
// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
//

#pragma once


#define WIN32_LEAN_AND_MEAN		// Exclude rarely-used stuff from Windows headers
// Windows Header Files:
#include <windows.h>

// TODO: reference additional headers your program requires here
//#include <dshow.h>

/*#ifdef _DEBUG
	#pragma comment(lib,"strmbasd")		
#elif NDEBUG
	#pragma comment(lib,"strmbasd")	
#endif
#pragma comment(lib,"strmiids")
#pragma comment(lib,"comsupp")
#pragma comment(lib,"winmm")*/
#define SAFE_RELEASE(x) { if(x) { (x)->Release(); (x) = NULL; }}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -