-1

I have a problem with linking SOIL to my OpenGL project so I'm asking you if one can show me how to link it properly.

BDL
  • 21,052
  • 22
  • 49
  • 55
Alenprintf
  • 143
  • 1
  • 7

1 Answers1

0

Rightclick on the project -> Properties -> VC++ Directories -> Library Directories -> Add Library Path (I have version in another language so the names could be a little different)

Then you write into your Programm #pragma comment(lib,"NAMEOFLIB")

BDL
  • 21,052
  • 22
  • 49
  • 55
jovan
  • 227
  • 1
  • 2
  • 11