We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi!
As in the summary.
I am about to create an addon for debugger. In the tutorial it says, that I need to use MFC framework. As I don't really like MFC and I know Qt much better it would be more convenient for me to create DLL using Qt libraries, but
Is it possible to use Qt insted of MFC? (Technically I see no reason, why not, but just want to make it clear... or maybe license forbitts using anything else than MFC?)
I have never tried to use Qt for an AGSI or AGDI DLL but it should work. The AGSI and AGDI interface uses standard Windows message passing and as long as the parameters are passed correctly, there should be no problem. Many years ago one of our customer used Pascal with some GUI library for a AGSI DLL and I was told that it worked. We cannot give you any assistance if you have problems with it because we have no experience with Qt.