I have created a local copy (fork?) of the laszip github project and
tried very carefully to follow the instructions:
(I have Visual Studio Community Edition 2022 installed, with both the
Microsoft and clang compilers, I have previously used this to compile
and debug my own C(++) programs.)
According to README.md I just need to run
cmake -DCMAKE_BUILD_TYPE=Release CMakeLists.txt
cmake --build .
and this seems to work nicely, I get two sets of DLL & PDB files
generated: laszip_api3.dll/pdb and laszip3.dll/pdb, but nothing happens
in the example directory.
It is when I try to compile laszipdllexample.cpp that things break down.
SInce there is a CMakeLists.txt file there I tried to run the same pair
of cmake commands from the example directory but this does not work, I
suspect the idea is that the top level build should handle everything?
Have anyone any tips for me?
I am pretty sure this is a user error on my side, I just have not been
able to figure it out!
Terje
--
- <
Terje.M...@tmsw.no>
"almost all programming can be viewed as an exercise in caching"