|
From: Gregor S. <gre...@gm...> - 2001-12-02 17:41:55
|
Hi I just downloaded the sourcecode for TightVNC (Windows version for = Visual C++) I also downloaded the zlib and jpeglib source, in order to compile = TightVNC. zlib and jpeglib have been extracted into the correct folders. But when I try to compile TightVNC I get 11 errors, telling me about "unresolved external symbols" (I have the German vesion of VC++6). Here's the output of the compiler: --------------------Konfiguration: WinVNC - Win32 = No_CORBA-------------------- Kompilierung l=E4uft... vncAbout.cpp vncAcceptDialog.cpp vncAdvancedProperties.cpp vncConnDialog.cpp vncDesktop.cpp vncMenu.cpp vncProperties.cpp vncServer.cpp vncService.cpp WinVNC.cpp Linker-Vorgang l=E4uft... vncEncodeTight.obj : error LNK2001: Nichtaufgeloestes externes Symbol = _deflateEnd@4 vncEncodeZlib.obj : error LNK2001: Nichtaufgeloestes externes Symbol = _deflateEnd@4 vncEncodeZlibHex.obj : error LNK2001: Nichtaufgeloestes externes Symbol = _deflateEnd@4 vncEncodeTight.obj : error LNK2001: Nichtaufgeloestes externes Symbol = _deflate@8 vncEncodeZlib.obj : error LNK2001: Nichtaufgeloestes externes Symbol = _deflate@8 vncEncodeZlibHex.obj : error LNK2001: Nichtaufgeloestes externes Symbol = _deflate@8 vncEncodeTight.obj : error LNK2001: Nichtaufgeloestes externes Symbol = _deflateParams@12 vncEncodeTight.obj : error LNK2001: Nichtaufgeloestes externes Symbol = _deflateInit2_@32 vncEncodeZlib.obj : error LNK2001: Nichtaufgeloestes externes Symbol = _deflateInit2_@32 vncEncodeZlibHex.obj : error LNK2001: Nichtaufgeloestes externes Symbol = _deflateInit2_@32 No_CORBA/WinVNC.exe : fatal error LNK1120: 4 unaufgeloeste externe = Verweise Fehler beim Ausf=FChren von link.exe. WinVNC.exe - 11 Fehler, 0 Warnung(en) can someone tell me what I need to do in order to compile TightVNC? thanks in advance, Gregor |