Hi Mindaugas,

    BYTE      val[ 1 ];
this is not harmfull, but makes allocation of 1 extra byte. Does MSVC gives error on
     BYTE      val[];
?
Does anyone know how to change it to be MSVC compatible?

Yes, it gave and error, and it was just a humble attempt
to correct it, thanks for fixing it properly. It now
compiles without error.

Right now these are the MSVC warnings (last two may
be important):

.\mysqldd.c(262) : warning C4244: 'function' : conversion from 'unsigned int' to 'USHORT', possible loss of data .\mysqldd.c(269) : warning C4244: 'function' : conversion from 'unsigned int' to 'USHORT', possible loss of data .\mysqldd.c(276) : warning C4244: '=' : conversion from 'unsigned int' to 'USHORT', possible loss of data .\mysqldd.c(293) : warning C4244: '=' : conversion from 'unsigned long' to 'USHORT', possible loss of data .\mysqldd.c(314) : warning C4244: '=' : conversion from 'unsigned int' to 'USHORT', possible loss of data mysqldd.c(429) : warning C4701: potentially uninitialized local variable 'pItemEof' used mysqldd.c(353) : warning C4701: potentially uninitialized local variable 'pFieldInfo' used

Brgds,
Viktor

_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to