SuperBible 4th edition help

I am using the example code from the Opengl Superbible 4th edition, and when I try to compile(I am using VS 2008) the ‘glrect’ code I get a error message saying:

Fatal error LNK1104: cannot open file ‘LIBC.lib’

when I looked online other devs said to ignore the “LIBC.lib” in the project properties, but when I do that. I get these errors:

error LNK2019: unresolved external symbol __iob referenced in function _fgError freeglut_static.lib

error LNK2001: unresolved external symbol __iob freeglut_static.lib

error LNK2019: unresolved external symbol _WinMain@16 referenced in function ___tmainCRTStartup MSVCRTD.lib

fatal error LNK1120: 2 unresolved externals C:\Users\My-Computer\Documents\Visual Studio 2008\Projects\GLrect\Debug\GLrect.exe

What should I do from here?

Thanks in Advance