Version.h File Reference


Detailed Description

This file contains DWF file format version information and macros for use in toolkit client code.

Definition in file Version.h.

Go to the source code of this file.

Defines

#define _DWF_FORMAT_VERSION_MAJOR   6
#define _DWF_FORMAT_VERSION_MINOR   21
#define _DWF_FORMAT_VERSION_EXTRA   0
#define _DWF_FORMAT_VERSION_CURRENT_MAJOR   _DWF_FORMAT_VERSION_MAJOR
 The current major revision of the DWF File Format.
#define _DWF_FORMAT_VERSION_CURRENT_MINOR   _DWF_FORMAT_VERSION_MINOR
 The current minor revision of the DWF File Format.
#define _DWF_FORMAT_VERSION_CURRENT   ((_DWF_FORMAT_VERSION_CURRENT_MAJOR*100) + _DWF_FORMAT_VERSION_CURRENT_MINOR)
 The current DWF File Format version number as a composite integer value.
#define _DWF_FORMAT_VERSION_CURRENT_FLOAT   (float)(_DWF_FORMAT_VERSION_CURRENT_MAJOR + (_DWF_FORMAT_VERSION_CURRENT_MINOR/100.0))
 The current DWF File Format version number as a composite floating point value.
#define _DWF_FORMAT_VERSION_CURRENT_STRING   "6.20"
 The current DWF File Format version number as an ASCII character string.
#define _DWF_FORMAT_VERSION_CURRENT_WIDE_STRING   L"6.20"
 The current DWF File Format version number as a wide character string.
#define _DWF_FORMAT_VERSION_EMODEL_MARKUP_MAJOR   6
 The major revision of the DWF File Format introducing EModel Markup.
#define _DWF_FORMAT_VERSION_EMODEL_MARKUP_MINOR   21
 The minor revision of the DWF File Format introducing EModel Markup.
#define _DWF_FORMAT_VERSION_EMODEL_MARKUP   ((_DWF_FORMAT_VERSION_EMODEL_MARKUP_MAJOR*100) + _DWF_FORMAT_VERSION_EMODEL_MARKUP_MINOR)
 The version number of the DWF File Format introducing EModel Markup as a composite integer value.
#define _DWF_FORMAT_VERSION_EMODEL_MARKUP_FLOAT   (float)(_DWF_FORMAT_VERSION_EMODEL_MARKUP_MAJOR + (_DWF_FORMAT_VERSION_EMODEL_MARKUP_MINOR/100.0))
 The version number of the DWF File Format introducing EModel Markup as a composite floating point value.
#define _DWF_FORMAT_VERSION_EMODEL_MARKUP_STRING   "6.21"
 The version number of the DWF File Format introducing EModel Markup as an ASCII character string.
#define _DWF_FORMAT_VERSION_EMODEL_MARKUP_WIDE_STRING   L"6.21"
 The version number of the DWF File Format introducing EModel Markup as a wide character string.
#define _DWF_FORMAT_VERSION_CONTENT_DEFINITION_MAJOR   6
 The major revision of the DWF File Format introducing content definition.
#define _DWF_FORMAT_VERSION_CONTENT_DEFINITION_MINOR   20
 The minor revision of the DWF File Format introducing content definition.
#define _DWF_FORMAT_VERSION_CONTENT_DEFINITION   ((_DWF_FORMAT_VERSION_CONTENT_DEFINITION_MAJOR*100) + _DWF_FORMAT_VERSION_CONTENT_DEFINITION_MINOR)
 The version number of the DWF File Format introducing content definition as a composite integer value.
#define _DWF_FORMAT_VERSION_CONTENT_DEFINITION_FLOAT   (float)(_DWF_FORMAT_VERSION_CONTENT_DEFINITION_MAJOR + (_DWF_FORMAT_VERSION_CONTENT_DEFINITION_MINOR/100.0))
 The version number of the DWF File Format introducing content definition as a composite floating point value.
#define _DWF_FORMAT_VERSION_CONTENT_DEFINITION_STRING   "6.20"
 The version number of the DWF File Format introducing content definition as an ASCII character string.
#define _DWF_FORMAT_VERSION_CONTENT_DEFINITION_WIDE_STRING   L"6.20"
 The version number of the DWF File Format introducing content definition as a wide character string.
#define _DWF_FORMAT_VERSION_ECOMPOSITE_MAJOR   6
 The major revision of the DWF File Format introducing eComposite dwfs.
