Category Archives: Qt

Qt framework related

Detecting memory leaks in Qt applications with Visual Studio

[ad name=”breit”] Visual Studio has the ability to report memory leaks after running an application in debugging mode. This is generelly somehow satisfactory, but raises some problems when developing a Qt application. Qt allocates memory in it’s DLLs and this … Continue reading

Posted in MFC, Qt, Visual Studio | 24 Comments

getting Qt

[ad name=”breit”] I’m in the process of transitioning WinFIG from Microsoft Foundation Classes (MFC) to the QT framework. There are various reasons: It has the much nicer programming model MFC seems almost abandoned by MS. There doesn’t seem to be … Continue reading

Posted in MFC, Qt | Leave a comment