home *** CD-ROM | disk | FTP | other *** search
- ////////////////////////////////////////////////////////////////////////
- //
- // StdAfx.h
- //
- // This file was generated by [=$Host].
- //
- // YOU SHOULD NOT MODIFY THIS FILE, BECAUSE IT WILL BE
- // OVERWRITTEN WHEN YOU RE-RUN CODE GENERATION.
- //
- // Refer to the [=$HostShort] Documentation for further details.
- // [=$HostURL]
- //
- ////////////////////////////////////////////////////////////////////////
-
-
- #ifndef [=$application.Name]_STDAFX_H_INCLUDED
- #define [=$application.Name]_STDAFX_H_INCLUDED
-
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
-
-
- [if $mfc]
- #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
- #include <afx.h>
- #include <afxwin.h> // MFC core and standard components
- #include <afxext.h> // MFC extensions
- #include <afxdtctl.h> // MFC support for Internet Explorer 4 Common Controls
-
- #ifndef _AFX_NO_AFXCMN_SUPPORT
- #include <afxcmn.h> // MFC support for Windows Common Controls
- #endif // _AFX_NO_AFXCMN_SUPPORT
- [else]
- #include <tchar.h>
- [endif]
-
- [if $domtype = 1]
- #import "msxml4.dll" named_guids
-
-
- [else]
- #include <xercesc/dom/DOM.hpp>
- #include <xercesc/util/PlatformUtils.hpp>
- #include <xercesc/sax/HandlerBase.hpp>
- #include <xercesc/framework/LocalFileFormatTarget.hpp>
-
- #ifdef _DEBUG
- #pragma comment(lib, "xerces-c_2D")
- #else
- #pragma comment(lib, "xerces-c_2")
- #endif
- [endif]
-
- [if $DBLibraryCount > 0]
- #pragma warning(disable: 4146)
- // If you get a compiler-error on the line below, add the path to the DLL
- // at Tools|Options|Directories|Include Directories.
- // Hint: Depending on your installation it might be C:\\Program Files\\Common Files\\System\\ADO
- #import "msado15.dll" rename("EOF", "EndOfFile")
- #pragma warning(default: 4146)
- [endif]
-
- #pragma warning( disable: 4786 )
- #include <iostream>
- #include <string>
- #include <map>
-
-
- #include <SchemaTypes.h>
- #include <XmlException.h>
- #include <Doc.h>
- #include <Node.h>
- [if $DBLibraryCount > 0]
- #include <AltovaDB.h>
- [endif]
- #include <Core.h>
- #include <Lang.h>
- using namespace altova;
-
-
- //{{AFX_INSERT_LOCATION}}
-
- #endif // [=$application.Name]_STDAFX_H_INCLUDED
-