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

Pages: 1 ... 1285 1286 [1287]
19291
General discussions / Mac ETA?
« on: August 13, 2007, 07:41:28 pm »
As I currently have no access to a Mac machine, it's difficult to tell. I'll probably need to find an experimented Mac developer to help me.

19292
General discussions / this looks interesting
« on: August 13, 2007, 07:09:51 pm »
Welcome to the SFML forums ;)

I hope you'll enjoy SFML, let us know what you think about it. It is even more important as it is the first public release.

19293
Graphics / [SOLVED] help compilation
« on: August 11, 2007, 09:30:09 am »
Welcome to the SFML forum :)

sfml-main.lib is needed if you create a "Win32 application" project ; it allows you to have a standard main() instead of the non-portable WinMain().

sfml-window.lib is needed because you are using the window package ;)
The rule is simple : if you include <SFML/xxx.hpp> then you need sfml-xxx.lib (and the libs it depends on -- for example sfml-window depends on sfml-system).

Pages: 1 ... 1285 1286 [1287]
anything