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

StackOverflow https://stackoverflow.com/questions/9111047

  •  21-04-2021
  •  | 
  •  

Pergunta

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?

Foi útil?

Solução

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

QAxObject is your friend.

Outras dicas

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top