Results 1 to 12 of 12

Thread: Problem loading external dll

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Location
    Munich, Germany
    Posts
    4,714
    Thanks
    21
    Thanked 418 Times in 411 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: Problem loading external dll

    then why don't just say you don't know neither. putting useless answer here is also a wasting of time!
    @angyingmm:
    If you look at wysotas stats (right corner of any of his posts header) you will see he has about 26500 posts (at time of writing this post).
    More importantly, he has ~3800 Thanked posts!
    I wouldn't, with my 4th!! posts on this forum go and say he "doesn't know" or, that he posts "useless answers".
    However, it is "useless" to post questions which are not Qt related in a Qt Programming forum.
    Moreover, he DID gave you the answer, one you either don't quite understand or too lazy to follow - neither is a reason to slash out.

    Above was meant as a friendly tip.
    ==========================signature=============== ==================
    S.O.L.I.D principles (use them!):
    https://en.wikipedia.org/wiki/SOLID_...iented_design)

    Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.

  2. #2
    Join Date
    Jun 2012
    Posts
    5
    Qt products
    Qt3 Qt4
    Platforms
    Windows

    Default Re: Problem loading external dll

    ................


    Added after 4 minutes:


    Quote Originally Posted by high_flyer View Post
    @angyingmm:
    If you look at wysotas stats (right corner of any of his posts header) you will see he has about 26500 posts (at time of writing this post).
    More importantly, he has ~3800 Thanked posts!
    I wouldn't, with my 4th!! posts on this forum go and say he "doesn't know" or, that he posts "useless answers".
    However, it is "useless" to post questions which are not Qt related in a Qt Programming forum.
    Moreover, he DID gave you the answer, one you either don't quite understand or too lazy to follow - neither is a reason to slash out.

    Above was meant as a friendly tip.
    I guess a friendly tip is to give people answer on the thing they need help rather than let them search Google. I do appreciate and admire people here who have knowledge and are willing to share with others. That’s why I come here and ask, but unfortunately met people either can't quite understand the problem, or too lazy to answer. same, neither is a reason to putting the problem out off Qt.

    It IS a QT related question! I DO know how to do it with a normal .net project, but not a Qt project. that's why I ask here.
    Last edited by wangyingmm; 28th June 2012 at 12:39.

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

    Default Re: Problem loading external dll

    Quote Originally Posted by wangyingmm View Post
    It IS a QT related question! I DO know how to do it with a normal .net project, but not a Qt project. that's why I ask here.
    No, it's not related to Qt. Remove all Qt code from your app, take any 3rd party library unavailable by default on the target machine and you'll have the exact same problem. If you know how to solve it there, solve it the same way here. Your problem manifests itself BEFORE the application is executed thus how can it be related to what is INSIDE the application? If you don't believe then remove all code from main(), leave just a simple std::cout << "Hello" << std::endl; and see if it gets printed. If it's not then you should come to a conclusion that whatever you write as code of your program will not help your situation in any way (and thus since not a single line of Qt code was executed, this is not a problem related to Qt).
    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. QWebView sometimes not loading external resources
    By complexgeek in forum Qt Programming
    Replies: 2
    Last Post: 6th June 2011, 02:37
  2. DLL loading problem on Mac OSX
    By gib in forum Qt Programming
    Replies: 1
    Last Post: 16th September 2010, 07:24
  3. QML file not loading external JS file?
    By anothertest in forum Qt Programming
    Replies: 2
    Last Post: 14th April 2010, 09:11
  4. External Javascript file not loading initially
    By bkudrle in forum Qt Programming
    Replies: 0
    Last Post: 13th March 2009, 17:05
  5. Problem Loading GIF
    By ScoOteR in forum Newbie
    Replies: 3
    Last Post: 6th June 2007, 10:09

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.