From: Orhun B. <orh...@gm...> - 2008-09-02 21:40:15
|
It builds with Visual Studio 2008. I am getting the following warnings... 2>..\..\..\glsdk\src\glm\angles.c(32) : warning C4244: 'return' : conversion from 'double' to 'GLfloat', possible loss of data 2>..\..\..\glsdk\src\glm\angles.c(38) : warning C4244: 'return' : conversion from 'double' to 'GLfloat', possible loss of data 2>..\..\..\glsdk\src\glm\mat4f.c(535) : warning C4244: '=' : conversion from 'double' to 'GLfloat', possible loss of data 2>..\..\..\glsdk\src\gls\gls.c(27) : warning C4068: unknown pragma I didn't build the test, which I can try building (and running) it tonight, and report back. -- Orhun Birsoy |