Category Archives: Visual Studio

vs 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