Search code examples
qtoffice-automationqt4.8

Binary of the latest Qt framework (with MingW32) working out-of-the-box for COM/ActiveX programming


Can someone point to me where I can find binary distribution of the latest Qt Framework 4.8.0. (with MingW32) ready for Office automation?


Solution

  • MinGW32 is not recommended if you want to do COM/ActiveX. Use VS2008 or VS2010.

    QAxObject is your friend.