g2o_viewer was unable to start (0xc000007b)

1

I built the g2o library on Windows 7 with

  • Qt 5.6
  • Eigen 3.3.4
  • libQGLViewer-2.7.1.

Everything compiles fine, but on the first run of g2o_viewer the program complains about the missing QGLViewer2.dll. Therefore, I added it to the directory.

After the second start, I get the application error from the title...

g2o
asked on Stack Overflow Feb 1, 2018 by Knipser

1 Answer

1

One must add:

  • Qt5Core.dll
  • Qt5Gui.dll
  • Qt5Widgets.dll
  • Qt5Xml.dll
answered on Stack Overflow Feb 1, 2018 by Knipser

User contributions licensed under CC BY-SA 3.0