You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm working on the application which unfortunately have memory leaks. The application contains one executable and a couple of DLLs.
I downloaded the latest release of VLD and installed it in the default location.
Then I included the vld.h in the main executable source code and added linking to the vld.lib.
I then copied the actual DLLs from the bin/Win32 to the folder where my application is. I am working under Windows 8.1 64-bit but my application is 32-bit. Then I tried to run the application in Debug mode.
I got the following error:
The application was unable to start correctly. Click OK to close the application.
Clicking "OK" gives me following inside MSVC 2019:
Unhandled exception at 0x77CBD452 (ntdll.dll) in docview.exe: 0xC0150002: Windows was not able to process the application binding information. Please refer to your System Event Log for further information.
Trying to copy DLLs from bin\Win64 does not make any differences.
I can give you the link to the GitHub repository and instructions on how to reproduce the crash.
Or maybe I am doing something wrong?
Thank you.
The text was updated successfully, but these errors were encountered:
Hi,
I'm working on the application which unfortunately have memory leaks. The application contains one executable and a couple of DLLs.
I downloaded the latest release of VLD and installed it in the default location.
Then I included the vld.h in the main executable source code and added linking to the vld.lib.
I then copied the actual DLLs from the bin/Win32 to the folder where my application is. I am working under Windows 8.1 64-bit but my application is 32-bit. Then I tried to run the application in Debug mode.
I got the following error:
The application was unable to start correctly. Click OK to close the application.
Clicking "OK" gives me following inside MSVC 2019:
Unhandled exception at 0x77CBD452 (ntdll.dll) in docview.exe: 0xC0150002: Windows was not able to process the application binding information. Please refer to your System Event Log for further information.
Trying to copy DLLs from bin\Win64 does not make any differences.
I can give you the link to the GitHub repository and instructions on how to reproduce the crash.
Or maybe I am doing something wrong?
Thank you.
The text was updated successfully, but these errors were encountered: