	// FxmlToFlt - v0.1 - a small utility to convert from fxml to flt
	// Copyright (C) 2014 John Nunez

    // This program is free software: you can redistribute it and/or modify
    // it under the terms of the GNU General Public License as published by
    // the Free Software Foundation, either version 3 of the License, or
    // (at your option) any later version.

    // This program is distributed in the hope that it will be useful,
    // but WITHOUT ANY WARRANTY; without even the implied warranty of
    // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    // GNU General Public License for more details.

    // You should have received a copy of the GNU General Public License
    // along with this program.  If not, see <http://www.gnu.org/licenses/>.
	
	// Contact: hippo@desiredtrack.com
	
Usage:   FxmlToFlt.exe <filename.fxml>

where <filename.fsxl> is the name of the file to be converted.

The purpose of this small utility is to take a Prepar3d v2.1 fxml flight file, and convert it to an .flt (FSX) type file*.  A file of the same name with an flt extension will be created.

Recommended usage would be to place the FxmlToFlt.exe file in the folder where P3dv2.1 flights are stored (by default this is %userprofile%\Prepar3d v2 Files).  It can then be run from a command prompt at that location.

There is no protection against overwriting.  If an *.flt file with the same name already exists it will be overwritten without prompting (this is by design).

If the program won't run because of missing dll's, then the VC++ 2012 32-bit runtime needs to be installed.  It can be downloaded from the following link (select the x86 version):

http://www.microsoft.com/en-gb/download/details.aspx?id=30679
