Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Results 1 to 2 of 2

Thread: huge problem with opengl error!

  1. #1
    Junior Member Newbie
    Join Date
    Aug 2010
    Posts
    1

    huge problem with opengl error!

    I began learning c++ code a couple days ago with hopes of learning opengl and game programming.
    application code that did not require the opengl library worked well and compiled without a problem.

    However when i linked the opengl library and tried compiling a simple opengl program, with code from this site ( http://www.mrmoen.com/2008/03/30/ope...press-edition/ ) i got this error


    1>------ Build started: Project: Opengl, Configuration: Debug Win32 ------
    1>LINK : fatal error LNK1104: cannot open file 'Debug\Opengl.obj'
    ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

    i have updated my graphics driver (nvidia), searched numerous times on the internet for help and kept coming up with the same error. The libraries that i linked where opengl32.lib, glu32.lib and user32.lib (which was supposed to prevent the error but didnt)

    i am running windows vista home premium 32-bit, service pack 2 with opengl 2.1

    Any help would be appreciated!

  2. #2
    Super Moderator OpenGL Lord
    Join Date
    Dec 2003
    Location
    Grenoble - France
    Posts
    5,655

    Re: huge problem with opengl error!

    this 'Opengl.obj' error does not sound like a GL-related problem, but more like you messed up someting with your vc++ project config. Paths or project type maybe ?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •