Results 1 to 17 of 17

Thread: QT IDE and Debugger

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Feb 2008
    Posts
    157
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: QT IDE and Debugger

    Quote Originally Posted by fullmetalcoder View Post
    Ah yes... It did not even occur to me that someone trying to install a Qt IDE would not have installed Qt first and adjusted its environment variables... Maybe I become too geeky over the last few years to remember what newbies expect...
    Installing Qt first does not help.
    If the System Path includes the Path to Qt and other Qt-Dll containing Directories, it is only a matter of luck if it works or not. And deleting other apps from the PATH is no solution. Nobody wants to break apps because of a new one.

  2. #2
    Join Date
    Jan 2006
    Location
    travelling
    Posts
    1,116
    Thanks
    8
    Thanked 127 Times in 121 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: QT IDE and Debugger

    No sensible packager invades system directory with bundled dll's (unless the package is made for those dll's)... They should be put in local folders where the app may find them.

    In the case discussed here, installing Qt PROPERLY first would have helped has the error clearly shows that the executable failed to find Qt. (by properly I mean setting pathes and choosing the correct version).
    Current Qt projects : QCodeEdit, RotiDeCode

  3. #3
    Join Date
    Feb 2008
    Posts
    157
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: QT IDE and Debugger

    Quote Originally Posted by fullmetalcoder View Post
    No sensible packager invades system directory with bundled dll's (unless the package is made for those dll's)... They should be put in local folders where the app may find them.
    That does not help if Applications that are widely used, like Miktex and Matlab (probably every Phd Student of Physics in my university has both if they use Windows), installl dlls in there application folder and add this folder to PATH.

    Quote Originally Posted by fullmetalcoder View Post
    In the case discussed here, installing Qt PROPERLY first would have helped has the error clearly shows that the executable failed to find Qt. (by properly I mean setting pathes and choosing the correct version).
    With such an error message AND multiple dlls on the system and within PATH, how should one know what the error is causing and how can I install Qt and not have such problems? This is unclear to me.
    Last edited by pospiech; 25th July 2008 at 17:35.

  4. #4
    Join Date
    Jan 2006
    Location
    travelling
    Posts
    1,116
    Thanks
    8
    Thanked 127 Times in 121 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: QT IDE and Debugger

    That does not help if Applications that are widely used, like Miktex and Matlab (probably every Phd Student of Physics in my university has both if they use Windows), installl dlls in there application folder and add this folder to PATH.
    well then THEY are responsible for screwing things up... If you bundle everything into a single folder don't add it to the path... It is not up to a program to deal with borked setups, at least that's my opinion and I'm not gonna waste weeks to get things to work on every possible dll mess windows allows to exist.

    I'm afraid I ain't got any simple solution to offer apart from building the app from source and, if required, coying the right dlls into Edyuk's installation folder.
    Current Qt projects : QCodeEdit, RotiDeCode

  5. #5
    Join Date
    Feb 2008
    Posts
    157
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: QT IDE and Debugger

    Quote Originally Posted by fullmetalcoder View Post
    I'm afraid I ain't got any simple solution to offer apart from building the app from source and, if required, coying the right dlls into Edyuk's installation folder.
    I agree with you. But, and I say this not in the intention to offend you, other editors like qdevelop ship with dlls in their app folder and do not deal with such problems.

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.