/[H7]/trunk/PIC/Testprogram/stdafx.h
ViewVC logotype

Contents of /trunk/PIC/Testprogram/stdafx.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 38 - (show annotations) (download)
Thu Feb 1 10:03:52 2007 UTC (17 years, 3 months ago) by torben
File MIME type: text/plain
File size: 833 byte(s)
Added test-program for  serial communication module
1 // stdafx.h : include file for standard system include files,
2 // or project specific include files that are used frequently, but
3 // are changed infrequently
4 //
5
6 #pragma once
7
8
9 #include <iostream>
10 #include <tchar.h>
11 #define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS // some CString constructors will be explicit
12
13 #ifndef VC_EXTRALEAN
14 #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
15 #endif
16
17 #include <afx.h>
18 #include <afxwin.h> // MFC core and standard components
19 #include <afxext.h> // MFC extensions
20 #include <afxdtctl.h> // MFC support for Internet Explorer 4 Common Controls
21 #ifndef _AFX_NO_AFXCMN_SUPPORT
22 #include <afxcmn.h> // MFC support for Windows Common Controls
23 #endif // _AFX_NO_AFXCMN_SUPPORT
24
25
26 // TODO: reference additional headers your program requires here

  ViewVC Help
Powered by ViewVC 1.1.20