Unresolved external symbol

I have downloaded CSimpleSocket library. Added directory, containing clsocket.lib in my project Library Directories, and clsocket.lib in Aditional Dependencies, but I'm still getting errors when I try to compile my project:
 
clsocket.lib(SimpleSocket.obj) : error LNK2019: unresolved external symbol __imp__socket@12 referenced in function "public: virtual bool __thiscall CSimpleSocket::Initialize(void)" (?Initialize@CSimpleSocket@@UAE_NXZ)


What I have missed? By the way, I am using Microsoft Visual Studio 2008
Last edited on
You forgot to link wsock32.
Thanks.
Topic archived. No new replies allowed.