Did you compile the SFML libraries yourself from source or download one of the binaries? I went to their site and did not see a binary version that was built with vc++ 2010.
Ancient Dragon
Retired & Loving It
30,049 posts since Aug 2005
Reputation Points: 5,662
Solved Threads: 2,343
I downloaded the binaries for vc++ 2008 and got this simple tutorial to work with vc++ 2010 express. I had to copy the dlls into a directory that is in my PATH environment variable -- in my case I could have added the path but I chose to copy the dlls into c:\windows directory.
Post your program and I'll see if I can duplicate your problem.
Ancient Dragon
Retired & Loving It
30,049 posts since Aug 2005
Reputation Points: 5,662
Solved Threads: 2,343
I'm running 64-bit Windows 7 and can not successfully compile the example program pong.cpp because of unresolved external linkage for sf::Font::ourDefaultCharset. I've included every library in the package but no luck.
From what I read on their forums it appears the programs do not yet work with Windows 7.
[edit]Scrath that ^^^ it was my fault for not defining SFML_DYNAMIC
Ancient Dragon
Retired & Loving It
30,049 posts since Aug 2005
Reputation Points: 5,662
Solved Threads: 2,343
Got past that but now I'm having runtime problems because of missing DLLs such as openal32.dll and libsndfile-1.dll. I found out where to get openal32.dll but I have not yet discovered where to get libsndfile-1.dll.
Ancient Dragon
Retired & Loving It
30,049 posts since Aug 2005
Reputation Points: 5,662
Solved Threads: 2,343