|
From: Constantin K. <co...@ce...> - 2001-12-04 13:06:36
|
Hello,
>>>>> "GS" =3D=3D Gregor S <gre...@gm...> writes:
GS> I just downloaded the sourcecode for TightVNC (Windows version for
GS> Visual C++)
GS> I also downloaded the zlib and jpeglib source, in order to compile
GS> TightVNC.
GS> zlib and jpeglib have been extracted into the correct folders.
GS> But when I try to compile TightVNC I get 11 errors, telling me
GS> about
GS> "unresolved external symbols" (I have the German vesion of VC++6).
GS> Here's the output of the compiler:
GS> Linker-Vorgang l=E4uft... vncEncodeTight.obj : error LNK2001:
GS> Nichtaufgeloestes externes Symbol _deflateEnd@4
[...]
GS> can someone tell me what I need to do in order to compile
GS> TightVNC?
There's something wrong with zlib library installation. The linker
fails to find the _deflateEnd function which belongs to the zlib
library.
--=20
With Best Wishes,
Constantin
|