Results 1 to 4 of 4

Thread: Error, execuatable - "PATH_HERE.exe" does not exist. Need to delete a function.

  1. #1
    Join Date
    Mar 2014
    Posts
    27
    Thanks
    9
    Qt products
    Qt5
    Platforms
    Windows

    Default Error, execuatable - "PATH_HERE.exe" does not exist. Need to delete a function.

    Hi, I have a problem trying to Run my current APP.

    I have two functions:
    Window::load();
    Window::start();

    I want to move some images using the start() method, but there was some issue the way I added the images to the Scene so I change the code in the load() method.
    Once I changed the way I added the images, I have to change the whole code of movement in the start() method for sure. But I can't even erase everything in this method and create new statements cause every time I try this, this error shows up:
    ... Execuatable "PATH_HERE.exe" does not exist.

    I tried to delete this method, and create a new one, but the same code still appear.
    I set the whole code as a comment block(the old code of the start() method), and tried to start writing the new code, but the same error keep showing up.
    The only way I can make new code is, not using the start() method, but I have to create a new method and make my new code.

    What can I do? how to delete this function that is causing this error.

  2. #2
    Join Date
    Sep 2009
    Location
    Wroclaw, Poland
    Posts
    1,394
    Thanked 342 Times in 324 Posts
    Qt products
    Qt4 Qt5
    Platforms
    MacOS X Unix/X11 Windows Android

    Default Re: Error, execuatable - "PATH_HERE.exe" does not exist. Need to delete a function.

    I don't think changing a method in a class would affect the executable name. Show us the compiler output.

  3. #3
    Join Date
    Mar 2014
    Posts
    27
    Thanks
    9
    Qt products
    Qt5
    Platforms
    Windows

    Default Re: Error, execuatable - "PATH_HERE.exe" does not exist. Need to delete a function.

    Yeah I know is kinda weird, but I start working on the new method and today I tried again to delete the other one, and now works fine, Maybe was something I wrote

  4. #4
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: Error, execuatable - "PATH_HERE.exe" does not exist. Need to delete a function.

    The error most likely meant that the build did not succeed.

    So what ever you had introduced a build error and no executable was created.

    Cheers,
    _

Similar Threads

  1. Replies: 32
    Last Post: 26th August 2012, 00:10
  2. "new" + "delete" a QWidget and its children
    By vkincaid in forum Qt Programming
    Replies: 2
    Last Post: 19th January 2010, 22:51
  3. Replies: 0
    Last Post: 4th November 2009, 11:21
  4. "unknown test function error" with MAc
    By tommy in forum Installation and Deployment
    Replies: 2
    Last Post: 22nd August 2008, 19:25
  5. QFile Problem~ "Unknow error" in "open(QIODevice::ReadWrite)"
    By fengtian.we in forum Qt Programming
    Replies: 3
    Last Post: 23rd May 2007, 16:58

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.