35 #pragma warning( disable : 4786) 38 #ifdef __cplusplus_cli 39 #pragma managed(push, off) 42 #include "XML/dom_processing_instruction.h" 43 #include "XML/dom_entity_reference.h" 44 #include "XML/dom_notation.h" 45 #include "XML/dom_exception.h" 46 #include "XML/dom_cdata_section.h" 47 #include "XML/dom_document_fragment.h" 48 #include "XML/dom_comment.h" 49 #include "XML/dom_attr.h" 50 #include "XML/dom_entity.h" 51 #include "XML/dom_document_type.h" 52 #include "XML/dom_document.h" 53 #include "XML/dom_implementation.h" 54 #include "XML/dom_node_list.h" 55 #include "XML/dom_text.h" 56 #include "XML/dom_node.h" 57 #include "XML/dom_character_data.h" 58 #include "XML/dom_named_node_map.h" 59 #include "XML/dom_element.h" 60 #include "XML/dom_string.h" 61 #include "XML/xml_tokenizer.h" 62 #include "XML/xml_writer.h" 63 #include "XML/xml_token.h" 64 #include "XML/xpath_evaluator.h" 65 #include "XML/xpath_object.h" 66 #include "XML/Resources/resource_factory.h" 67 #include "XML/Resources/xml_resource_node.h" 68 #include "XML/Resources/xml_resource_document.h" 69 #include "XML/Resources/xml_resource_manager.h" 71 #ifdef __cplusplus_cli 77 #error Your application is set to link with the single-threaded version of the run-time library. Go to project settings, in the C++ section, and change it to multi-threaded. 81 #pragma comment(lib, "clanXML-dll.lib") 83 #pragma comment(lib, "clanXML-static-mtdll.lib") 85 #pragma comment(lib, "clanXML-static-mt.lib") 89 #pragma comment(lib, "clanXML-dll-debug.lib") 91 #pragma comment(lib, "clanXML-static-mtdll-debug.lib") 93 #pragma comment(lib, "clanXML-static-mt-debug.lib")