Results 1 to 5 of 5

Thread: Creating files using plain C project in Qt Creator (command FILE)

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    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: Creating files using plain C project in Qt Creator (command FILE)

    You misunderstood: this is not about QtCreator at all. It is just an IDE, it creates the executable of your program but is not involved in its execution.

    You'll need to check that your program has access to whatever resources it needs from the operating system, e.g. files.
    Ask on a Windows forum if you are uncertain how it manages access rights.

    Cheers,
    _

  2. #2
    Join Date
    Oct 2014
    Posts
    3
    Qt products
    Qt3

    Default Re: Creating files using plain C project in Qt Creator (command FILE)

    Understood, thank you for the quick reply

Similar Threads

  1. Qt Creator Plain C++ Project won't run/debug...
    By jiapei100 in forum Qt Programming
    Replies: 9
    Last Post: 26th July 2012, 18:09
  2. Creating sis files for C project Using QtCreator
    By mathi in forum Qt for Embedded and Mobile
    Replies: 0
    Last Post: 3rd April 2012, 11:51
  3. Replies: 0
    Last Post: 28th April 2011, 07:27
  4. Replies: 1
    Last Post: 3rd December 2009, 23:34
  5. Replies: 3
    Last Post: 20th November 2009, 15:51

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
  •  
Qt is a trademark of The Qt Company.