Results 1 to 3 of 3

Thread: I'm interested to buy/use QT. What I need from microsoft ?

  1. #1
    Join Date
    Oct 2011
    Posts
    1
    Platforms
    Windows

    Default I'm interested to buy/use QT. What I need from microsoft ?

    A friend has talking me about QT. He likes it very much.
    I'm interesated, but I dont see really 100% clear what I need from MS ?
    (Because I'll need to use third party libraries compiled with visual studio).
    Do I need visual studio ? Can be the express edition be sufficient ? or need I only the SDK ?
    What are the differences betwen the qt-nokia lgpl products and the provided by Digia ?
    Thanks

  2. #2
    Join Date
    Oct 2011
    Posts
    7
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: I'm interested to buy/use QT. What I need from microsoft ?

    You don't actually need anything from Microsoft, Powerful Qt applications can be built without the visual studio environment. You can develop C / C++ applications using QtCreator, which is the Qt equivalent to visual studio.

    I know my answer could be more in depth, but that is really the basic answer.

    Welcome to the Qt community.

    Leam.

  3. #3
    Join Date
    Oct 2011
    Posts
    4
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: I'm interested to buy/use QT. What I need from microsoft ?

    Basically Qt does not have to use MS, you can build software in MingW/g++ for free on Windows platform, however if you want to use third libs/dlls (with MFC extension) compiled with MSVC++, then the VC++ is needed to link the static libs or import libs. If the third party dll api is simple, you can use it at runtime with LoadLibrary/GetProcAddress(), so no MS is needed at all.

Similar Threads

  1. Microsoft SQL Server Connectivity from Mac
    By deejross in forum Qt Programming
    Replies: 1
    Last Post: 21st October 2011, 09:19
  2. Qt is going to be slaughtered by Microsoft
    By genjix in forum General Discussion
    Replies: 1
    Last Post: 13th February 2011, 05:53
  3. How to use Microsoft COM interfaces in QT?
    By luochen601 in forum Qt Programming
    Replies: 3
    Last Post: 31st May 2010, 04:22
  4. Qt4.3.2 and Microsoft SDK
    By merry in forum Qt Programming
    Replies: 1
    Last Post: 7th February 2008, 14:38
  5. invoking microsoft word from qt
    By omprakash in forum Qt Programming
    Replies: 2
    Last Post: 31st October 2007, 20:43

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.