GLSL - unresolved external on Visual C++

Posted by Sanich on Stack Overflow See other posts from Stack Overflow or by Sanich
Published on 2011-01-07T12:48:54Z Indexed on 2011/01/07 12:54 UTC
Read the original article Hit count: 193

Filed under:

Hello, I'm getting started with the GLSL. What should i do to resolve this:

error LNK2001: unresolved external symbol _pglLinkProgram
error LNK2001: unresolved external symbol _pglAttachShader
error LNK2001: unresolved external symbol _pglCompileShader
error LNK2001: unresolved external symbol _pglShaderSource
error LNK2001: unresolved external symbol _pglCreateShader
error LNK2001: unresolved external symbol _pglCreateProgram
error LNK2001: unresolved external symbol _pglGetProgramInfoLog
error LNK2001: unresolved external symbol _pglGetProgramiv
error LNK2001: unresolved external symbol _pglUseProgram

© Stack Overflow or respective owner

Related posts about glsl