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.


Topics - Morgaza

Pages: [1]
1
General / Trouble with compiling SFML 2.1 static from source
« on: February 04, 2014, 06:40:56 pm »
Hello,

I am having trouble compiling SFML 2.1 as static for my project.

I have my CMake (version 2.8.12.2) setup as following:




When I open the project with my Visual Studio (2013) to compile, it shows that the projects are broken:




I opened one of the project files (sfml-network.vcxproj in this case) to see if I could find out why, and it was highlighting the following lines:




I presume that something went wrong with CMake? I am not that familiar with using it, and I just follow the tutorial on SFML's website, but I can't find anything in there that could cause this to happen.


Kind regards,
Morgaza

2
Network / Question about SFML 2.0 Selector.wait()
« on: December 12, 2012, 10:30:36 pm »
Hello,

I have a question about the function wait() for the SocketSelector.

Is it possible to use this function without a Timeout, and if so, how?

So far I have only managed to use this function using sf::microseconds(1), but I wonder if it is possible to have no Timeout.

Thanks in advance.

Pages: [1]
anything