Using light with GLFW and Visual Basic

nobody wrote on Wednesday, March 16, 2005:

Hi,
I try to use light (glLightfv) with visual basic but I don’t understand how to use the params parameter !
How can I pass to the function the parameters of the light ?
Thank you

marcus256 wrote on Friday, March 25, 2005:

I’m sorry, but I am not a Visual Basic guru. I suspect that there are several OpenGL and GLFW functions that do not work well with how VB handles procedure/function arguments (especially those passing arrays of data as arguments, such as glLightfv). Please consult some VB discussion forum, that might be more helpful…