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 Visual Studio Debug Issue

Qt Visual Studio Debug Issue

Scheduled Pinned Locked Moved Installation and Deployment
2 Posts 2 Posters 788 Views 2 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.
  • K Offline
    K Offline
    Kavlakoglu
    wrote on last edited by Kavlakoglu
    #1

    I am using Qt 1.2 add-in and vs 2010, i installed everything and i can create a QT application project but when i try to run my created project, the system message says that qunable the start programme c:..........\debug\programname.exe " system can not find file.

    That's the code: (i just create the project and try to run)

    int main(int argc, char *argv[]) {
    QApplication a(argc, argv);

    test w;
    w.show();
    return a.exec();
    

    }
    Can you help me about it?

    C 1 Reply Last reply
    0
    • K Kavlakoglu

      I am using Qt 1.2 add-in and vs 2010, i installed everything and i can create a QT application project but when i try to run my created project, the system message says that qunable the start programme c:..........\debug\programname.exe " system can not find file.

      That's the code: (i just create the project and try to run)

      int main(int argc, char *argv[]) {
      QApplication a(argc, argv);

      test w;
      w.show();
      return a.exec();
      

      }
      Can you help me about it?

      C Offline
      C Offline
      code_fodder
      wrote on last edited by
      #2

      @Kavlakoglu Did you install Qt from here: http://www.qt.io/download-open-source/?

      Can you also show the compilation output? did everything compile/link ok with no warnings/errors?

      Have you checked that c:.....\debug\programname.exe exists?

      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