Hi,
Problem related to Harbour , but I'm thinking that this forum can help too ...
I'm creating project with minGw , it's running OK . Also I'm trying to build that with Borland ( Bcc 582 ) . Compiler return error , which related to SWITCH / CASE . It says that integer or char vr must be . Sample from TMySql.prg :
Vars "MYSQL_" indetifiers are in mysql.ch and related to integers . This ch is in hrb\include ...
Why I'm getting this error ?
Problem related to Harbour , but I'm thinking that this forum can help too ...
SWITCH ::aFieldStruct[ nNum ][ MYSQL_FS_TYPE ]
CASE MYSQL_TYPE_TINY
RETURN "L"
CASE MYSQL_TYPE_SHORT
CASE MYSQL_TYPE_LONGVars "MYSQL_" indetifiers are in mysql.ch and related to integers . This ch is in hrb\include ...
Why I'm getting this error ?
Rimantas U.