Description:
sql\item_sum.cpp(582) :
error C2664: 'my_decimal2binary' : cannot convert parameter 3 from 'unsigned char *' to 'char *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
sql\item_sum.cpp(617) :
error C2664: 'binary2my_decimal' : cannot convert parameter 2 from 'unsigned char *' to 'const char *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
sql\item_sum.cpp(1257) :
error C2065: 'string2my_decimal' : undeclared identifier
sql\item.cpp(1248) :
error C2065: 'string2my_decimal' : undeclared identifier
sql\procedure.cpp(49) :
error C2065: 'string2my_decimal' : undeclared identifier
How to repeat:
Build on Windows with VC++ 6