home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 79 / IOPROG_79.ISO / soft / Tools / XMLSPYEnt2004 / XMLSPYEntComplete2004.exe / Data1.cab / _9300A5598F304F79852747AEE9A1F9F3 < prev    next >
Encoding:
Text File  |  2003-10-08  |  2.1 KB  |  85 lines

  1. ////////////////////////////////////////////////////////////////////////
  2. //
  3. // StdAfx.h
  4. //
  5. // This file was generated by [=$Host].
  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 [=$HostShort] Documentation for further details.
  11. // [=$HostURL]
  12. //
  13. ////////////////////////////////////////////////////////////////////////
  14.  
  15.  
  16. #ifndef [=$application.Name]_STDAFX_H_INCLUDED
  17. #define [=$application.Name]_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.  
  55. [if $DBLibraryCount > 0]
  56. #pragma warning(disable: 4146)
  57. // If you get a compiler-error on the line below, add the path to the DLL
  58. // at Tools|Options|Directories|Include Directories.
  59. // Hint: Depending on your installation it might be C:\\Program Files\\Common Files\\System\\ADO
  60. #import "msado15.dll" rename("EOF", "EndOfFile")
  61. #pragma warning(default: 4146)
  62. [endif]
  63.  
  64. #pragma warning( disable: 4786 )
  65. #include <iostream>
  66. #include <string>
  67. #include <map>
  68.  
  69.  
  70. #include <SchemaTypes.h>
  71. #include <XmlException.h>
  72. #include <Doc.h>
  73. #include <Node.h>
  74. [if $DBLibraryCount > 0]
  75. #include <AltovaDB.h>
  76. [endif]
  77. #include <Core.h>
  78. #include <Lang.h>
  79. using namespace altova;
  80.  
  81.  
  82. //{{AFX_INSERT_LOCATION}}
  83.  
  84. #endif // [=$application.Name]_STDAFX_H_INCLUDED
  85.