Daniel wrote:
> I tried to define MYSQL_NO_SHORT_NAMES but it seems like the undef_short file
> is missing.
Hmmmm...I don't know where the mixup happened, but I've attached a copy
of the file. Either change mysql++.hh to refer to it by the new name,
or rename the file to the old name. This will be straightened out in
the next version.
#if !defined(__undef_short_h__) && !defined(MYSQL_FORCE_UNDEF)
#define __undef_short_h__
// defs.h
#undef use_exceptions
// base.h
#undef BadQuery
#undef MysqlCon
#undef Connection
// result.h
#undef ResNSel
#undef ResUse
#undef Res
#undef Result
#undef ResIter
#undef ResultIter
// field_names.h
#undef FieldNames
//query.h
#undef Query
//string.h
#undef BadConversion
#undef ColData
// manip.h
#undef quote
#undef quote_only
#undef quote_double_only
#undef escape
#undef do_nothing
#undef ignore
// datetime.h
#undef Date
#undef Time
#undef DateTime
// set.h
#undef Set
// null.h
#undef Null
#undef null_type
#undef null
#undef NullisNull
#undef NullisZero
#undef NullisBlank
#endif