Thanks for your reply.I want to tell you the details :
When I open the project(or .sln) directly(winvnc2008.sln),the file icons of the files above(tableinittctemplate.cpp etc.) show differently (with a small red horizontal stroke on the right-down corner of the normal icon) with others which showing in the solution resource manager box.Then it shows with these errors when compiling:
Code: Select all
10>Clipboard.obj : error LNK2001: unresolved external symbol _crc32
10>Clipboard.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall rdr::ZlibOutStream::flush(void)" (?flush@ZlibOutStream@rdr@@UAEXXZ)
10>Clipboard.obj : error LNK2001: unresolved external symbol "public: virtual __thiscall rdr::ZlibOutStream::~ZlibOutStream(void)" (??1ZlibOutStream@rdr@@UAE@XZ)
10>Clipboard.obj : error LNK2001: unresolved external symbol "public: __thiscall rdr::ZlibOutStream::ZlibOutStream(class rdr::OutStream *,int,int)" (??0ZlibOutStream@rdr@@QAE@PAVOutStream@1@HH@Z)
10>Clipboard.obj : error LNK2001: unresolved external symbol "public: void __thiscall rdr::ZlibInStream::setUnderlying(class rdr::InStream *,int)" (?setUnderlying@ZlibInStream@rdr@@QAEXPAVInStream@2@H@Z)
10>Clipboard.obj : error LNK2001: unresolved external symbol "public: virtual __thiscall rdr::ZlibInStream::~ZlibInStream(void)" (??1ZlibInStream@rdr@@UAE@XZ)
10>Clipboard.obj : error LNK2001: unresolved external symbol "public: __thiscall rdr::ZlibInStream::ZlibInStream(int)" (??0ZlibInStream@rdr@@QAE@H@Z)
10>vncclient.obj : error LNK2001:unresolved external symbol _adler32
10>vncclient.obj : error LNK2001: unresolved external symbol _uncompress
10>vncclient.obj : error LNK2001: unresolved external symbol _compress
10>vncEncodeTight.obj : error LNK2001: unresolved external symbol _deflateEnd
10>vncEncodeTight.obj : error LNK2001: unresolved external symbol _jpeg_set_quality
10>vncEncodeTight.obj : error LNK2001: unresolved external symbol _jpeg_CreateCompress
10>vncEncodeTight.obj : error LNK2001: unresolved external symbol _jpeg_destroy_compress
10>vncEncodeTight.obj : error LNK2001: unresolved external symbol _deflateParams
10>vncEncodeTight.obj : error LNK2001: unresolved external symbol _jpeg_write_scanlines
10>vncEncodeTight.obj : error LNK2001: unresolved external symbol _jpeg_finish_compress
10>vncEncodeTight.obj : error LNK2001: unresolved external symbol _deflate
10>vncEncodeTight.obj : error LNK2001: unresolved external symbol _jpeg_start_compress
10>vncEncodeTight.obj : error LNK2001: unresolved external symbol _deflateInit2_
10>vncEncodeTight.obj : error LNK2001: unresolved external symbol _jpeg_set_defaults
10>vncEncodeTight.obj : error LNK2001: unresolved external symbol _jpeg_std_error
10>vncencodezrle.obj : error LNK2001: unresolved external symbol "public: void __thiscall rdr::ZlibOutStream::setUnderlying(class rdr::OutStream *)" (?setUnderlying@ZlibOutStream@rdr@@QAEXPAVOutStream@2@@Z)
10>ZipUnzip32.obj : error LNK2001: unresolved external symbol _ZpInit@4
10>ZipUnzip32.obj : error LNK2001: unresolved external symbol _Wiz_SingleEntryUnzip@24
10>ZipUnzip32.obj : error LNK2001: unresolved external symbol _ZpSetOptions@4
10>ZipUnzip32.obj : error LNK2001: unresolved external symbol _ZpArchive@12
10>H:\AutoUpdate\UltraVNC\Release\winvnc.exe : fatal error LNK1120: 27 unresolved external commands
But when I correctly remove them(the three files) from the project and then correctly add,it shows the same as others.And it shows the errors as the 1# of this topic when compiling the project secondly.
The purpose I read this source code is to reuse it with some modifications.So at first also at least I must get a successful compiling.
I just wanna a successful compiling.
Does any one give me a hand?