Hello all
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
compilation error : reinterpret_cast ( under linux x86_64 )
This is related to the recently added Occlusion query feature. As a temporary measure you could comment all that stuff out if you don't plan to use Occlusion queries.
Cheers
Cheers
ShadowMapping for Irrlicht!: Get it here
Need help? Come on the IRC!: #irrlicht on irc://irc.freenode.net
Need help? Come on the IRC!: #irrlicht on irc://irc.freenode.net