Jump to content

p0tat0

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by p0tat0

  1. I'm new to Leadwerks (And C++), trying to build the project I get this error

    c:\program files (x86)\steam\steamapps\common\leadwerks\include\libraries\glew-1.6.0\include\gl\glew.h(1180): fatal error C1083: Cannot open include file: 'GL/glu.h': No such file or directory

    Looking in the directory, there are 3 files.

    glew.h, glxew.h, and wglew.h

    Not really sure how to proceed.

    -- edit

    Got that sorted by adding two directories to the project

    • C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\shared
    • C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\um

    But now I get this error, and google isn't horribly helpful

    1>------ Build started: Project: LW_EZPZ, Configuration: Debug Win32 ------
    1>LINK : fatal error LNK1104: cannot open file 'Rpcrt4.lib'
    1>Done building project "LW_EZPZ.vcxproj" -- FAILED.
    ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

    Turns out I also had to add this to the Linker path settings

    C:\Program Files (x86)\Windows Kits\10\Lib\10.0.17763.0\um\x86

     

×
×
  • Create New...