Results 1 to 4 of 4

Thread: problem with xp

  1. #1
    Join Date
    Feb 2008
    Posts
    102
    Thanks
    3
    Qt products
    Qt4
    Platforms
    Unix/X11

    Question problem with xp

    This is my situation:

    1)I install Qt4.4 so i can run my custom qt-based program.
    2)..then i decide to install a program that also installs the Qt3.4 library.
    3)Now, my custom programs don't execute and windows gives me this error message:
    "Cannot find entry point(z21q REGISTER RESOURCE DATAiPKHSO_SO_) in dynamic link library in Qtcore4.dll"
    4)I uninstall the program, the qt3.4 library and the qt4.4 library and then i reinstall the qt4.4 library
    5)..........i have the same problem.....???????????????
    6)???????????????????????????????????????????????? ?
    7)what's the problem?????????????

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    5,372
    Thanks
    28
    Thanked 976 Times in 912 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: problem with xp

    Where is QtCore4.dll located on your system?

  3. #3
    Join Date
    Feb 2008
    Posts
    102
    Thanks
    3
    Qt products
    Qt4
    Platforms
    Unix/X11

    Talking Re: problem with xp

    go away from windows!!!!!!!! this is my ADVICE.....

    so, i install a "program X" containing the library QtCore4.dll so in my system there were two different type of the "same" dll, one in the X's bin directory and the other in bin's Qt directory.

    I guess that the problem could be that when i launch my custom qt program, it loades the "X" QtCore4.dll library instead of Qt ones.

    How i resolv the problem???? Using a Linux approach.......ihihih
    I write the bin' "X" directory path after the QT directory path in my system PATH.....so

    PATH=C:\program "X"\bin;C:\Qt\bin
    becomes
    PATH=C:\Qt\bin;C:\program "X"\bin

    .....and so the problem disappear.....

  4. #4
    Join Date
    Aug 2007
    Posts
    166
    Thanks
    16
    Thanked 14 Times in 14 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: problem with xp

    On linux you can have same problems if you have differend copies of the library in location where the dinamic linker look for them.

Similar Threads

  1. problem with paint and erase in frame
    By M.A.M in forum Qt Programming
    Replies: 9
    Last Post: 4th May 2008, 20:17
  2. Tricky problem with ARGB widget / UpdateLayeredWindow
    By nooky59 in forum Qt Programming
    Replies: 3
    Last Post: 21st February 2008, 10:35
  3. Graphics view display problem.
    By kiranraj in forum Qt Programming
    Replies: 3
    Last Post: 20th July 2007, 07:08
  4. Grid Layout Problem
    By Seema Rao in forum Qt Programming
    Replies: 2
    Last Post: 4th May 2006, 12:45
  5. Replies: 16
    Last Post: 7th March 2006, 15:57

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.