Results 1 to 3 of 3

Thread: My first QT program

  1. #1
    Join Date
    Mar 2010
    Posts
    69
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    8
    Thanked 1 Time in 1 Post

    Default My first QT program

    Hi All,
    I am trying to run my first QT program but failed. I have a professional version of Visual Studio 2008 and an open source version of QT. I configured QT in visual studio command prompt and changed the environment variable. When I am trying to compile the example those are already given with the installation I am getting the following warning

    1> LINK : debug\calender.exe not found or not built by the last incremental link; performing full link.

    and after that when I tried to run this program an error dialog box appeared containing the message

    "This application has failed to start because QtGuid4.dll was not found. Re-installing the application may fix this problem."

  2. #2
    Join Date
    Oct 2006
    Location
    New Delhi, India
    Posts
    2,467
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    8
    Thanked 334 Times in 317 Posts

    Default Re: My first QT program

    The warning is fine... as for the dll.. the Qt paths dont seem to be properly set.
    Add QTDIR/bin to your path and run your program.

  3. #3
    Join Date
    Mar 2010
    Posts
    69
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    8
    Thanked 1 Time in 1 Post

    Default Re: My first QT program

    Thanks boss. I have solved those problem. Actually my Visual Studio 2008 Tools were not configured. I did that and it is working fine now.

Similar Threads

  1. My first program
    By sayyyed in forum Qt-based Software
    Replies: 4
    Last Post: 28th June 2010, 13:43
  2. a program to start another program.
    By zakis in forum Qt Programming
    Replies: 4
    Last Post: 17th December 2009, 19:25
  3. Replies: 7
    Last Post: 19th January 2008, 15:29
  4. MFC Program in QT
    By sabeesh in forum Qt Programming
    Replies: 34
    Last Post: 26th December 2007, 09:10
  5. How do I make a program out of my program?
    By Randulf in forum Newbie
    Replies: 1
    Last Post: 29th May 2007, 11:11

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.