ICP  1
stdafx.h
Go to the documentation of this file.
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 #include "targetver.h"
9 
10 #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
11 
12 // Windows Header Files:
13 #include <windows.h>
14 
15 
16 #define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS // some CString constructors will be explicit
17 
18 #include <atlbase.h>
19 #include <atlstr.h>
20 
21 // TODO: reference additional headers your program requires here
22 #include <atlcom.h>
23 #include <atlwin.h>
24 #include <atltypes.h>
25 #include <atlctl.h>
26 #include <atlhost.h>
27 
28 //using namespace ATL;
29 
30 #include <string>
31 #include <vector>
32 #include <map>
33 #include <list>
34 #include <stdexcept>
35 #include <sstream>
36 
37 
38 #include <boost/bind.hpp>
39 #include <boost/function.hpp>
40 #include <boost/signals2.hpp>
41 #include <boost/lexical_cast.hpp>
42 
43 #include <Poco/Foundation.h>
44 #include <Poco/NotificationCenter.h>
45 #include <Poco/BasicEvent.h>
46 #include <Poco/Observer.h>
47 #include <Poco/NObserver.h>
48 #include <Poco/AutoPtr.h>
49 #include <Poco/RegularExpression.h>
50 #include <Poco/Path.h>
51 #include <Poco/File.h>