Results 1 to 14 of 14

Thread: Why could be interesting to use MSVC and QT ?

  1. #1
    Join Date
    Sep 2010
    Posts
    654
    Thanks
    56
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Windows

    Default Why could be interesting to use MSVC and QT ?

    Can anyone tell me the reason for use MSVC (I have the express 2008) and QT libraries ? Which are the advantages (if any) ?
    Thanks

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

    Default Re: Why could be interesting to use MSVC and QT ?

    Advantages compared to what?
    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.


  3. #3
    Join Date
    Sep 2010
    Posts
    654
    Thanks
    56
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Why could be interesting to use MSVC and QT ?

    Against QT+Mingw32 .
    Any reason will be, as there are people who use it

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

    Default Re: Why could be interesting to use MSVC and QT ?

    Quote Originally Posted by tonnot View Post
    Against QT+Mingw32 .
    Any reason will be, as there are people who use it
    If people are familiar with MSVC or with Visual Studio they prefer to use this environment instead of a compiler or IDE they don't know. Also some people say that MSVC generates better code for Windows than MinGW but it's probably an unverified myth.
    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.


  5. #5
    Join Date
    Sep 2010
    Posts
    654
    Thanks
    56
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Why could be interesting to use MSVC and QT ?

    Thank you Wy.

  6. #6
    Join Date
    Sep 2010
    Posts
    145
    Thanks
    1
    Thanked 18 Times in 17 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Why could be interesting to use MSVC and QT ?

    Another advantage to using Visual Studio is to learn it (if you haven't already).

    Also some people prefer it because C++ is not their only language.

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

    Default Re: Why could be interesting to use MSVC and QT ?

    Quote Originally Posted by Timoteo View Post
    Another advantage to using Visual Studio is to learn it (if you haven't already).
    Go and learn vi now
    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.


  8. #8
    Join Date
    Sep 2010
    Posts
    145
    Thanks
    1
    Thanked 18 Times in 17 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Why could be interesting to use MSVC and QT ?

    Hah! I suppose I had that coming, but no way!

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

    Default Re: Why could be interesting to use MSVC and QT ?

    It seems to have an advantage over Word, Visual Studio and a bunch of other tools
    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.


  10. #10
    Join Date
    Sep 2010
    Posts
    145
    Thanks
    1
    Thanked 18 Times in 17 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Why could be interesting to use MSVC and QT ?

    Not in Windows Which was my whole (implied) point about learning it. You simply cannot ignore an industry standard for a platform as huge as Windows for very long.

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

    Default Re: Why could be interesting to use MSVC and QT ?

    "standard" and "forced by monopoly" are not the same thing.
    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.


  12. #12
    Join Date
    Sep 2010
    Posts
    145
    Thanks
    1
    Thanked 18 Times in 17 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Why could be interesting to use MSVC and QT ?

    I fear that you have taken me wrong. I am not praising Microsoft here, but rather speaking of the stark reality of the subject.

    Either way, whether it be by virtue of being technically righteous or by virtue of a strong-armed business model, the fact remains that you have to know how to use Visual Studio when dealing with Windows.

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

    Default Re: Why could be interesting to use MSVC and QT ?

    If you have not used Visual Studio before, then QtCreator is more than adequate.

    But if you day job is designing Windows applications, or you are applying for jobs in that sector, then yes, you will obviously need to know Visual Studio, as it's the de facto standard for developing applications for Windows.

    As for an ethusiast just doing Windows coding in there spare time, Qt Creator is more suited.

    As for the original question, I use Visual Studio, but only because I use it daily at work too.

  14. #14
    Join Date
    Aug 2008
    Location
    Algarve, Portugal
    Posts
    288
    Thanks
    23
    Thanked 32 Times in 28 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60

    Default Re: Why could be interesting to use MSVC and QT ?

    Quote Originally Posted by wysota View Post
    Go and learn vi now
    Like if I havent any thing better to do...
    __________________________________________________
    My projects: calculator MathGraphica ; SuperEpicMegaHero game ; GooglePlay ; bitbucket ; github
    Like my projects ? Buy me a kofi

Similar Threads

  1. Replies: 1
    Last Post: 21st September 2010, 08:58
  2. Replies: 2
    Last Post: 22nd February 2010, 21:39
  3. Problem with compiling Qt 4.6 via MSVC 2010 Beta2 (win32-msvc specs)
    By Erik-Moscow in forum Installation and Deployment
    Replies: 2
    Last Post: 17th December 2009, 18:44
  4. Interesting tutorial on UI Designer
    By GreyGeek in forum Qt Tools
    Replies: 1
    Last Post: 6th August 2006, 08:43
  5. use interesting QWT Library with QT3.X
    By raphaelf in forum Qwt
    Replies: 2
    Last Post: 23rd January 2006, 11:24

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.