Incorrect length xbScheme::FieldName
Brought to you by:
dbryson
dbf.h:
struct XBDLLEXPORT xbSchema {
char FieldName[11];
char Type;
Should be "char FieldName[12]" because dbf field
name occupe position 0-10 filed description array and
could be up
to 11 character length and require 12 bytes in C structure