Ok, I should explain a bit more >:]
I couldn't use 2.0 because
all 2.0 apps had the mouse moving - program freezing issue.
So I started my platformer project in 1.6, I was using dynamic linking, I got into Box2D and all was fine.
Then I wanted to write some text on the main menu, and to do that, I needed to load a font.
When I did however, I got this error when compiling:
LNK2019: unresolved external symbol "private: static unsigned int * sf::Font::ourDefaultCharset" (?ourDefaultCharset@Font@sf@@0PAIA)
Then I read somewhere to try do it statically and did so, but I get the crashing on launch problem with this error:
Vania has encountered a problem and needs to close.
We are sorry for the inconvenience.
I use the vs2008 compiler, and yeh, the dlls don't really need to be there.
I'm setting up debug now, It'll take a while to download
Both dynamic and static would be fine, any suggestion are much appreciated.