You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 27, 2022. It is now read-only.
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