ORIGINAL: wodin
Did the time out bug have something todo with windows time as someone mentioned? Just curious?
If so maybe their name should go in the manual as a credit in helping defeat that elusive bug.
No it didn't. The out of sync bug was finally tracked down by Paul using a MS development tool though that enabled us to pinpoint an occurance where the wrong memory address was being used. But in fact the bug was due to an earlier "shortcut" we had used in HTTR that we subsequently forgot about.
The "shortcut" was to use the pointer field inside an objective task that normally points to "our mission plan" to instead point to our boss's mission plan. Having forgot about this I subsequently was using it on the assumption that it was out mission plan and this caused the error. So the lessson for good programming - avoid shortcuts.