dabeav
05-23-2002, 11:26 AM
What is wrong with this??
if(strstr(glGetString(GL_EXTENSIONS), "EXT_multitexture") != NULL)
{
do stuff
}
why do i keep getting the error, parameter one cannot be converted from, const usigned char * to const char * ???? any one got a clue?? damn i am really starting to get annoyed with this extensions thing.
[This message has been edited by dabeav (edited 05-23-2002).]
if(strstr(glGetString(GL_EXTENSIONS), "EXT_multitexture") != NULL)
{
do stuff
}
why do i keep getting the error, parameter one cannot be converted from, const usigned char * to const char * ???? any one got a clue?? damn i am really starting to get annoyed with this extensions thing.
[This message has been edited by dabeav (edited 05-23-2002).]