Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • I get error in configuration process when I try the above. Commented Apr 5, 2014 at 22:51
  • "Error in Configuration process" I eventually solved it by following the steps in a different tutorial, enabling boost workaround and disabling assimp tools; but I still ended up with the problem it never actually generated any lib files after building the project in visual studio in the folder cited in said tutorial. So I used the current SDK instead but there's still some functions that don't work. Commented Apr 11, 2014 at 16:53
  • BUILD_STATIC_LIB is not a requirement just a preference really depending on what you are using it for. ENABLE_BOOST_WORKAROUND is only needed if you do not have boot installed. Where possible, it is probably better to install boost.
    – TPS
    Commented Apr 17, 2014 at 10:46