I got the structure of the EV pilot file from an earlier post and the URL to the decryptor. I'm trying to take apart a pilot file, but I'm having trouble with the 10 active-mission fields. The date of the mission accept is not a DateTimeRec, despite what the structure says. My definition of DateTimneRec is as follows:

struct DateTimeRec {
short year;
short month;
short day;
short hour;
short minute;
short second;
short dayOfWeek;
};

What's going on?

------------------
Tim Morgan
(url="http://"http://lightningbolt.pair.com")Lightning Bolt Software(/url)

Visit my site, (url="http://"http://www.jps.net/ltningbolt/evo-tips")All the EV Override Tips You Could Possibly Want(/url).