Menu

#1 Incorrect length xbScheme::FieldName

open
nobody
None
5
2004-10-20
2004-10-20
Anonymous
No

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

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.