I am developing a C++ application which deals with socket programming. When I build my program, I get an error as follows,
------ Build started: Project: AFEClientPublic, Configuration: Debug Win32 ------
Linking...
LINK : fatal error LNK1104: cannot open file 'wsock32.lib'
Build log was saved at "file://d:\AfeClientPublic43\AFEClientPublic43\Debug\BuildLog.htm"
AFEClientPublic - 1 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
I have also downloaded the wsock32.lib from web but I dont know where to place it to make my program run. Kindly guide me furthure.