#define _DWF_FORMAT_VERSION_ECOMPOSITE_MINOR   11
 The minor revision of the DWF File Format introducing eComposite dwfs.
#define _DWF_FORMAT_VERSION_ECOMPOSITE   ((_DWF_FORMAT_VERSION_ECOMPOSITE_MAJOR*100) + _DWF_FORMAT_VERSION_ECOMPOSITE_MINOR)
 The version number of the DWF File Format introducing eComposite dwfs as a composite integer value.
#define _DWF_FORMAT_VERSION_ECOMPOSITE_FLOAT   (float)(_DWF_FORMAT_VERSION_ECOMPOSITE_MAJOR + (_DWF_FORMAT_VERSION_ECOMPOSITE_MINOR/100.0))
 The version number of the DWF File Format introducing eComposite dwfs as a composite floating point value.
#define _DWF_FORMAT_VERSION_ECOMPOSITE_STRING   "6.11"
 The version number of the DWF File Format introducing eComposite dwfs as an ASCII character string.
#define _DWF_FORMAT_VERSION_ECOMPOSITE_WIDE_STRING   L"6.11"
 The version number of the DWF File Format introducing eComposite dwfs as a wide character string.
#define _DWF_FORMAT_VERSION_TYPEINFO_MAJOR   6
 The major revision of the DWF File Format introducing the TYPEINFO file.
#define _DWF_FORMAT_VERSION_TYPEINFO_MINOR   1
 The minor revision of the DWF File Format introducing the TYPEINFO file.
#define _DWF_FORMAT_VERSION_TYPEINFO   ((_DWF_FORMAT_VERSION_TYPEINFO_MAJOR*100) + _DWF_FORMAT_VERSION_TYPEINFO_MINOR)
 The version number of the DWF File Format introducing the TYPEINFO file as a composite integer value.
#define _DWF_FORMAT_VERSION_TYPEINFO_FLOAT   (float)(_DWF_FORMAT_VERSION_TYPEINFO_MAJOR + (_DWF_FORMAT_VERSION_TYPEINFO_MINOR/100.0))
 The version number of the DWF File Format introducing the TYPEINFO file as a composite floating point value.
#define _DWF_FORMAT_VERSION_TYPEINFO_STRING   "6.01"
 The version number of the DWF File Format introducing the TYPEINFO file as an ASCII character string.
#define _DWF_FORMAT_VERSION_TYPEINFO_WIDE_STRING   L"6.01"
 The version number of the DWF File Format introducing the TYPEINFO file as a wide character string.
#define _DWF_FORMAT_VERSION_PACKAGE_MAJOR   6
 The major revision of the DWF File Format introducing the zip package structure.
#define _DWF_FORMAT_VERSION_PACKAGE_MINOR   0
 The minor revision of the DWF File Format introducing the zip package structure.
#define _DWF_FORMAT_VERSION_PACKAGE   ((_DWF_FORMAT_VERSION_PACKAGE_MAJOR*100) + _DWF_FORMAT_VERSION_PACKAGE_MINOR)
 The version number of the DWF File Format introducing the zip package structure as a composite integer value.
#define _DWF_FORMAT_VERSION_PACKAGE_FLOAT   (float)(_DWF_FORMAT_VERSION_PACKAGE_MAJOR + (_DWF_FORMAT_VERSION_PACKAGE_MINOR/100.0))
 The version number of the DWF File Format introducing the zip package structure as a composite floating point value.
#define _DWF_FORMAT_VERSION_PACKAGE_STRING   "6.0"
 The version number of the DWF File Format introducing the zip package structure as an ASCII character string.
#define _DWF_FORMAT_VERSION_PACKAGE_WIDE_STRING   L"6.0"
 The version number of the DWF File Format introducing the zip package structure as a wide character string.
#define _DWF_FORMAT_VERSION_INTRO_FEATURE_CONTROL   _DWF_FORMAT_VERSION_CONTENT_DEFINITION
 The version number of the DWF File Format introducing OpenHSF animations.
#define _DWF_FORMAT_VERSION_INTRO_STRONG_PASSWORDS   _DWF_FORMAT_VERSION_CONTENT_DEFINITION
 The version number of the DWF File Format introducing strong passwords.
