Incorporating Litgen.dll into Your Tools
Understanding the Package File
Because Litgen.dll uses the OEB package file as its information source, you should familiarize yourself
with the OEB package framework and requirements.
- For more information, see the Open eBook™ Publication Structure 1.0 at
http://www.openebook.com/OEB1.html.
- For more information about marking up content files to conform to OEB and Microsoft Reader standards,
see the Markup Guide.
Running midl
Litgen.dll is not shipped with the litgen.h file and other project files, so you must create the files
using midl.exe.
To create the files:
- Using the command line interface, type midl litgen.idl.
The midl.exe creates the litgen.h file, the litgen_i.c file and other files crucial to building your project.
Note: The samples show you how this can be done in Visual C++.
© 2000 Microsoft Corporation. All rights reserved. Terms of use.