Dear All, I built libkml-master (from msvc/libkml.sln), then I tried to build the examples (from msvc\examples\examples.sln) but I get the error: libkmlbase.lib(zip_file.obj) : error LNK2001: unresolved external symbol _libkml_unzAttach In fact zip_file.cc calls libkml_unzAttach() twice but that function is not declared. Regards, Gianni
Dear All,
I built libkml-master (from msvc/libkml.sln), then I tried to build the examples (from msvc\examples\examples.sln) but I get the error:
libkmlbase.lib(zip_file.obj) : error LNK2001: unresolved external symbol _libkml_unzAttach
In fact zip_file.cc calls libkml_unzAttach() twice but that function is not declared.
Regards,
Gianni