How to detect memory leaks on windows?
Unsolved
General and Desktop
-
wrote on 16 May 2024, 02:33 last edited by
On Qt official site, the heob tool is recommended to be used to detect memory leak on windows, however it is highly binded to qt creator.
How can I integrate heob on a CMake project? Or is there any substitue tool that can be used to detect memory leak on windows?
-
MSVC has some tools for it for example.
-
wrote on 16 May 2024, 06:36 last edited by
can you paste a link here?
-
@aiyolo said in How to detect memory leaks on windows?:
can you paste a link here?
For what? Microsoft Visual Studio?
-
wrote on 14 Dec 2024, 11:21 last edited by
You don't need QtCreator at all to use heob, it's first and foremost a standalone command-line tool.