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,
3 // but are changed infrequently
4 
5 #pragma once
6 
7 #ifndef STRICT
8 #define STRICT
9 #endif
10 
11 #include "targetver.h"
12 
13 #define _ATL_APARTMENT_THREADED
14 
15 #define _ATL_NO_AUTOMATIC_NAMESPACE
16 
17 #define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS // some CString constructors will be explicit
18 
19 
20 #define ATL_NO_ASSERT_ON_DESTROY_NONEXISTENT_WINDOW
21 
22 // #define _ATL_DEBUG_INTERFACES
23 
24 #include "resource.h"
25 #include <atlbase.h>
26 #include <atlcom.h>
27 #include <atlctl.h>
28 
29 #include <string>
30 #include <map>
31 #include <list>
32 
33 
34 #include <boost/bind.hpp>
35 #include <boost/function.hpp>
36 #include <boost/signals2.hpp>
37 
38 #include <Poco/Foundation.h>
39 #include <Poco/NotificationCenter.h>
40 #include <Poco/BasicEvent.h>
41 #include <Poco/Observer.h>
42 #include <Poco/NObserver.h>
43 #include <Poco/AutoPtr.h>
44 
45 #include "Poco/SingletonHolder.h"
46 #include "Poco/Logger.h"
47 #include "Poco/NumberParser.h"