Introduction

The sample programs demonstrate how to use the C implementations of XML Export. The sample code is intended to provide a starting point for your own applications or to be used for reference purposes.

The source code and makefile for each program are in the following directory, where install is the path of the Export installation directory, and program_name is the name of the sample program:

install\xmlexport\programs\program_name

C Sample Programs

The C sample programs demonstrate how to use the C implementation of XML Export. The following sample programs are provided:

You can use the tstxtract, cnv2xml, cnv2xmloop, and xmlini sample programs on Windows and UNIX. All other sample programs are for Windows only.

NOTE: The sample programs do not parse white space in file names. If your file names contain spaces, use quotation marks around the entire path name. Inserting quotation marks around the file name only does not work.

The sample programs pass license information to KeyView using fpInitWithLicenseData(). This is the method recommended by Micro Focus. Before the sample programs can be compiled, you must replace the parameters YOUR_LICENSE_ORGANIZATION and YOUR_LICENSE_KEY in the fpInitWithLicenseData() function call with your license information.

To compile the sample programs, use the makefiles provided in the sample programs' directory. Ensure the XML Export include directory is specified in the include path of the project. After the executables are compiled and built, you must place them in the same directory as the XML Export libraries.

NOTE: Compiled binaries are provided for some of the sample programs, in the PLATFORM/bin folder. These have an embedded trial license, which expires approximately five months after release.

Compile the Visual Basic Sample Program

To compile Export Demo, use the Visual Studio project file (demo_vb.vbp) in the directory install\xmlexport\programs\ExportDemo, where install is the path of the Export installation directory.

_FT_HTML5_bannerTitle.htm