Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Qt OpenGL error: 'glGenBuffers': identifier not found
Forum Updated to NodeBB v4.3 + New Features

Qt OpenGL error: 'glGenBuffers': identifier not found

Scheduled Pinned Locked Moved General and Desktop
1 Posts 1 Posters 1.8k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    makdhj1
    wrote on last edited by
    #1

    Hello,

    I am trying to use the OpenGL function glGenBuffers in Qt Creator 3.0.0 with Qt 5.2.0 for Windows 64-bit (VS 2012, OpenGL).

    but I keep receiving the error:

    error: C3861: 'glGenBuffers': identifier not found

    My application calls glClearColor(1,0,0,1); and glClear(GL_COLOR_BUFFER_BIT); just fine.

    In my .pro file I have: QT += core gui opengl widgets, and I've tried a large number of Qt OpenGL related header files.

    I have tried googling this problem, and I have found a few others with similar problems, but so far nothing has worked.

    Thanks for reading this post, and if anyone can help me out or steer me in the right direction I will really appreciate it.

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved