Page 2 of 2 FirstFirst 12
Results 21 to 23 of 23

Thread: Newbie help again please! (Win XP SP3)

  1. #21
    Join Date
    Jan 2009
    Posts
    21
    Thanks
    3
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Newbie help again please! (Win XP SP3)

    I can see that - not very well covered in the tutorial?

    On to Qmake, then - why do I need to 'run Qmake' for this 'project'? Where is this guidance on the web?

    I try QTscript Calculator - it compiles and I have a release exe. I does not run -'Procedure entry point xxxxxxxxxxxxxxxxxxxxxxxx could not be located in the dynamic link library QtCore4.dll'

    Now what?

    EDIT: Thank the Lord for QTForum.org - I found a cure via Google

    "My Solution: ...found old QtCore and QtGui dll's in System32 directory. The release version was referencing these dll's. I removed them. "
    Last edited by mike phillips; 13th April 2011 at 19:57.

  2. #22
    Join Date
    Sep 2009
    Location
    UK
    Posts
    2,447
    Thanks
    6
    Thanked 348 Times in 333 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Newbie help again please! (Win XP SP3)

    Could be something as simple as the tutorial being written for an earlier version of Qt Creator.

    If you read the QMake documentation you'll see why its necessary, its basically makes the entire process simpler. Without it you'll be writing makefiles by hand.

  3. #23
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Newbie help again please! (Win XP SP3)

    Quote Originally Posted by mike phillips View Post
    On to Qmake, then - why do I need to 'run Qmake' for this 'project'?
    Because makefiles for examples are prepared according to the build paths and not deployment paths. So you need to regenerate the makefile for proper paths.

    Where is this guidance on the web?
    The guidance is in the manual, as usual.


    I try QTscript Calculator - it compiles and I have a release exe. I does not run -'Procedure entry point xxxxxxxxxxxxxxxxxxxxxxxx could not be located in the dynamic link library QtCore4.dll'
    It means you have more than one version of QtCore4.dll and the one you are using is not the one you should be using.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


Similar Threads

  1. newbie
    By navid in forum Qwt
    Replies: 5
    Last Post: 23rd December 2009, 08:11
  2. Newbie Mac OS X problems
    By Vnuce in forum Newbie
    Replies: 9
    Last Post: 22nd October 2009, 14:48
  3. Newbie Questions
    By Pether in forum Newbie
    Replies: 9
    Last Post: 15th July 2009, 08:32
  4. Please help me. I'm newbie =)
    By Alex Snet in forum Newbie
    Replies: 1
    Last Post: 7th December 2008, 02:19
  5. Qt newbie
    By canleyemy in forum General Discussion
    Replies: 0
    Last Post: 28th January 2006, 03:26

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.