Tuesday, August 2, 2011

SFML and socket programming?

Your linker settings don't include the library names or directories for the SFML libraries. You'll need to go into the project properties and set the "-l" and "-L" options. The SFML docs should give you the libraries you'll need and where they are located.

No comments:

Post a Comment