wwwinit.dll missing from CVS repository checkout on Monday

i am a first-time user of libwww...however my attempt in building my first libwww app failed today b/c my linker outputs the following info.(pls see the end of msg.)

i have put on every dll/lib in the Bin/Release directory into my compiler linking options. Still it won't work. There is no wwwinit.dll file in my Bin/Release directory.

I appreciate any comments you may have. Thank you.

Jie

--------------------Configuration: www - Win32 Debug--------------------
Linking...
www.obj : error LNK2001: unresolved external symbol _HTMIMEInit
www.obj : error LNK2001: unresolved external symbol _HTTransferEncoderInit
www.obj : error LNK2001: unresolved external symbol _HTConverterInit
www.obj : error LNK2001: unresolved external symbol _HTNetInit
www.obj : error LNK2001: unresolved external symbol _HTProtocolInit
www.obj : error LNK2001: unresolved external symbol _HTTransportInit
Debug/www.exe : fatal error LNK1120: 6 unresolved externals
Error executing link.exe.

www.exe - 7 error(s), 0 warning(s)

Received on Tuesday, 3 October 2000 18:54:58 UTC