Hi, first not speak much English so excuse me.
I will show an picture with my problem.
Translation: “No se encuentra el proceso especifico” is equal to (==)
“Can not find the specific process”.
My problem is with “gl.so”. Very Thanks.
Edit:
test.rb:
[Code Ruby]
01: require ‘opengl’
02: puts ‘Test’
[/Code Ruby]
When I run a file to see if it works I get an error window that says:
“No se encuentra el punto de entrada del procedimiento snprintf en la
biblioteca de vínculos dinámicos msvcrt-ruby191.dll”.
Translation: “No se encuentra el punto de entrada del procedimiento
snprintf en la biblioteca de vínculos dinámicos msvcrt-ruby191.dll” is
equal to (==) “Not found the procedure entry point in snprintf
dynamic link library msvcrt-ruby191.dll”.
Then get the error this image.