Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Qt with MinGW and Glew crash
Forum Update on Monday, May 27th 2025

Qt with MinGW and Glew crash

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
1 Posts 1 Posters 493 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.
  • N Offline
    N Offline
    nexor
    wrote on last edited by
    #1

    I was trying to create a project that uses MinGW and Glew instead of OpenGL ES. Now I could get it working without any errors but when I start my application, it crashes instantly saying it could not find an entry point in Qt5OpenGLd.dll.
    Now when I ran ld.exe on my executable, it said this:

    multiple definition of `_imp___ZTVN10__cxxabiv121__vmi_class_type_infoE'
    first defined here
    multiple definition of `_imp___ZTVN10__cxxabiv117__class_type_infoE'
    first defined here
    multiple definition of `_imp___ZTVN10__cxxabiv120__si_class_type_infoE'
    first defined here
    

    What other info should I provide?

    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