-2

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?

menjaraz
  • 7,551
  • 4
  • 41
  • 81

2 Answers2

2

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

QAxObject is your friend.

renabo
  • 36
  • 1
1

Here; you get MinGW separately, as well as any third-party component which integrates with Office.

spraff
  • 32,570
  • 22
  • 121
  • 229
  • Thank you for answering. I have already Qt 4.8.0 (with MingW32) and Qt Creator 2.4.0 on my box. My wish is to make them truly COM/ActiveX capable or find a binary distribution working out of the box. – menjaraz Feb 06 '12 at 13:17
  • Qt [integrates with ActiveX](http://doc.qt.nokia.com/4.7-snapshot/qt-activex.html) although you'll get no help from MS going the other way. Dunno what you mean by "truly", they're entirely separate technologies. You might as well say "truly bittorrent capable". – spraff Feb 06 '12 at 13:40