Results 1 to 10 of 10

Thread: glew: undefined reference to `_imp____glewFramebufferTexture2D'

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Apr 2011
    Posts
    10
    Qt products
    Qt4
    Platforms
    Windows

    Default glew: undefined reference to `_imp____glewFramebufferTexture2D'

    Hallo,

    i want to use Framebufferobjects,
    I have glew32.lib
    i call glewInit(); all fine
    Only when calling
    glFramebufferTexture2D( GL_FRAMEBUFFER_EXT,
    GL_COLOR_ATTACHMENT0_EXT,
    GL_TEXTURE_2D,
    fbo_render->texture(),
    0);

    I get the error mentioned above
    I would be very grateful for any hints leading to the solution of this problem
    Regards
    Last edited by Mixpicles; 19th May 2011 at 18:49.

Similar Threads

  1. undefined reference
    By deepakswaroop in forum Newbie
    Replies: 1
    Last Post: 2nd March 2011, 06:46
  2. undefined reference
    By jayreddy in forum Qt Programming
    Replies: 1
    Last Post: 20th November 2009, 13:45
  3. Undefined reference to crt
    By derektaprell in forum Installation and Deployment
    Replies: 0
    Last Post: 20th October 2009, 08:34
  4. Undefined Reference To...
    By ManuMies in forum Qt Programming
    Replies: 6
    Last Post: 10th February 2009, 12:14
  5. Undefined reference
    By Salazaar in forum Newbie
    Replies: 12
    Last Post: 23rd May 2007, 10:21

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.