Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - kiramarshiku

Pages: [1]
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.

2
General / SFML Linking
« on: October 28, 2015, 04:11:22 am »
I have been trying to get SFML linked properly and run the example code with no success for several days now. I'm using eclipse mars as my IDE and the latest MinGW 32bit version of SFML. Here's screenshots of everything, I'd be very grateful if anyone could tell me what I'm doing wrong as I'm baffled and frustrated.
Screenshots:
(click to show/hide)

Pages: [1]