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 - guiguizmo91

Pages: [1]
1
SFML projects / Re: Thor 2.0
« on: April 30, 2012, 09:01:32 pm »
Thanks, it worked like a charm.

About the Windows part, everytime I quit the examples, I get the "Example.exe has stopped functionning." message. I don't really care as I am just toying around for now, but I like things clean.

Any idea why I get the message ?

2
SFML projects / Re: Thor 2.0
« on: April 26, 2012, 09:24:37 pm »
Hi ! :)

First of all, this library is really interesting.

Now for the noob question... I followed the tutorial about how to install Thor, I'm based on the last version of SFML (from Github), same for Thor. Everything went fine, it's just that I can't figure how to link the Thor library... I tried to compile by myself one of the examples:
Code: [Select]
g++ Action.cpp -o Action -std=c++0x -<thor> -lsfml-window -lsfml-system
So, my question is, what am I supposed to type to link correctly thor? I'm running an up to date xubuntu.

Thanks.

EDIT: Okay, it was -lthor, makes sense. :)

I tried to compile on Windows Seven, but even though I have set SFML with the path of my fresh SFML install (also made with Cmake), Cmake cannot locate the SFML to generate Thor makefiles. :/ Any idea ?

Pages: [1]
anything