Results 1 to 20 of 23

Thread: Visual Studio 2005 Express

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: Visual Studio 2005 Express

    Quote Originally Posted by Muzz View Post
    Qt Code:
    1. execute: File or path is not found (nmake)
    To copy to clipboard, switch view to plain text mode 
    You don't have nmake in PATH. Try using "Visual Studio Command Prompt".
    J-P Nurmi

  2. #2
    Join Date
    Feb 2008
    Location
    Netherlands, The
    Posts
    18
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Visual Studio 2005 Express

    Quote Originally Posted by jpn View Post
    You don't have nmake in PATH. Try using "Visual Studio Command Prompt".
    Yes I see, I've olso removed VC98 path's because VC6 is uninstalled before VC2005 was installed. Lets give it a try, I'll keep you guys updated. Thanks.
    Microsoft Visual C++ 2005 Express - V: 8.0.50727.42
    QT 4.2.0 Open Source - Installed in D:\qt-win-4.2.0

  3. #3
    Join Date
    Feb 2008
    Location
    Netherlands, The
    Posts
    18
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Visual Studio 2005 Express

    Okay. A little update from me; I've done the two options, configurate and nmake (Nmake took about 2 hours). They both didn't result errors so I assume that its cool now.

    My installation directory is C:\qt-win-opensource-src-4.3.3

    How to continue right now?
    Microsoft Visual C++ 2005 Express - V: 8.0.50727.42
    QT 4.2.0 Open Source - Installed in D:\qt-win-4.2.0

  4. #4
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: Visual Studio 2005 Express

    You might want to add "C:\qt-win-opensource-src-4.3.3\bin" to PATH so that you can run qmake conveniently. The next step is to create a cross-platform qmake project file (.pro) from which qmake is able to generate a Visual Studio project file (.vcproj) for you. (Furthermore, qmake is able to generate makefiles for all supported platforms/compilers.)

    Go grab Hello World and save it to an empty directory, let's say C:\HelloWorld:
    C:\HelloWorld> qmake -project
    C:\HelloWorld> qmake -tp vc
    First command creates an initial cross-platform .pro file from detected source files in that directory. Second command creates a Visual Studio project file based on the .pro file. Open the .vcproj in Visual Studio and build. Voilá!
    J-P Nurmi

  5. #5
    Join Date
    Feb 2008
    Location
    Netherlands, The
    Posts
    18
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Visual Studio 2005 Express

    jpn, look;



    Thank you for your help and patience!
    Microsoft Visual C++ 2005 Express - V: 8.0.50727.42
    QT 4.2.0 Open Source - Installed in D:\qt-win-4.2.0

  6. #6
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: Visual Studio 2005 Express

    Quote Originally Posted by Muzz View Post
    jpn, look;

    I'm afraid something went wrong with that attachment. What did you want to show?

    Thank you for your help and patience!
    You're welcome.
    J-P Nurmi

  7. #7
    Join Date
    Feb 2008
    Location
    Netherlands, The
    Posts
    18
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Visual Studio 2005 Express

    Just another question, is it possible to run 4.2.0 and not 4.3.3 because the source that I have is made in 4.2.0 and when compiling I get alot of QT and VC++ error's.
    Microsoft Visual C++ 2005 Express - V: 8.0.50727.42
    QT 4.2.0 Open Source - Installed in D:\qt-win-4.2.0

  8. #8
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: Visual Studio 2005 Express

    Well, Qt 4.3.3 is backwards compatible with Qt 4.2.0 so I doubt it will solve compilation problems, but yes, you can have multiple versions of Qt installed. Just use qmake from the appropriate Qt installation to generate the .vcproj file. You can either adjust PATH environment variable or execute qmake directly from certain directory.
    J-P Nurmi

Similar Threads

  1. Set up the Qt4.3.2 with Visual Studio 2005
    By lamoda in forum Installation and Deployment
    Replies: 6
    Last Post: 30th January 2008, 06:51
  2. Qt configure with msvc.net
    By jivanr in forum Installation and Deployment
    Replies: 1
    Last Post: 11th June 2007, 08:17
  3. Qt Cryptographic Architecture
    By vermarajeev in forum Qt Programming
    Replies: 6
    Last Post: 9th February 2007, 13:15
  4. Qt-4.2.2 qmake won't compile under visual studio 2005 on vista
    By moowy in forum Installation and Deployment
    Replies: 7
    Last Post: 13th January 2007, 21:06
  5. Qt Designer & Visual Studio 2005
    By pSiCho in forum Qt Tools
    Replies: 6
    Last Post: 9th February 2006, 13:40

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.