Jump to content

compile error follow up to 51ecd9b

closed

Napster
2014-08-27 00:12:04
error
[quote]

|| SQL_ERROR == SqlStmt_BindColumn(stmt, 38, SQLDT_UCHAR, &p->font, 0, NULL, NULL)
|| SQL_ERROR == SqlStmt_BindColumn(stmt, 39, SQLDT_UINT, &p->uniqueitem_counter, 0, NULL, NULL)[/quote]
fix -> to .
[quote]

|| SQL_ERROR == SqlStmt_BindColumn(stmt, 38, SQLDT_UCHAR, &p.font, 0, NULL, NULL)
|| SQL_ERROR == SqlStmt_BindColumn(stmt, 39, SQLDT_UINT, &p.uniqueitem_counter, 0, NULL, NULL)[/quote]
thank

Aleos
2014-08-27 02:36:19
Fixed in 977797e.

Sorry, I thought I had adjusted it before I pushed it. Guess I didnt. :\

hendra814
2014-08-27 02:42:43
still got error when compile

here my ss
[attachment=10896:2014-08-27_094258.jpg]
×
×
  • Create New...