1
General / Re: SFML Linking
« on: October 28, 2015, 06:33:32 pm »Try adding these linker options:
opengl32
openal32
freetype
jpeg
winmm
gdi32
ws2_32
flac
vorbisenc
vorbisfile
vorbis
ogg
Taken from this page: www.sfml-dev.org/tutorials/2.3/start-cb.php
I tried that and also tried explicitly defining the paths for each file but it is still not working. Now it's saying it cannot find the files even though they are right where I told the linker they would be.