#define _DWF_FORMAT_VERSION_INTRO_OPENHSF_ANIMATIONS   _DWF_FORMAT_VERSION_CONTENT_DEFINITION
 The version number of the DWF File Format introducing OpenHSF animations.
#define _DWF_FORMAT_VERSION_INTRO_CONTENT_PRESENTATION   _DWF_FORMAT_VERSION_CONTENT_DEFINITION
 The version number of the DWF File Format introducing content presentation.
#define _DWF_FORMAT_VERSION_INTRO_3D   _DWF_FORMAT_VERSION_TYPEINFO
 The version number of the DWF File Format introducing 3D graphics streams.
#define _DWF_FORMAT_MANIFEST_VERSION_MAJOR   6
 The major revision of the DWF package manifest document schema.
#define _DWF_FORMAT_MANIFEST_VERSION_MINOR   0
 The minor revision of the DWF package manifest document schema.
#define _DWF_FORMAT_MANIFEST_VERSION_CURRENT   ((_DWF_FORMAT_MANIFEST_VERSION_MAJOR*100) + _DWF_FORMAT_MANIFEST_VERSION_MINOR)
 The current version of the DWF package manifest document schema as a composite integer value.
#define _DWF_FORMAT_MANIFEST_VERSION_CURRENT_FLOAT   (float)(_DWF_FORMAT_MANIFEST_VERSION_MAJOR + (_DWF_FORMAT_MANIFEST_VERSION_MINOR/100.0))
 The current version of the DWF package manifest document schema as a composite floating point value.
#define _DWF_FORMAT_MANIFEST_VERSION_CURRENT_STRING   "6.0"
 The current version of the DWF package manifest document schema as an ASCII character string.
#define _DWF_FORMAT_EPLOT_VERSION_MAJOR   1
 The major revision of the EPlot section descriptor document schema.
#define _DWF_FORMAT_EPLOT_VERSION_MINOR   21
 The minor revision of the EPlot section descriptor document schema.
#define _DWF_FORMAT_EPLOT_VERSION_CURRENT   ((_DWF_FORMAT_EPLOT_VERSION_MAJOR*100) + _DWF_FORMAT_EPLOT_VERSION_MINOR)
 The current version of the EPlot section descriptor document schema as a composite integer value.
#define _DWF_FORMAT_EPLOT_VERSION_CURRENT_FLOAT   (float)(_DWF_FORMAT_EPLOT_VERSION_MAJOR + (_DWF_FORMAT_EPLOT_VERSION_MINOR/100.0))
 The current version of the EPlot section descriptor document schema as a composite floating point value.
#define _DWF_FORMAT_EPLOT_VERSION_CURRENT_STRING   "1.21"
 The current version of the EPlot section descriptor document schema as an ASCII character string.
#define _DWF_FORMAT_EPLOT_TYPE_STRING   "com.autodesk.dwf.ePlot"
 The EPlot section type as an ASCII character string.
#define _DWF_FORMAT_EPLOT_TYPE_WIDE_STRING   L"com.autodesk.dwf.ePlot"
 The EPlot section type as a wide character string.
#define _DWF_FORMAT_EPLOT_GLOBAL_TYPE_STRING   "com.autodesk.dwf.ePlotGlobal"
 The Global EPlot section type as an ASCII character string.
#define _DWF_FORMAT_EPLOT_GLOBAL_TYPE_WIDE_STRING   L"com.autodesk.dwf.ePlotGlobal"
 The Global EPlot section type as a wide character string.
#define _DWF_FORMAT_EMODEL_VERSION_MAJOR   1
 The major revision of the EModel section descriptor document schema.
#define _DWF_FORMAT_EMODEL_VERSION_MINOR   1
 The minor revision of the EModel section descriptor document schema.
#define _DWF_FORMAT_EMODEL_VERSION_CURRENT   ((_DWF_FORMAT_EMODEL_VERSION_MAJOR*100) + _DWF_FORMAT_EMODEL_VERSION_MINOR)
 The current version of the EModel section descriptor document schema as a composite integer value.
#define _DWF_FORMAT_EMODEL_VERSION_CURRENT_FLOAT   (float)(_DWF_FORMAT_EMODEL_VERSION_MAJOR + (_DWF_FORMAT_EMODEL_VERSION_MINOR/100.0))
 The current version of the EModel section descriptor document schema as a composite floating point value.
