I’m having a little problem, when compiling and running my app in QtCreator, everything works fine, even with command line arguments.
When releasing my app and running it from cmd.exe, the app doesn’t do anything. Even a “cout” doesn’t shows up. The cmd just pops to the next rule it doesn’t run.
My application should normally show a QLabel with pictures.
I checked dependency walker and it sais I have dll’s from different processor type, therefore I searched on google and I found that it couldn’t give a problem because the dll’s are only available in 64 bit.
startup I do like: “text.exe 192.168.0.12 64000”
http://i45.tinypic.com/15xmhz7.png
Screenshot included.
Anyone who could help me?
↧