-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
  • 19,702
  • 16
  • 49
  • 50
Alenprintf
  • 133
  • 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
  • 19,702
  • 16
  • 49
  • 50
jovan
  • 129
  • 1
  • 9