Uhm ... I know to start the first topic
so i start ...
i have to get three error when compiling the svn source code since last month
the three line is 1278, 1305, 1317 under COpenglDriver.cpp
reinterpreter_cast<GLuint> return "error: cast from 'void*' to 'GLuint' loses precision"
but is causing by void* is 32 or 64 bits (defined by os ?)
and GLuint is 32bits so convert 64bits to 32bits integer
how to fixe ? i search in google but i know result to fixe this