When compiling under windows, I get lots of warning messages from Visual Studio. All of the warnings have to do with worries about 64 bit vs 32 bit enties existing togeather, eg:

   vdbemem.c(194) : warning C4267: '=' : conversion from 'size_t' to
   'int', possible loss of data

I could just turn off the appropriate warning with a VS pragma, but I'm wondering if there is a better option to make the compiler happy.

D

Reply via email to