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?
Binary of the latest Qt framework (with MingW32) working out-of-the-box for COM/ActiveX programming
189 Views Asked by menjaraz At
2
There are 2 best solutions below
2

Here; you get MinGW separately, as well as any third-party component which integrates with Office.
MinGW32 is not recommended if you want to do COM/ActiveX. Use VS2008 or VS2010.
QAxObject is your friend.