Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Application fails to run when linked to VLD #74

Open
oneeyeman1 opened this issue Aug 14, 2020 · 0 comments
Open

Application fails to run when linked to VLD #74

oneeyeman1 opened this issue Aug 14, 2020 · 0 comments

Comments

@oneeyeman1
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant