I know this question may seem odd due to new existing alternatives, but trust me there's a reason.
I would like to use the mscomm active X control to communicate through serial port with Qt. Yes, I know there's QextSerialPort, QSerialDevice and a lot of examples about how to write serial communication code. But due a problems I have I would like to test mscomm.
I know Qt has a system to use ActiveX controls, but I cannot find any clear information about how to use them (I don't understand the qt official doc about this).
Visual C++ 6 has a mscomm.h and mscomm.cpp which I think implements the active x interface, but is plenty of microsoft mfc macros and dependencies everywhere.
Any clue?