home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2003 October / INTERNET108.ISO / pc / software / windows / building / xmlspy / xmlspyentcomplete5.exe / Data1.cab / _15E949B9585A44C198FD56D7BE77DC32 < prev    next >
Encoding:
Text File  |  2003-04-03  |  1.6 KB  |  68 lines

  1. ////////////////////////////////////////////////////////////////////////
  2. //
  3. // StdAfx.h
  4. //
  5. // This file was generated by XMLSPY 5 Enterprise Edition.
  6. //
  7. // YOU SHOULD NOT MODIFY THIS FILE, BECAUSE IT WILL BE
  8. // OVERWRITTEN WHEN YOU RE-RUN CODE GENERATION.
  9. //
  10. // Refer to the XMLSPY Documentation for further details.
  11. // http://www.altova.com/xmlspy
  12. //
  13. ////////////////////////////////////////////////////////////////////////
  14.  
  15.  
  16. #ifndef NanonullTest_STDAFX_H_INCLUDED
  17. #define NanonullTest_STDAFX_H_INCLUDED
  18.  
  19. #if _MSC_VER > 1000
  20.     #pragma once
  21. #endif // _MSC_VER > 1000
  22.  
  23.  
  24. [if $mfc]
  25. #define VC_EXTRALEAN        // Exclude rarely-used stuff from Windows headers
  26. #include <afx.h>
  27. #include <afxwin.h>            // MFC core and standard components
  28. #include <afxext.h>            // MFC extensions
  29. #include <afxdtctl.h>        // MFC support for Internet Explorer 4 Common Controls
  30.  
  31. #ifndef _AFX_NO_AFXCMN_SUPPORT
  32.     #include <afxcmn.h>        // MFC support for Windows Common Controls
  33. #endif // _AFX_NO_AFXCMN_SUPPORT
  34. [else]
  35. #include <tchar.h>
  36. [endif]
  37.  
  38. [if $domtype = 1]
  39. #import "msxml4.dll" named_guids
  40.  
  41.  
  42. [else]
  43. #include <xercesc/dom/DOM.hpp>
  44. #include <xercesc/util/PlatformUtils.hpp>
  45. #include <xercesc/sax/HandlerBase.hpp>
  46. #include <xercesc/framework/LocalFileFormatTarget.hpp>
  47.  
  48. #ifdef _DEBUG
  49.     #pragma comment(lib, "xerces-c_2D")
  50. #else
  51.     #pragma comment(lib, "xerces-c_2")
  52. #endif
  53. [endif]
  54. #include <iostream>
  55. #include <string>
  56.  
  57.  
  58. #include <SchemaTypes.h>
  59. #include <XmlException.h>
  60. #include <Doc.h>
  61. #include <Node.h>
  62. using namespace altova;
  63.  
  64.  
  65. //{{AFX_INSERT_LOCATION}}
  66.  
  67. #endif // NanonullTest_STDAFX_H_INCLUDED
  68.