Errors in finding library

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

    • Errors in finding library

      When I build->rebuild solution of TeapotWatrs_2010
      in Release configuration and Win32 platform it gives me such errors:

      EditorHumanView.cpp
      3>LINK : fatal error LNK1104: cannot open file 'luaplus51-1201.lib'
      3>
      3>Build FAILED.
      LINK : fatal error LNK1104: cannot open file 'dxut.lib'
      2>
      2>Build FAILED.

      Could you help me explain how to fix these errors?

      Thanks.
      Alec
      A
    • The library is found in the Dependencies file, but you can't find libraries in the source, just get them from the original maker, ie. the LuaPlus GitHub site.
      PC - Custom Built
      CPU: 3rd Gen. Intel i7 3770 3.4Ghz
      GPU: ATI Radeon HD 7959 3GB
      RAM: 16GB

      Laptop - Alienware M17x
      CPU: 3rd Gen. Intel i7 - Ivy Bridge
      GPU: NVIDIA GeForce GTX 660M - 2GB GDDR5
      RAM: 8GB Dual Channel DDR3 @ 1600mhz
    • Also as a note to anybody who is building LuaPlus for themselves from the GitHub page, most of the development is done in the 'NextGen' branch, which solves compatibility issues with gcc/g++ (Linux, Mac, Android), so I would definitely recommend using that.
      PC - Custom Built
      CPU: 3rd Gen. Intel i7 3770 3.4Ghz
      GPU: ATI Radeon HD 7959 3GB
      RAM: 16GB

      Laptop - Alienware M17x
      CPU: 3rd Gen. Intel i7 - Ivy Bridge
      GPU: NVIDIA GeForce GTX 660M - 2GB GDDR5
      RAM: 8GB Dual Channel DDR3 @ 1600mhz