Hi All,
I was working on the project that was building very well on Visual Studio 2008 Express Edition.
Later I have installed the Visual Studio 2008 professional along with Visual Studio 2008 SP1.
Now I am trying to build the project, which shows the following Error.
fatal error LNK1181: cannot open input file 'kernel32.lib'
fatal error C1083: Cannot open include file: 'winsock2.h': No such file or directory
Do I need to check for the Registry entries for the installation path? OR
Is there any modification’s do I need to do in Environment variables?
Kindly suggest me to get rid of this Issue.