#define _DWF_FORMAT_EMODEL_VERSION_CURRENT_STRING   "1.01"
 The current version of the EModel section descriptor document schema as an ASCII character string.
#define _DWF_FORMAT_EMODEL_TYPE_STRING   "com.autodesk.dwf.eModel"
 The EModel section type as an ASCII character string.
#define _DWF_FORMAT_EMODEL_TYPE_WIDE_STRING   L"com.autodesk.dwf.eModel"
 The EModel section type as a wide character string.
#define _DWF_FORMAT_EMODEL_GLOBAL_TYPE_STRING   "com.autodesk.dwf.eModelGlobal"
 The Global EModel section type as an ASCII character string.
#define _DWF_FORMAT_EMODEL_GLOBAL_TYPE_WIDE_STRING   L"com.autodesk.dwf.eModelGlobal"
 The Global EModel section type as a wide character string.
#define _DWF_FORMAT_DATA_VERSION_MAJOR   1
 The major revision of the data section descriptor document schema.
#define _DWF_FORMAT_DATA_VERSION_MINOR   0
 The minor revision of the data section descriptor document schema.
#define _DWF_FORMAT_DATA_VERSION_CURRENT   ((_DWF_FORMAT_DATA_VERSION_MAJOR*100) + _DWF_FORMAT_DATA_VERSION_MINOR)
 The current version of the data section descriptor document schema as a composite integer value.
#define _DWF_FORMAT_DATA_VERSION_CURRENT_FLOAT   (float)(_DWF_FORMAT_DATA_VERSION_MAJOR + (_DWF_FORMAT_DATA_VERSION_MINOR/100.0))
 The current version of the Data section descriptor document schema as a composite floating point value.
#define _DWF_FORMAT_DATA_VERSION_CURRENT_STRING   "1.0"
 The current version of the Data section descriptor document schema as an ASCII character string.
#define _DWF_FORMAT_DATA_TYPE_STRING   "com.autodesk.dwf.Data"
 The Data section type as an ASCII character string.
#define _DWF_FORMAT_DATA_TYPE_WIDE_STRING   L"com.autodesk.dwf.Data"
 The Data section type as a wide character string.
#define _DWF_FORMAT_DATA_GLOBAL_TYPE_STRING   "com.autodesk.dwf.DataGlobal"
 The Global Data section type as an ASCII character string.
#define _DWF_FORMAT_DATA_GLOBAL_TYPE_WIDE_STRING   L"com.autodesk.dwf.DataGlobal"
 The Global Data section type as a wide character string.
#define _DWF_FORMAT_SIGNATURE_SECTION_VERSION_MAJOR   1
 The major revision of the Signature section descriptor document schema.
#define _DWF_FORMAT_SIGNATURE_SECTION_VERSION_MINOR   0
 The minor revision of the Signature section descriptor document schema.
#define _DWF_FORMAT_SIGNATURE_SECTION_VERSION_CURRENT   ((_DWF_FORMAT_SIGNATURE_SECTION_VERSION_MAJOR*100) + _DWF_FORMAT_SIGNATURE_SECTION_VERSION_MINOR)
 The current version of the Signature section descriptor document schema as a composite integer value.
#define _DWF_FORMAT_SIGNATURE_SECTION_VERSION_CURRENT_FLOAT   (float)(_DWF_FORMAT_SIGNATURE_SECTION_VERSION_MAJOR + (_DWF_FORMAT_SIGNATURE_SECTION_VERSION_MINOR/100.0))
 The current version of the Signature section descriptor document schema as a composite floating point value.
#define _DWF_FORMAT_SIGNATURE_SECTION_VERSION_CURRENT_STRING   "1.0"
 The current version of the Signature section descriptor document schema as an ASCII character string.
#define _DWF_FORMAT_SIGNATURE_SECTION_TYPE_STRING   "com.autodesk.dwf.signatures"
 The Signature section type as an ASCII character string.
#define _DWF_FORMAT_SIGNATURE_SECTION_TYPE_WIDE_STRING   L"com.autodesk.dwf.signatures"
 The Signature section type as a wide character string.
#define _DWF_FORMAT_CONTENT_VERSION_MAJOR   1
 The major revision of the content document schema.
#define _DWF_FORMAT_CONTENT_VERSION_MINOR   0
 The minor revision of the content document schema.
