Requirement: Remove memory-leaks for windows application(x86 and x64) by using wine and valgrind.
After lot of seraching on net and also looking into official page for this Valgrind and wine, i am still unable to fine proper steps/ guide to this.
Constaraints involved : 1. OS type (Centos, RHEL... I am using UBUNTU 17.10 X64) 2. Architecture for host system (x86 and x64) 3. Wine builds (32 bit, 64 build and multi-arch) 4. Execution 32 bit/64 bit windows app 5. Missing DLLs issue
eg - I compiled a simple debug exe on VS 2008 and tried to memcheck it but it didn't work and asks for dlls MSVCP90D.dll and MSVCR90D.dll, while they are already installed in wine !
Anyone can help on this please ?