Anonymous - 2011-01-03

ps. I also see the following extern's in e3ga_cpp\e3ga.h:

extern const char *string_fp; /* = \"%2.2f\" */^M
extern const char *string_start; /* = \"\" */^M
extern const char *string_end; /* = \"\" */^M
extern const char *string_mul; /* = \"*\" */^M
extern const char *string_wedge; /* = \"^\" */^M
extern const char *string_plus; /* = \" + \" */^M
extern const char *string_minus; /* = \" - \" */^M

Since these should now be set by the setStringFormat() function instead, they probably ought not be in the header (and have a different symbol name in the .cpp file as well so you'd get a link error if you tried to use them).