Author Topic: Linking Glew  (Read 3165 times)

Offline Imperial

  • Single posting newcomer
  • *
  • Posts: 2
    • Imperial Games
Linking Glew
« on: May 04, 2016, 11:15:38 pm »
what should I Type In the Linker Tab In the Build options of the Project In Code Blocks to Link Glew Library

I keep getting undefined reference to glewBindBuffer,glBufferData,glBindBuffer

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Linking Glew
« Reply #1 on: May 04, 2016, 11:46:35 pm »
It depends what is the name of the lib and where it is in the file system.

This link might help: http://wiki.codeblocks.org/index.php/FAQ-Compiling_%28errors%29#Q:_What_do_I_need_to_know_when_using_3rd_party_libs.3F
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]