Results 1 to 3 of 3

Thread: Designer.exe does not start

  1. #1
    Join Date
    Nov 2010
    Posts
    8
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Windows

    Default Designer.exe does not start

    Hello!
    I want to try Qt with VS 2010. Thus I downloaded the sources and compiled them (on a VS x64 command prompt with configure -platform win32-msvc2010 -no-qt3support & nmake). It seems like it worked (got no errors and a lot libs and dlls where created)

    My problem: When I go into the qt bin folder and try to start Designer.exe the program instantly crashes (with the typical "you want to send a report to microsoft? window).
    I can start qtdemo.exe, and most of the demos start. But many of them crash too when I click on certain contrails. For example I can launch Layouts->Dynamic Layouts application, but when I click on the orientation combobox the program crashes.
    Do I have to do another step after configure & nmake to use Qt?

    Oh, another thing: In the Qt lib folder are all the import libs .lib and .dll files. Don't I have to copy all the DLLs into a Win32 system folder to make them accessible for all apps?
    Thanks

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

    Default Re: Designer.exe does not start

    No, never copy the DLLs in the Win32 system folder. You'll just end up with DLL hell, and much more trouble than your getting now.

    Windows 7 (and possibly Vista) will not even allow you to modify a directory such as that one. Its reserved for the OS, let the OS manage it.

  3. #3
    Join Date
    Nov 2010
    Posts
    8
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Designer.exe does not start

    Well, then why do the Qt applications (designer.exe) etc. in folder "bin" not work?

Similar Threads

  1. Replies: 1
    Last Post: 8th September 2010, 19:31
  2. Replies: 2
    Last Post: 1st October 2009, 16:26
  3. start
    By Sandeep in forum Newbie
    Replies: 1
    Last Post: 21st May 2008, 18:42
  4. Designer plugin segfaults designer :(
    By tmarki in forum Qt Tools
    Replies: 4
    Last Post: 26th September 2007, 11:22
  5. Replies: 1
    Last Post: 22nd January 2007, 12:13

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.