Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaiaeroastro committed Aug 5, 2024
1 parent b3f4976 commit e90a45c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SDK/Examples/CppDynamic/Source/ExtractInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,8 @@ void ExtractInfoExample(std::string sFileName) {
std::cout << "3MF Read example" << std::endl;

std::string libpath = ("."); // TODO: put the location of the Lib3MF-library file here.
auto library_path = libpath + "/lib3mf" + LSUFFIXOUT;
std::cout << "Library path is : " << library_path << std::endl;
auto wrapper = Lib3MF::CWrapper::loadLibrary(libpath + "/lib3mf" + LSUFFIXOUT); // TODO: add correct suffix of the library

printVersion(wrapper);
Expand Down

0 comments on commit e90a45c

Please sign in to comment.