Nehe trouble. Can someone figure this out

BlitzMax Forums/OpenGL Module/Nehe trouble. Can someone figure this out

Dubious Drewski(Posted 2005) [#1]
I don't quite get what's going on when I try to compile the Nehe
tutorial 17. I get a "Unable to convert from String to Byte Ptr" error.
By the way, I have a copy of tutorial 17 right here.

Can anyone figure this out?


Chris C(Posted 2005) [#2]
glCallLists(phrase.length, GL_UNSIGNED_BYTE, phrase.tocstring() )


Dubious Drewski(Posted 2005) [#3]
Ah, that's better. Thanks.