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. Can Qt access EGL through a static library?
Forum Updated to NodeBB v4.3 + New Features

Can Qt access EGL through a static library?

Scheduled Pinned Locked Moved Unsolved General and Desktop
1 Posts 1 Posters 227 Views
  • 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.
  • U Offline
    U Offline
    Uddo_ud
    wrote on last edited by
    #1

    Hi,

    I'm currently working on a project which calls EGL and OpenGL to render a scene. In the project I have included the libEGL.lib and libGLESv2.lib. But when run the project, getting following failure.

    0_1546327916638_17763c07-bac9-4b34-b669-838082e64f0b-image.png

    I have tried including "EGLint code = eglGetError();" before crashing the program and the return code is 12288 which is EGL_SUCCESS.

    Can you guys suggest a way to solve this? Would the ANGLE be helpful in this case? If yes, how to configure ANGLE into a Qt project?

    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