#define _DWF_FORMAT_CONTENT_VERSION_CURRENT   ((_DWF_FORMAT_CONTENT_VERSION_MAJOR*100) + _DWF_FORMAT_CONTENT_VERSION_MINOR)
 The current version of the content document document schema as a composite integer value.
#define _DWF_FORMAT_CONTENT_VERSION_CURRENT_FLOAT   (float)(_DWF_FORMAT_CONTENT_VERSION_MAJOR + (_DWF_FORMAT_CONTENT_VERSION_MINOR/100.0))
 The current version of the content document document schema as a composite floating point value.
#define _DWF_FORMAT_CONTENT_VERSION_CURRENT_STRING   "1.0"
 The current version of the content document document schema as an ASCII character string.
#define _DWF_FORMAT_CONTENT_SCHEMA_LOCATION_STRING   "http://autodesk.com/global/dwf/content.xsd"
 The content document schema location as an ASCII character string.
#define _DWF_FORMAT_CONTENT_SCHEMA_LOCATION_WIDE_STRING   L"http://autodesk.com/global/dwf/content.xsd"
 The content document schema location as a wide character string.
#define _DWF_FORMAT_SECTION_CONTENT_VERSION_MAJOR   1
 The major revision of the section content document schema.
#define _DWF_FORMAT_SECTION_CONTENT_VERSION_MINOR   0
 The minor revision of the section content document schema.
#define _DWF_FORMAT_SECTION_CONTENT_VERSION_CURRENT   ((_DWF_FORMAT_SECTION_CONTENT_VERSION_MAJOR*100) + _DWF_FORMAT_SECTION_CONTENT_VERSION_MINOR)
 The current version of the section content document document schema as a composite integer value.
#define _DWF_FORMAT_SECTION_CONTENT_VERSION_CURRENT_FLOAT   (float)(_DWF_FORMAT_SECTION_CONTENT_VERSION_MAJOR + (_DWF_FORMAT_SECTION_CONTENT_VERSION_MINOR/100.0))
 The current version of the section content document document schema as a composite floating point value.
#define _DWF_FORMAT_SECTION_CONTENT_VERSION_CURRENT_STRING   "1.0"
 The current version of the section content document document schema as an ASCII character string.
#define _DWF_FORMAT_SECTION_CONTENT_SCHEMA_LOCATION_STRING   "http://autodesk.com/global/dwf/sectioncontent.xsd"
 The section content document schema location as an ASCII character string.
#define _DWF_FORMAT_SECTION_CONTENT_SCHEMA_LOCATION_WIDE_STRING   L"http://autodesk.com/global/dwf/sectioncontent.xsd"
 The section content document schema location as a wide character string.
#define _DWF_FORMAT_CONTENT_PRESENTATION_VERSION_MAJOR   1
 The major revision of the content presentation schema.
#define _DWF_FORMAT_CONTENT_PRESENTATION_VERSION_MINOR   0
 The minor revision of the content presentation schema.
#define _DWF_FORMAT_CONTENT_PRESENTATION_VERSION_CURRENT   ((_DWF_FORMAT_CONTENT_PRESENTATION_VERSION_MAJOR*100) + _DWF_FORMAT_CONTENT_PRESENTATION_VERSION_MINOR)
 The current version of the content presentation document schema as a composite integer value.
#define _DWF_FORMAT_CONTENT_PRESENTATION_VERSION_CURRENT_FLOAT   (float)(_DWF_FORMAT_CONTENT_PRESENTATION_VERSION_MAJOR + (_DWF_FORMAT_CONTENT_PRESENTATION_VERSION_MINOR/100.0))
 The current version of the content presentation document schema as a composite floating point value.
#define _DWF_FORMAT_CONTENT_PRESENTATION_VERSION_CURRENT_STRING   "1.0"
 The current version of the content presentation document schema as an ASCII character string.
#define _DWF_FORMAT_CONTENT_PRESENTATION_SCHEMA_LOCATION_STRING   "http://autodesk.com/global/dwf/contentpresentation.xsd"
 The content presentation document schema location as an ASCII character string.
#define _DWF_FORMAT_CONTENT_PRESENTATION_SCHEMA_LOCATION_WIDE_STRING   L"http://autodesk.com/global/dwf/contentpresentation.xsd"
 The content presentation document schema location as a wide character string.
#define _DWFTK_VERSION_MAJOR   7
 The major release version for the DWF Toolkit library module.
