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 creator run entry point error
Forum Updated to NodeBB v4.3 + New Features

Qt creator run entry point error

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
4 Posts 2 Posters 215 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
    mmmmmmmmmmmmmmmmmmmmmmm
    wrote on last edited by mmmmmmmmmmmmmmmmmmmmmmm
    #1
    This post is deleted!
    JonBJ 1 Reply Last reply
    0
    • M mmmmmmmmmmmmmmmmmmmmmmm

      This post is deleted!

      JonBJ Offline
      JonBJ Offline
      JonB
      wrote on last edited by
      #2

      @mmmmmmmmmmmmmmmmmmmmmmm
      Hello and welcome.

      From this description, without more detail, I don't think anybody will be able to help.

      1 Reply Last reply
      1
      • M Offline
        M Offline
        mmmmmmmmmmmmmmmmmmmmmmm
        wrote on last edited by
        #3
        This post is deleted!
        JonBJ 1 Reply Last reply
        0
        • M mmmmmmmmmmmmmmmmmmmmmmm

          This post is deleted!

          JonBJ Offline
          JonBJ Offline
          JonB
          wrote on last edited by
          #4

          @mmmmmmmmmmmmmmmmmmmmmmm
          Well, that is already a different error message from the one you reported earlier! Plus you said it was working and then "nothing changed, suddenly stopped worked". We don't why that might be.

          It looks like it has having trouble locating a symbol in one of the DLLs it was compiled/linked to use. What about starting with a basic program like:

          #include <iostream>
          
          int main()
          {
              std::cout << "Hello World!";
              return 0;
          }
          

          Does that work?

          Does your executable work if run from a Command Prompt instead of from within Qt Creator?

          What #includes does your code have, and what does it link with? Show your .pro file, and if possible a minimal example of code which does not work, we do not want reams if it is large code.

          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