Cannot Run TeapotWars

    This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

    • Cannot Run TeapotWars

      Just found the source for the book and figured i would look into it. The minute i try it has a problem with missing lib files.
      (dxut.lib and luaplus51.lb)
      tried adding the third party tools to the source folder and ran again and get the same linker errors. When i include the LIBs from the 3rd Party folder i get a linker warning and it still will not compile.

      Any help is appreciated
      David
    • It sounds like the directories aren't set up correctly. Did you go through the readme file? There are a number of things you have to do to set it up. When you extracted the files from 3rdParty.zip, where did it place them? You should have a folder called Source\Lib\Win32Debug\ with a bunch of libs (including luaplus51-1201.lib and dxut.lib) as well as Source\GCC4\3rdParty\

      Did those directories get exported correctly? Which version of Visual Studio are you running?

      -Rez