PDA

View Full Version : Using QT 5 to integrate with ARINC 429/ 1553b Cards



anujero
8th October 2013, 05:33
Hi there,
I am using Qt5.1 in windows with mingw as my compiler. I have written a code to communicate with the ARINC 429 & 1553 B cards. But the APIs and header files for the corresponding cards are built using VC++ compiler. So while using Mingw I am not able to use these APIs. So any one can please guide me how can I use QT5.1 with Visual studio 2008 as my compiler.

Thanks.