1
General / Problems with linking SFML2 static
« on: May 10, 2011, 04:51:48 pm »Quote from: "Laurent"
QuoteI set CMake like this and have tried doing everything from scratch with and without FORCE_STATIC_VCRT: http://i.imgur.com/LFbt5.jpg
The variable that controls static/dynamic builds is BUILD_SHARED_LIBS, not FORCE_STATIC_VCRT.
If you think it's not clear enough in the tutorial, let me know how I could improve it
:oops: I understood it while re-reading the tutorial and was going to delete my post.
I think the tutorial is clear enough with this line:
Quote
This boolean option controls whether you build the dynamic (shared) libraries of SFML, or the static ones.
it was just me being careless. thanks :oops:
one thing I could add is that in the 2.0 documentation there is the doc for GetEvent but in reality it's called in another way (PoolEvent I think?)