Not really. You can compile it in statically into your application.
That's because of one of those stupid Windows macros. It'll be best if you google for "dllimport" and "dllexport" but before you do, try removing the QGLVIEWER_EXPORT macro from every class declaration or make sure the macro is empty (you'll have to find where it is defind and rem it out). This should be enough to make it build.In any case, I would still like to understand what this compiler error is that I'm seeing. What does it mean by dllimported class?
Bookmarks