Activity for Bruno Baruffaldi

  • Bruno Baruffaldi Bruno Baruffaldi created ticket #4

    Libe-book dont work with some files

  • Bruno Baruffaldi Bruno Baruffaldi posted a comment on discussion DjVuLibre Development

    Thanks!, it was really helpful :)

  • Bruno Baruffaldi Bruno Baruffaldi posted a comment on discussion DjVuLibre Development

    Hello, I would like to use DjVu in project as a library but I cannot find any documentation related to DjVu C++ library. Can someone tell me how to compile this code? // File A.cpp #include <iostream> #include <libdjvu/ddjvuapi.h> #include <libdjvu/miniexp.h> int main(void){ std::cout << ddjvu_get_version_string() << std::endl; return 0; } I am trying to compile with g++ -std=c++11 A.cpp -o A If I change ddjvu_get_version_string() for DDJVUAPI_VERSION the program works. But if I use the function...

1