LINK : fatal error LNK1104: cannot open file 'Ws2_32.lib'
C / C++ / MFC
5
Posts
3
Posters
0
Views
1
Watching
-
hi all, how can i link this library(Ws2_32.lib)o my project as this library is in visual studio 6.0 so can i directly include the path of this folder to remove linking errors plz help me regards venu
venu
-
hi all, how can i link this library(Ws2_32.lib)o my project as this library is in visual studio 6.0 so can i directly include the path of this folder to remove linking errors plz help me regards venu
venu
Use
Project-->Settings-->Link-->Object\Library module
edit box.Prasad Notifier using ATL
-
Use
Project-->Settings-->Link-->Object\Library module
edit box.Prasad Notifier using ATL
-
thank you all, i solved the problem...it was another library to link it(winsock.lib) regards
venu