Qt creator run entry point error
-
This post is deleted!
-
This post is deleted!
@mmmmmmmmmmmmmmmmmmmmmmm
Hello and welcome.From this description, without more detail, I don't think anybody will be able to help.
-
This post is deleted!
-
This post is deleted!
@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
#include
s 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.