#define _DWFTK_VERSION_MINOR   6
 The minor release version for the DWF Toolkit library module.
#define _DWFTK_VERSION_AGE   0
 The age of the release version for the DWF Toolkit library module.
#define _DWFTK_VERSION_BUILD   52
 An internal build difference.
#define _DWFTK_VERSION_ECHO(s)   #s
#define _DWFTK_VERSION_STRING_(a, b, c, d)   _DWFTK_VERSION_ECHO(a) "." _DWFTK_VERSION_ECHO(b) "." _DWFTK_VERSION_ECHO(c) "." _DWFTK_VERSION_ECHO(d) "\0"
#define _DWFTK_VERSION_STRING   _DWFTK_VERSION_STRING_( _DWFTK_VERSION_MAJOR, _DWFTK_VERSION_MINOR, _DWFTK_VERSION_AGE, _DWFTK_VERSION_BUILD )
#define _DWFX_FORMAT_VERSION_MAJOR   7
 DWFx Format Version.
#define _DWFX_FORMAT_VERSION_MINOR   10
#define _DWFX_FORMAT_VERSION_EXTRA   0
#define _DWFX_FORMAT_VERSION_CURRENT_MAJOR   _DWFX_FORMAT_VERSION_MAJOR
 The current major revision of the DWFx File Format.
#define _DWFX_FORMAT_VERSION_CURRENT_MINOR   _DWFX_FORMAT_VERSION_MINOR
 The current minor revision of the DWFx File Format.
#define _DWFX_FORMAT_VERSION_CURRENT   ((_DWFX_FORMAT_VERSION_CURRENT_MAJOR*100) + _DWFX_FORMAT_VERSION_CURRENT_MINOR)
 The current DWFx File Format version number as a composite integer value.
#define _DWFX_FORMAT_VERSION_CURRENT_FLOAT   (float)(_DWFX_FORMAT_VERSION_CURRENT_MAJOR + (_DWFX_FORMAT_VERSION_CURRENT_MINOR/100.0))
 The current DWFx File Format version number as a composite floating point value.
#define _DWFX_FORMAT_VERSION_CURRENT_STRING   "7.10"
 The current DWFx File Format version number as an ASCII character string.
#define _DWFX_FORMAT_VERSION_CURRENT_WIDE_STRING   L"7.10"
 The current DWFx File Format version number as a wide character string.
#define _DWFX_FORMAT_DEFAULT_VERSION   700
#define _DWFX_FORMAT_DEFAULT_VERSION_STRING   "7.00"
 The current DWFx File Format version number as an ASCII character string.
#define _DWFX_FORMAT_DEFAULT_VERSION_WIDE_STRING   L"7.00"
 The current DWFx File Format version number as a wide character string.


Define Documentation

#define _DWFTK_VERSION_AGE   0
 

The age of the release version for the DWF Toolkit library module.

This concept is taken from the GNU Libtool version numbering system, where the age of the library interface is incremented as internal bug fixes and improvements are made under the hood, so to speak. The entire interface to the module is frozen as the age increases. Therefore, developers are guaranteed that code written against the first release candidate, for example, version 7.0.1 will compile cleanly against a future release candidate (should one become necessary).

Definition at line 811 of file Version.h.

#define _DWFTK_VERSION_BUILD   52
 

An internal build difference.

For internal use only.

This value is not required to make sense to anything but the internal build system.

Definition at line 817 of file Version.h.

#define _DWFTK_VERSION_MAJOR   7
 

The major release version for the DWF Toolkit library module.

A major library release will almost always indicate a fundamental programming model modification or change in design. Major releases are not required to be backwards compatable with previous versions.

Definition at line 787 of file Version.h.

#define _DWFTK_VERSION_MINOR   6
 

The minor release version for the DWF Toolkit library module.

A minor release usually indicates a new development stream that has been branched from a previous release to accomodate addition functionality, feature support, bug fixing and performance optimizations. While minor releases are also not required to maintain interface compatability, it is strongly encouraged. Ideally, objects and interfaces could be added or extended but never removed or modified between minor revisions.

Definition at line 799 of file Version.h.

#define _DWFX_FORMAT_VERSION_MAJOR   7
 

DWFx Format Version.

For internal use only.

Definition at line 830 of file Version.h.


Generated on Tue Jan 6 22:40:06 2009 for Autodesk DWF Toolkit by  doxygen 1.4.5