-
Notifications
You must be signed in to change notification settings - Fork 3
Description
I am trying to get this project running because I might want to use it as a base for a similar research project.
I created a fork, cloned it, ran the generate.bat, opened the VS solution and built the application (Release, x64).
The console says Build: 2 succeeded, 0 failed, 2 up-to-date, 0 skipped, so far so good.
But when I try to run the generated ProjectionMapping.exe, I get 4 error messages telling me it's missing the following dlls:
k4a.dll, realsense2.dll, ceres.dll, glog.dll
I also tried building in Debug Mode, which gives me 1 failed build out of 4, and also .dll errors when trying to run the app.
Am I missing something?
Sorry if this is a stupid question, but I have little experience with building C++ projects.
I would appreciate any help.